-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Preview functionality and UI updates
This commit introduces a new `Preview` functionality, including a `PreviewPage` and `PreviewViewModel`. The `PreviewPage` includes a `Grid` layout with a `NavigationBar` and a `ScrollViewer`. The `PreviewViewModel` includes a `Parameter` property. The `App.cs` file has been updated to register the new `DataViewMap` and route for `Preview`. Several UI changes have been made in `MainPage.xaml`, including the addition of new namespaces and elements, and updates to existing elements. New methods for handling tap events have been added in `MainPage.xaml.cs`. In `MainViewModel.cs`, a new `isPreview` field and `IsPreviewAvailable` property have been added, and several methods and commands have been updated or added. A new `PreviewViewModel` class has been added in `SecondViewModel.cs`. In `ClassToXaml.csproj`, several SVG icons and the `PreviewPage.xaml` file have been removed from various item groups, and the SVG icons have been updated to never copy to the output directory. A new SVG icon, `store.svg`, has been added.
- Loading branch information
1 parent
6b02616
commit 8b25dfa
Showing
9 changed files
with
361 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.