Optimize UI for mobile devices#337
Merged
ChrispyBacon-dev merged 7 commits intoChrispyBacon-dev:unstablefrom Mar 28, 2026
Merged
Optimize UI for mobile devices#337ChrispyBacon-dev merged 7 commits intoChrispyBacon-dev:unstablefrom
ChrispyBacon-dev merged 7 commits intoChrispyBacon-dev:unstablefrom
Conversation
…hSNIToHost configuration via a label, similar to the http2_origin label (code copied and adapted)
Allow MatchSNIToHost to be set via a Docker label
Add match_sni_to_host label docs to all language files
4547404 to
35c64a9
Compare
Owner
|
Thank you for your PR. I look into it! I never really used DockFlare on mobile so rightfully I agree it needs optimization. Cheers, |
Contributor
Author
|
Hey Chris! Actually, I do use DockFlare on mobile quite often — especially when I'm out and forget the URL of one of my services. That's exactly why I made this PR! Hope it helps others in the same situation 😄 |
Merged
Owner
|
now in stable branch. |
Contributor
Author
|
Thanks for merging! 🙏 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR improves the mobile user experience by:
base.htmlto transform tables into card layouts on screens smaller than 768px.These changes ensure the dashboard remains fully functional and readable on mobile devices without requiring horizontal scrolling for large data tables.