Make the new sidebar navigation the default#331
Merged
Conversation
The icon-rail navigation renders from config/navigation.php plus the plugin fragments, so entries follow the plugin state automatically - every nav bug from the v1.2.0 test run only existed in the hand- maintained legacy sidebar. The flag stays editable as an opt-out for a transition period; after that the legacy branch in navbar.php can go. The rail also gains an explicit Dashboard entry - the legacy sidebar had one, and the logo alone is easy to miss as a home link.
✅ Alle Checks bestanden2 Dateien geändert · Übersicht
Unit Tests ✅
Integration Tests ✅
Feature Tests (HTTP) ✅
Frontend Build ✅
PHPStan – Statische Analyse ✅
Security Audit ✅
|
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.
Rollout of the icon-rail navigation, as checked earlier today:
intraSidebarid,sidebar-flyout.jsowns the hamburger, the legacy jQuery handler already early-returns under the new navbar.config/navigation.php+ plugin fragments (KB brings its own rail entry, the protocol plugins merge into Protokolle).Changes:
UI_NEW_NAVBAR_ENABLEDtotrueand drops the '(experimentell)' wording; the flag stays editable as an opt-out.down()restores the old state.Follow-up after a transition release: delete the ~1,450-line legacy branch in
navbar.php.