mirror of
https://github.com/Insality/druid
synced 2025-06-28 19:07:45 +02:00
34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
Simple to-do for Druid Alpha 0.2.0
|
|
|
|
|
|
-- High
|
|
- remove button event and match_event from druid
|
|
- add hover component
|
|
- add druid events/triggers? better callback system
|
|
- better name for locale component? lang? lang_text?
|
|
- better scroll size management, check different cases. So implicit now
|
|
- better grid + scroll management
|
|
- button polish, actions
|
|
- button add key trigger
|
|
- add text component for alpha release
|
|
- refactor on_swipe. To on_scroll? Add input priority
|
|
- add druid settings (add auto_focus input and other stuff)
|
|
- add init/remove stuff for every style in component. How to set custom sprites for button states?
|
|
- better callbacks for every components
|
|
- better default style, add template for custom style
|
|
- add docs for all components
|
|
- add docs folder for every component with gifs? Solutions
|
|
- better name for slider component?
|
|
- separate custom data and predefined fields in components?
|
|
- unify component api (get/set/to and other general stuff)
|
|
- compare with gooey
|
|
|
|
|
|
-- Low
|
|
- add code template and example for user components
|
|
- custom input settings (name of touch, text, etc)
|
|
- ability to relocalize all locale text nodes
|
|
- add good examples with template and/or nodes (basic component no use any of them)
|
|
- try use final druid in real project (FI uses custom druid) (use in 4321?)
|
|
- Druid store assest - separate repository with rich components
|