fix(ui): hide units suffix on small displays to prevent spinner/units overlap#4593
fix(ui): hide units suffix on small displays to prevent spinner/units overlap#4593
Conversation
… overlap Co-authored-by: robertsLando <11502495+robertsLando@users.noreply.github.com>
|
💡 The pull request title does not match our guidelines 💡 We follow conventional commits, check out the description and examples. This means that the PR title must...
The description should use uppercase and lowercase normally, except for the first character which must be lowercase. |
|
@The00Dustin Could this be a nice tradeoff? Hiding suffix on smaller screens |
|
Well, in the case above, the display isn't exactly small, it's just that the text is long. Also, the same units display fine on parameter 19 even though they don't display fine on parameter 17. It might make more sense to standardize abbreviations such that the units here would be secs instead of seconds. For small displays, there is already the compact display default which I just checked on my phone and it looks fine there only because there is no spinner 🤦 . |
In
ValueId.vue, when av-comboboxwithtype="number"displays a unit suffix (e.g., "seconds"), the browser's native spinner arrows can overlap with the unit text on narrow viewports.Changes
comboboxSuffixcomputed property that hides the suffix whentype === 'number'and$vuetify.display.smAndDown(< 960px)selectSuffixcomputed property forv-selectconsistency on small displaysUses Vuetify's responsive breakpoint system already in use for
max-widthstyling in the same component.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
224.0.0.251REDACTED, pid is -1(packet block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.