Feature/unified settings menu - #95
Merged
Merged
Conversation
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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 introduces a major redesign of the settings interface, unifying all configuration and maintenance options into a single, streamlined menu. The update reorganizes navigation, consolidates related features, and improves usability by providing a permanent navigation rail and clearer access to advanced and system-level functions. It also updates the version to
2.0.1-rc.14and documents the new menu and its implications.Unified Settings Menu and Navigation Redesign:
Introduced a unified settings menu with a permanent navigation rail, grouping configuration sections into Conduite, Apparence, Véhicule, Système, and Avancé, and providing direct cockpit return. The new layout adapts to 1920×720 screens and centralizes access to all major settings and advanced functions (
frontend/components/SettingsShell.qml,frontend/components/AppShell.qml,frontend/shared_pages/AdvancedPage.qml). [1][2][3]Updated navigation logic to map legacy and new routes to the new unified sections, ensuring backward compatibility and a consistent user experience. Old routes like "diagnostic", "services", and "maintenance" now redirect to their corresponding unified sections (
frontend/components/AppShell.qml).Feature Enhancements and Advanced Options:
Added an advanced section consolidating vehicle profiles, services, CAN data, and logs, including secure profile activation with confirmation and automatic restart, as well as diagnostic bundle export and real-time log viewing (
frontend/shared_pages/AdvancedPage.qml).Improved command and confirmation handling for sensitive actions (profile activation, overlay protection, updates), and streamlined style switching with immediate dashboard refresh (
frontend/components/AppShell.qml).Documentation and Versioning:
Documented the new unified settings menu, its impact, development approach, and compatibility notes in a new implementation report and updated the implementation report index (
docs/implementation_reports/lot-13-menu-reglages-unifie.md,docs/implementation_reports/README.md). [1][2]Bumped the application version to
2.0.1-rc.14to reflect these changes (VERSION).Other Notable Adjustments:
frontend/main.qml,frontend/components/AppShell.qml). [1][2]frontend/components/DashboardHost.qml,frontend/components/AppShell.qml). [1][2]