Adding mvux list view app showing how to select and update Items in a Mvux ListState#19
Open
Adding mvux list view app showing how to select and update Items in a Mvux ListState#19
Conversation
Owner
DevTKSS
commented
Sep 3, 2025
- Add a seperate project showcasing how to add and update Items in a Mvux bound ListState Source in the Model
- Postproduce and upload the recorded Video
- Link Video to the Readme
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new sample application "MvuxListApp" that demonstrates how to implement list selection and item modification using Uno Platform's MVUX framework. The app showcases binding to a ListState source and performing operations like renaming selected items.
Key changes:
- Created a complete MVUX sample application with list management functionality
- Added project configuration files and build settings for the new app
- Integrated the new project into the solution and workspace configuration
Reviewed Changes
Copilot reviewed 32 out of 35 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| src/MvuxListApp/ | Complete new sample application showcasing MVUX ListState operations |
| src/DevTKSS.Uno.Samples.sln | Added MvuxListApp project to solution |
| src/DevTKSS.Uno.SampleApps-Tutorials.slnf | Added MvuxListApp to solution filter |
| src/.vscode/ | Updated VS Code configuration for debugging and building the new app |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
34c2f68 to
e3a8b6a
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 66 out of 74 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
docs/articles/en/Mvux-StateManagement/HowTo-Binding-ListState-Selection-en.md
Show resolved
Hide resolved
docs/articles/de/Mvux-StateManagement/HowTo-Binding-ListState-Selection-de.md
Outdated
Show resolved
Hide resolved
7 tasks
7 tasks
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> chore: update launch.json chore: fix launch.json path Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> chore: Update path in src/.vscode/tasks.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ause error for branch protection
… in the most usable way to get as string does not implement any KeyEquatable we can not use UpdateItemAsync but this way we don't have to not use Updating at all which would mean to fallback to Remove and Add the item instead
…ties as far as possible
…d Updating specific Items
… known issues with Styles folder
564fde1 to
822d286
Compare
…sings and reverted Type changes of arguments
With this change, the Users are now able to explore the Sample Apps and Gallery with Rider IDE
TODO: Check if this works without using .js or node then dotnet in the repository
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.