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

Change hint panel settings column count to be dynamic based on container width, not viewport width #112

Open
apmwebdev opened this issue Feb 1, 2024 · 0 comments
Assignees
Labels
cleanup Too small to be a true "refactor," but same idea hints Anything related to hint profiles and hint panels responsiveness Typically an issue with mobile/tablet layouts ui UI-specific issues, often CSS related
Milestone

Comments

@apmwebdev
Copy link
Owner

The default rendering of the hint panel settings is two columns, which works well when the screen is wide enough. To accommodate mobile screens, the hint panel settings are reduced to one column for the app single column layout. The settings can still sometimes be too narrow for the two column layout, though, even with the app is two or three columns, since the width of the app columns is dynamic based on the viewport width. Similarly, the single column app layout can be wide enough to accommodate a two column layout for the hint panel settings.

Because of this, the determination of whether to use one or two columns for the hint panel settings should likely be a container query, allowing the settings to show a number of columns based on the number of columns that will actually fit in the div.

@apmwebdev apmwebdev added hints Anything related to hint profiles and hint panels cleanup Too small to be a true "refactor," but same idea ui UI-specific issues, often CSS related responsiveness Typically an issue with mobile/tablet layouts labels Feb 1, 2024
@apmwebdev apmwebdev added this to the Alpha release milestone Feb 1, 2024
@apmwebdev apmwebdev self-assigned this Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Too small to be a true "refactor," but same idea hints Anything related to hint profiles and hint panels responsiveness Typically an issue with mobile/tablet layouts ui UI-specific issues, often CSS related
Projects
None yet
Development

No branches or pull requests

1 participant