IBX-12277: Fixed the app switcher tooltip, hover states and closing behavior - #2022
Open
tischsoic wants to merge 15 commits into
Open
IBX-12277: Fixed the app switcher tooltip, hover states and closing behavior#2022tischsoic wants to merge 15 commits into
tischsoic wants to merge 15 commits into
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
… purple Co-Authored-By: Claude <noreply@anthropic.com>
…llbar track Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <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
Co-Authored-By: Claude <noreply@anthropic.com>
alekmick
approved these changes
Aug 21, 2026
albozek
approved these changes
Aug 26, 2026
dew326
approved these changes
Aug 26, 2026
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>
barbaragr
force-pushed
the
IBX-12277-app-switcher-follow-up
branch
from
August 27, 2026 10:27
ddbf8e7 to
0671ad8
Compare
|
barbaragr
force-pushed
the
IBX-12207-update-header-styling
branch
from
August 27, 2026 10:29
6b7fcbb to
6192ca0
Compare
barbaragr
approved these changes
Aug 27, 2026
barbaragr
force-pushed
the
IBX-12207-update-header-styling
branch
2 times, most recently
from
August 28, 2026 14:01
8d7adc9 to
5acd08e
Compare
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: