IBX-12277: Fixed the app switcher tooltip, hover states and closing behavior - #2022
Open
tischsoic wants to merge 5 commits into
Open
IBX-12277: Fixed the app switcher tooltip, hover states and closing behavior#2022tischsoic wants to merge 5 commits into
tischsoic wants to merge 5 commits into
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
tischsoic
force-pushed
the
IBX-12207-update-header-styling
branch
from
August 20, 2026 10:03
1392445 to
ac98a32
Compare
tischsoic
force-pushed
the
IBX-12277-app-switcher-follow-up
branch
from
August 20, 2026 10:03
3057d65 to
ddbf8e7
Compare
|
alekmick
approved these changes
Aug 21, 2026
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.



Related PRs:
IBX-12207-update-header-styling, so only the IBX-12277 commits belong to this PR.Description:
The three points from the ticket:
titlewas static ("Open app switcher") and stayed wrong while the panel was open;aria-labelkeeps the accessible name.:hoverrule repeatedtext-decoration: none). Both variants are scoped:not(--active)so the current app keeps its own background. The toggler now matches the notification bell: purple on hover and press, no background fill, and a focus ring without a border.ibexa-aui_app-switcher-is-openback-office cookie, read inlayout.html.twig— the same mechanism the main menu uses foribexa-aui_menu-is-expanded. Escape still closes it.Persisting the state server-side surfaced a latent problem: layouts that empty
block header_row(content edit, Page Builder, previews) inheritmain_containerand therefore still emit the panel. With the cookie set it showed up as a 64px rail with no toggler and no way to close it. One CSS rule keeps it closed wherever.ibexa-main-containeris not preceded by the standard header — cheaper than overriding the block in four repos, and it covers future layouts too. The markup stays in the DOM there, exactly as before this ticket.Not included: the per-app description tooltips in the hover designs — there is no such copy or translation keys for the six apps.
For QA:
Documentation: