Skip to content

BGDIINF_SB-2793: leave menu open when searching#379

Merged
jedef merged 2 commits intodevelopfrom
feat-BGDIINF_SB-2793-open-menu-back-after-search-results-hidden
Feb 21, 2023
Merged

BGDIINF_SB-2793: leave menu open when searching#379
jedef merged 2 commits intodevelopfrom
feat-BGDIINF_SB-2793-open-menu-back-after-search-results-hidden

Conversation

@jedef
Copy link
Contributor

@jedef jedef commented Feb 20, 2023

  • In desktop mode, do not hide the menu anymore when showing search results, but still do that in phone mode.
  • To make both the menu and the search results visible at the same time, above the size lg, the search bar starts after the menu tray so that the search results do not overlap with the menu.

Test link

@jedef jedef changed the title Feat bgdiinf sb 2793 open menu back after search results hidden BGDIINF_SB-2793: open menu back after search results hidden Feb 20, 2023
@jedef jedef changed the title BGDIINF_SB-2793: open menu back after search results hidden BGDIINF_SB-2793: leave menu open when searching Feb 20, 2023
@jedef jedef requested a review from pakb February 20, 2023 17:48
:class="{
'desktop-mode': isDesktopMode,
'desktop-menu-closed': isDesktopMode && !showMenu,
'desktop-menu-closed': isDesktopMode && !isMenuShown,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't know if isMenuShown will ever be false on desktop (yet, as no fullscreen support on desktop implemented for now)

In desktop mode, do not hide the menu anymore when showing search
results, but still do that in phone mode.
To make both the menu and the search results visible at the same time,
above the size lg, the search bar starts after the menu tray so that the
search results do not overlap with the menu.
@jedef jedef force-pushed the feat-BGDIINF_SB-2793-open-menu-back-after-search-results-hidden branch from 717a2db to c6ca810 Compare February 21, 2023 08:52
@jedef jedef merged commit 12e2ac1 into develop Feb 21, 2023
@jedef jedef deleted the feat-BGDIINF_SB-2793-open-menu-back-after-search-results-hidden branch February 21, 2023 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants