Commit 1d5bf0d
Miguel Cartier
refactor(runtime): migrate all UiPresenters to feature-based presenter composition architecture
docs(samples): add feature composition examples
- Core refactoring: Removed DelayUiPresenter, DelayUiToolkitPresenter, UiToolkitPresenter, and all Delayers classes. Added feature system (IPresenterFeature, PresenterFeatureBase, AnimationDelayFeature, TimeDelayFeature, UiToolkitPresenterFeature). Modified UiPresenter to support feature lifecycle hooks and simplified UiService.
- Samples: Added sample implementations demonstrating feature composition patterns (BasicUiFlow, DataPresenter, DelayedPresenter, UiToolkit, DelayedUiToolkit, Analytics).
- Configuration: Updated .gitignore to allow Samples~ folder.1 parent eeffb1a commit 1d5bf0d
File tree
42 files changed
+2070
-543
lines changed- Runtime
- Delayers
- Features
- Samples~
- Analytics
- BasicUiFlow
- DataPresenter
- DelayedPresenter
- DelayedUiToolkit
- UiToolkit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+2070
-543
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | 53 | | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments