mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-31 05:35:18 +08:00
Update TODO.md
This commit is contained in:
@@ -67,10 +67,10 @@
|
|||||||
- [x] **Update Release**
|
- [x] **Update Release**
|
||||||
- [x] Move all `IStyleProvider` hoster style controllers' implementations to corressponding control template classes
|
- [x] Move all `IStyleProvider` hoster style controllers' implementations to corressponding control template classes
|
||||||
- [x] Remove control style interfaces, controls' constructors accept pointers to control template classes
|
- [x] Remove control style interfaces, controls' constructors accept pointers to control template classes
|
||||||
- [ ] Each control has a `TemplateProperty<T>` nullable property, constructor consumes an enum item to define the default template
|
- [x] Each control has a `TemplateProperty<T>` nullable property, constructor consumes an enum item to define the default template
|
||||||
- Control template can be updated in runtime
|
- [ ] Control template can be updated in runtime
|
||||||
- A window can be called to update all its controls' and components' template
|
- [ ] A window can be called to update all its controls' and components' template
|
||||||
- If a control has an empty control template, it will retrive the default control template using the enum item
|
- [x] If a control has an empty control template, it will retrive the default control template using the enum item
|
||||||
- [ ] Move complex template logic to control
|
- [ ] Move complex template logic to control
|
||||||
- [x] GuiSinglelineTextBoxTemplate
|
- [x] GuiSinglelineTextBoxTemplate
|
||||||
- [ ] GuiDatePickerTemplate
|
- [ ] GuiDatePickerTemplate
|
||||||
|
|||||||
Reference in New Issue
Block a user