appDisplay: Separate PageIndicators to a separate file

In order to cater for emoji panel usage, we want something like PageIndicators
except:
- It should have horizontal disposition
- It should not be animatable (?)
- It should not be reactive

Separated PageIndicators into a base, non-animated widget, and an
AnimatedPageIndicators that can be used on appDisplay.js. Reactiveness is
set through an extra method, and layout is set as a construct argument.
This commit is contained in:
Carlos Garnacho 2019-01-22 12:10:51 +01:00 committed by Florian Müllner
parent 2a9923628b
commit fab390826e
3 changed files with 147 additions and 113 deletions

View file

@ -78,6 +78,7 @@
<file>ui/overview.js</file>
<file>ui/overviewControls.js</file>
<file>ui/padOsd.js</file>
<file>ui/pageIndicators.js</file>
<file>ui/panel.js</file>
<file>ui/panelMenu.js</file>
<file>ui/pointerWatcher.js</file>