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

Show server version in drawer #233

Merged
merged 3 commits into from
Jun 9, 2022
Merged

Conversation

jmt-gh
Copy link
Contributor

@jmt-gh jmt-gh commented Jun 9, 2022

This commit adds the server version next to the URL. It also adds a new style to ensure that the text wraps properly if the URL is too long. Trying text-wrap didn't work for whatever reason.

Screenshots of the textwrap change:
before:
image

after:
image

jmt-gh added 2 commits June 9, 2022 11:57
This commit adds the server version next to the URL. It also adds a new
style to ensure that the text wraps properly if the URL is too long.
Trying text-wrap didn't work.
If I tried to grab version directly in the computed section, it would
throw a null error on reload in browser (didn't see any issue on an
actual device). Doing it this way fixes that
Co-authored-by: advplyr <67830747+advplyr@users.noreply.github.com>
@advplyr advplyr merged commit c77d0f1 into advplyr:master Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants