You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
when Component.Explorer() in layout.ts is configured as Component.MobileOnly(Component.Explorer()), then when in mobile mode and the haburger menu is visible, it opens correctly, but the icon to close it is gone, meaning you cannot leave the explorer menu to the page you by pressing the menu again. the only way to leave the menu is by pressing on a given note.
To Reproduce
Go to 'layout.ts'
change Component.Explorer() to Component.MobileOnly(Component.Explorer())
build
See error
Expected behavior
The expectation is that the explorer, when in hamburger menu mode, would behave normally. Meaning, being able to enter and leave the menu by pressing on the hamburger menu.
Desktop (please complete the following information):
Quartz Version: v4.4.0 (latest)
node Version: v22.12
npm version: v11.0.0
OS: mobile/windows
Browser chrome
Additional context
I would like to be able to have my explorer on desktop on the right (since I write in RTL) but the hamburger menu needs to stay in the left component section.
The text was updated successfully, but these errors were encountered:
After a bit of reading I realize that in general have multiples of the same component is problematic anyway (to be clear, the bug happens even if Component.MobileOnly(Component.Explorer()) is the only instance of the eplorer component).
So my solution would be having the hamburger menu always be in the top left, regardless of where component explorer is placed, since the is no real reason for it to be anywhere else, it is a known design cue.
Describe the bug
when
Component.Explorer()
in layout.ts is configured asComponent.MobileOnly(Component.Explorer())
, then when in mobile mode and the haburger menu is visible, it opens correctly, but the icon to close it is gone, meaning you cannot leave the explorer menu to the page you by pressing the menu again. the only way to leave the menu is by pressing on a given note.To Reproduce
Component.Explorer()
toComponent.MobileOnly(Component.Explorer())
Expected behavior
The expectation is that the explorer, when in hamburger menu mode, would behave normally. Meaning, being able to enter and leave the menu by pressing on the hamburger menu.
video
explorer component unchanged (expected)
explorer in mobileonly clause
Desktop (please complete the following information):
node
Version: v22.12npm
version: v11.0.0Additional context
I would like to be able to have my explorer on desktop on the right (since I write in RTL) but the hamburger menu needs to stay in the left component section.
The text was updated successfully, but these errors were encountered: