You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit introduces several improvements to the UI for displaying installed distributions.
- Adds a new parser to format the distribution name and version from the internal folder name, making it more readable (e.g., `alpine-edge-rolling` becomes `Alpine (Edge-Rolling)`).
- Updates the user display to a more concise format: `(root)` if only root exists, or `(root & username)` for additional users.
- Applies the new display format to both the main dashboard list and the launch selection popup.
Fixes:
- Corrects a compilation error by providing the required radix to `is_digit(10)`.
0 commit comments