dat.gui/TODO.md

44 lines
687 B
Markdown
Raw Normal View History

2014-09-03 16:16:11 +00:00
BUILD
- [x] single import
2014-09-08 22:01:13 +00:00
REFACTOR
- [ ] controller-* => gui-*
- [ ] gui.define* => gui.var*
2014-09-03 16:16:11 +00:00
PARITY
2014-08-27 00:01:15 +00:00
2014-09-03 16:16:11 +00:00
- [ ] folders
2014-08-27 00:01:15 +00:00
- [ ] function controller
- [ ] color controller
2014-09-02 16:00:08 +00:00
- [x] string controller
- [x] boolean controller
2014-09-03 16:16:11 +00:00
- [ ] remember
- [ ] presets
NEW FEATURES
2014-09-03 16:52:28 +00:00
- [ ] save server
2014-09-03 18:47:32 +00:00
DOCS
- [ ] table of contents ( is going to be really long )
STYLE
- [x] touch styles: bigger please!
- [x] kill hover behavior if touch
- [x] sharing more styles
STRUCTURE
- [ ] can gui-row be baked into base-controller somehow?
2014-09-03 16:52:28 +00:00
NICE TO HAVES
- [ ] css linter?
- [ ] strip component-slider from number-controller
- [ ] strip component-input from number-controller, unify with string-controller