Add crossplay profile actions and bulk admin UI enhancements#87
Merged
Conversation
Add confirmed profile actions to clear all mods and clone a profile with EOS crossplay defaults. Lock the Mods tab with a tooltip while Cross Platform is enabled and refresh generated reference docs.
- Add Ctrl/Meta toggle and Shift range selection to the entity browser. - Reuse the table hover palette for selected entity rows and keep the row order tied to the current MudTable filtered view. - Add Select shown, Clear, and Delete selected actions for entity cleanup, with row-action clicks kept out of selection handling. - Add Restore Default Profiles to the config profiles sidebar, backed by catalog logic that recreates or resets the built-in Survival and Creative profiles without deleting custom profiles. - Refresh generated reference docs, manifest hashes, and module indexes for the changed UI and service files. Verified: - dotnet build Quasar.sln --no-restore - Docs/Reference/data/verify_links.py
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.
This pull request updates the documentation for several Blazor components and core services, focusing on expanding the feature descriptions for the configuration and entity management pages. The main changes clarify new or improved functionality in the config editor and entity browser, and update the documentation for the configuration profile catalog service to include support for restoring built-in starter profiles.
Config Editor and Entity Browser Enhancements:
/configspage (Configs.razor) to include new features: profile restoration, all-mod clearing, crossplay-safe cloning, and default-profile restoration. The sidebar now lists/creates/restores/clones/deletes templates, and the main editor supports additional quality-of-life features. [1] [2]/entitiespage (Entities.razor) documentation to mention support for batch deletion and advanced row selection (normal, Ctrl/Meta toggle, Shift range). [1] [2]Core Service Documentation:
QuasarConfigProfileCatalogto indicate it can now recreate/reset Quasar's built-in starter profiles, in addition to existing catalog management features. [1] [2]Reference Data Update:
Configs.razorto reflect the new file size and hash, indicating the component source was also updated alongside the documentation.