We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
filament/filament
v3.2.128
v11.34.2
v3.5.12
PHP 8.4.1
The page loads with the sidebar expanded by default on mobile...
The reason, is that the sidebar's isOpen parameter is initialized as true:
isOpen
true
filament/packages/panels/resources/js/index.js
Line 7 in 0a86766
The page should load normally and not be obscured by the sidebar slideover. The sidebar navigation can be accessed by clicking on the hamburger button
localStorage
https://github.com/filamentphp/demo
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Package
filament/filament
Package Version
v3.2.128
Laravel Version
v11.34.2
Livewire Version
v3.5.12
PHP Version
PHP 8.4.1
Problem description
The page loads with the sidebar expanded by default on mobile...
Screen.Recording.2024-12-11.mov
The reason, is that the sidebar's
isOpen
parameter is initialized astrue
:filament/packages/panels/resources/js/index.js
Line 7 in 0a86766
Expected behavior
The page should load normally and not be obscured by the sidebar slideover. The sidebar navigation can be accessed by clicking on the hamburger button
Steps to reproduce
localStorage
is emptyReproduction repository (issue will be closed if this is not valid)
https://github.com/filamentphp/demo
Relevant log output
No response
Donate 💰 to fund this issue
The text was updated successfully, but these errors were encountered: