-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
39 lines (24 loc) · 1.44 KB
/
TODO
File metadata and controls
39 lines (24 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Fonts
- Replace Noto Sans by Open Sans.
- Replace code font by Yunoga.
# PopoverMenu
- [x] Done
- [70%] Convert position/max-width/height to rem after transition
- [ ] Observe dynamically added items to optionally resize the PopoverMenu.
- [ ] `Indicator` should be redesigned so the user doesn't have to wrap into a `span` manually. (Even if we used it elsewhere other than in PopoverMenu, we can unwrap it from a span conditionally based on initialize effects.)
- [ ] For Item, Instead of using `<span>` for shortcuts, we could propose a `<Shortcut>` tag.
- [ ] For Item, Instead of using `<span>` for icons, use just `<Icon>` by auto-wrapping it into a `<span>` depending on where the icon appears in the initialize effect.
- [ ] For Item, allow omitting the anything following the label. This may involve switching internal class names in the initialize effect for tweaking layout better.
- [ ] Allow 4 items? E.g. indicator (like a bullet option) followed by an icon followed by label and perhaps a shortcut.
# ComboBox
- [x] Done
- [ ] Fix little border-ish-jump at the end of the ComboBox open transition.
- [ ] Future: Virtual list support (e.g. support displaying a loading indicator either at the start or end of the dropdown and add/eliminate options as appropriate maintaining correct V-scroll)
# DatePicker
- [ ] Done
# TabBar
- [ ] Done
# Live tiles
- [x] Done
# Icons
- [ ] hamburguer => burger