From fbb569a4b3d9c5d873dfc584df50af0e9ab4e10b Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Thu, 10 Sep 2026 08:36:15 +0200 Subject: [PATCH] fix(ui): respect sidebar toggle and show application domains Honor an explicit sidebarCollapsed preference instead of always auto-collapsing with a second nav. Show the primary domain on the application access card, use a persisted GitLab name in the page title after delete, and shrink the compose view switcher. --- resources/views/layouts/app.blade.php | 4 +- .../project/application/general.blade.php | 49 ++++++++++++++----- .../project/service/configuration.blade.php | 2 +- .../livewire/source/gitlab/change.blade.php | 2 +- .../ApplicationInternalAccessSectionTest.php | 19 ++++--- tests/Feature/GitlabSourceChangeViewTest.php | 17 +++++++ ...erviceComposeResourcesViewSwitcherTest.php | 2 + tests/Feature/SidebarNavigationMarkupTest.php | 4 +- 8 files changed, 75 insertions(+), 24 deletions(-) diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index 43efef4b5..5acd2d188 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -9,6 +9,7 @@ @auth