-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feature for Xamarin added ReactiveShell, ReactiveShellContent, ReactiveFlyOut #2814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature for Xamarin added ReactiveShell, ReactiveShellContent, ReactiveFlyOut #2814
Conversation
ReactiveShell can be used when you wish to use a viewmodel on your base NOTE: Only supports WhenActivated NOT WhenDeactivated due to the Base nature of the Shell component ShellViewModel is a ViewModel based version of ShellContent
Codecov Report
@@ Coverage Diff @@
## main #2814 +/- ##
==========================================
+ Coverage 65.04% 65.77% +0.73%
==========================================
Files 134 137 +3
Lines 4712 4810 +98
==========================================
+ Hits 3065 3164 +99
+ Misses 1647 1646 -1
Continue to review full report at Codecov.
|
Rename ShellViewModel to ReactiveShellContent to keep in with other extended elements
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
ReactiveShell can be used when you wish to use a viewmodel on your base
NOTE: Only supports WhenActivated NOT WhenDeactivated due to the Base nature of the Shell component
ReactiveShellContent is a ViewModel based version of ShellContent
What kind of change does this PR introduce?
feature
What is the current behaviour?
Shell and FlyOut have no base in ReactiveUI.Xamarin
What is the new behaviour?
ReactiveShell, ReactiveShellContent, ReactiveFlyOut added to give a base for Shell and Flyout and allow further development
What might this PR break?
none
Please check if the PR fulfils these requirements
Other information:
ReactiveShell will ONLY support WhenActivated NOT WhenDeactivated due to the Base SPA nature of the Shell component