Start scroll rework

This commit is contained in:
Insality
2020-02-26 00:09:04 +03:00
parent 4634b7c686
commit 53a77c0fcb
7 changed files with 403 additions and 25 deletions

View File

@@ -10,11 +10,10 @@ Simple to-do for Druid Alpha 0.2.0
+ Druid store assets - separate repository with rich components (progress_rich migrate)
+ refactor on_swipe. To on_scroll? Add input priority
+ separate custom data and predefined fields in components? Every component have their fields and events
- add init/remove stuff for every style in component. How to set custom sprites for button states?
+ How to set custom sprites for button states?
- add druid settings (add auto_focus input and other stuff)
+ button add key trigger
- button polish, actions
+ button and hover click restriction zone?
- unify component api (get/set/to and other general stuff)
@@ -22,12 +21,13 @@ Simple to-do for Druid Alpha 0.2.0
- better scroll size management, check different cases. So implicit now
- better grid + scroll management
- better default style, add template for custom style
- add text component for alpha release
- add input_text component for alpha release
- compare with gooey
- add docs for all components
- add docs folder for every component with gifs? Solutions
- remove component autoremove all children component
- button polish, actions
-- Low
- add code template and example for user components