Skip to content
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

[new-pattern] - responsive toolbar #2

Open
nickonometry opened this issue Mar 7, 2024 · 0 comments
Open

[new-pattern] - responsive toolbar #2

nickonometry opened this issue Mar 7, 2024 · 0 comments
Assignees

Comments

@nickonometry
Copy link

nickonometry commented Mar 7, 2024

Toolbars have been a primary reason for responsive issues in a lot of Tyler apps. They don't scale down well on smaller screen sizes without a lot manual CSS or DOM manipulation. I think we can standardize this to handle a majority of use cases. We could provide a breakpoint value and a list of options as configuration options, and the toolbar would use container queries to handle the UI swapping. The most common scenario is tucking forge buttons that are in the end slot into a simple forge-menu at a certain size. Screenshots below:

Large screensize:
image

Smaller size:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant