You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,18 +32,22 @@ The depending Documentation you can find [here](./doc/articles/MvuxGallery/Overv
32
32
- Grid
33
33
- NavigationView
34
34
-`ItemOverlayTemplate` DataTemplate layout replicated from WinUI 3 Gallery
35
+
- TabBar & TabBarItem
35
36
36
37
### Uno.Extensions to be explored here
37
38
38
39
- Mvux
40
+
- ListFeed
41
+
- State
39
42
- Navigation
40
43
- via Xaml
41
44
- Hosting
42
45
- DependencyInjection
43
46
- Serialization
44
47
- JsonSerializerContext of each DataModel
48
+
- Using multiple `JsonSerializable(typeof...)` Attributes to extend the `CodeSampleOptionsContext.Default.<...>` Items
45
49
- Configuration
46
-
- Data for Serialization load from `appsettings.json`
50
+
- Data for Serialization load from separate `appsettings.sampledata.json`
47
51
- Storage
48
52
- Directly in the Model Definition
49
53
- Via Service
@@ -75,18 +79,21 @@ The depending Documentation you can find [here](./doc/articles/MvuxGallery/Overv
75
79
-[x] Implement SampleCode Presenting like Gallery to have the src code side by side in the running app
76
80
-[x][Working State of DashboardPage](https://github.com/DevTKSS/UnoHotDesignApp1/commit/98fa25af8f23bb27c2dccac39d9248f3fc7254dd)
77
81
-[ ] Fixing ThemeResource Styled that are not seeming to listen to Theme changes
78
-
-[ ] Updating the Code Samples in Assets
79
-
-[ ] (Re)record the video to show a final step by step Guide to Beginners like me and simplify the start with uno.extensions with Mvux.
82
+
-[x] Updating the Code Samples in Assets
83
+
-[ ] Record video guides in English and German Language to provide a step by step Guide for Beginners like me and simplify the start with uno.extensions with Mvux.
84
+
-[x] Xaml Navigation with NavigationView (pending release)
85
+
-[Documentation in German Language](./doc/articles/MvuxGallery/How-To-XamlNavigation.md)
86
+
80
87
<!--markdownlint-disable MD026 -->
81
88
## Help Welcome!
82
89
83
-
If you want to help out, please feel free to open an issue or PR.
90
+
If you want to help out, please feel free to open an [issue](./issues) or PR.
84
91
85
-
Every helping hand is welcom and I will try to merge it as soon as possible.
92
+
Every helping hand is welcome and I will try to review and merge it as soon as possible.
-[Counter](../../../src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/CounterPage.xaml) and [CounterModel](../../../src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/CounterModel.cs)
-[`ItemOverlayTemplate` DataTemplate](../../../src/DevTKSS.Uno.Samples.MvuxGallery/Styles/Generic.xaml) (*Layout replicated from WinUI 3 Gallery*)
17
+
-[TabBar and TabBarItem](../../../src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/DashboardPage.xaml) and [Model for Binding Items to ListFeed](../../../src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/DashboardModel.cs)
22
18
23
19
### Uno.Extensions
24
20
25
21
- Mvux
26
-
- Feed
27
22
- ListFeed
28
23
- State
29
-
- ListState
30
24
31
25
--> Almost every Model, detailed overview will follow.
32
26
@@ -54,7 +48,7 @@ At the [Mvux Gallery](../../../src/DevTKSS.Uno.Samples.MvuxGallery/) you can exp
0 commit comments