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

[Enhancement] Improve alignment of Latest Version and Installed Version on app view page #607

Closed
ufUNnxagpM opened this issue Jun 3, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ufUNnxagpM
Copy link

Currently the App view page displays Installed Version and Latest Version as two text strings on separate lines, which can make it difficult to visually inspect the version diff due to the slight misalignment. For English, the misalignment is small but still noticeable.

Current

Installed Version: vX.Y.Z

Latest Version: vX.Y.Z

Proposed

(ignore the table borders, this is mainly just to show the alignment difference)

Installed Version: vX.Y.Z
Latest Version: vX.Y.Z

It may also be a good idea to have the actual version values put in a monospace font as well to further help with the alignment

@ImranR98 ImranR98 added the enhancement New feature or request label Jun 4, 2023
@ImranR98 ImranR98 added the TODO Issue to focus on for the next release label Jun 23, 2023
ImranR98 added a commit that referenced this issue Jun 23, 2023
 Automatically fix incorrectly inferred App IDs (#103), Improve version text alignment on app page (#607)
@ImranR98
Copy link
Owner

@ImranR98 ImranR98 removed the TODO Issue to focus on for the next release label Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants