-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
[Feature Request]: Allow teal
to start with the filter panel collapsed
#1220
Comments
We could add optional argument to |
Sounds good. |
Arbitral javascript doesn't help? Theoretically calling
Sidebar in which filter-panel is included shouldn't be controlled by filter panel. If we add more items to this sidebar then it would be weird if |
Oddly,
How about |
No, we are planning to include more items to the sidebar.
How did you provide js code to the app? I suspect this could be a problem of an initialization order. "sidebar" is created in a reactive context (insertUI) so any js call on init won't help. I guess #669 would solve the root of problem. Question is how can you provide jscode to the app? |
I was afraid of that.
This didn't do the job. I tried with The working code is injected straight into |
Just to be clear, this will not be done before #669, sorrect? |
Update: I was able to solve the issue in my very specific use case of running a |
Update: this script will hide the filter panel on start of a normal, standalone
|
Blocked by #669
Feature description
The filter panel can be toggled but is always displayed on app start. Please allow for the application to start with the filter panel collapsed.
Current start screen:
Desired start screen:
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: