IBX-11964: Add native app switcher (login rail and back office side panel) - #1997
Open
tischsoic wants to merge 7 commits into
Open
IBX-11964: Add native app switcher (login rail and back office side panel)#1997tischsoic wants to merge 7 commits into
tischsoic wants to merge 7 commits into
Conversation
tischsoic
force-pushed
the
IBX-11964-app-switcher
branch
from
August 7, 2026 08:59
c30f1af to
5befee4
Compare
GrabowskiM
approved these changes
Aug 7, 2026
| {% set modifier = modifier|default('') %} | ||
| {% set active_app_name = active_app_name|default(null) %} | ||
| {% set active_app_href = active_app_href|default(null) %} | ||
| {% set apps = apps|default([ |
Contributor
There was a problem hiding this comment.
wouldn't it be better solution to get these from backend? instead of hardcoding them in twig
Contributor
Author
There was a problem hiding this comment.
I think that for now, we want to hardcode it - I think there should be later different switcher for all companies.
tischsoic
force-pushed
the
IBX-11964-app-switcher
branch
from
August 11, 2026 05:48
c4b50ca to
b0a32f8
Compare
…anel) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…witcher The branch carries the ids vendors built against design-system#IBX-11964-app-switcher (new-menu DS content + the app-switcher icon). To be dropped before merge. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The dark design defines no hover state for the auth-pages app switcher; the label color change was carried over from the old sidebar. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The reference defines no hover state for app-switcher links: neutralize the Bootstrap a:hover underline ($link-hover-decoration is overridden to underline in ibexa-bootstrap.scss) and drop the panel tile hover background. The toggler keeps its hover background, as in the design. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
tischsoic
force-pushed
the
IBX-11964-app-switcher
branch
from
August 11, 2026 12:13
733d8e6 to
18d9278
Compare
Review follow-up: the panel label's letter-spacing duplicates the value inherited from the ids root html rule, and prefers-reduced-motion guards are not used anywhere else in the codebase. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
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.



Warning
Before merge: drop the two
TEMPORARY:commits (dependencies.json) and delete theadmin-ui-assets#IBX-11964-app-switcherbranch — both exist only so browser tests see the unmerged sibling branches.Related PRs:
app-switchericon used here; merge first.Description:
App switcher redesign. One shared Twig partial renders the app list in two places:
Escor outside click; not remembered between page loads.Also adds
gapto.ibexa-main-header, whose columns previously had no minimum spacing.The vendored Qntm widget from
ibexa/app-switcher(top-right) is untouched — that package is being discontinued separately.For QA:
/admin/login: dark rail with the 6 brands, Cohesivo highlighted, links open in new tabs.Esc, or a click outside.Cannot find module '.../design.system.provider'comes from thenew-menubase combined with product-catalog6.0.Documentation: