Closed
Bug 761659
Opened 12 years ago
Closed 8 years ago
[shipping] show appversion in team snippet if possible
Categories
(Webtools Graveyard :: Elmo, defect, P3)
Webtools Graveyard
Elmo
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Pike, Assigned: Pike)
References
Details
Attachments
(2 files)
If there's a appversion for the current tree, show the appversion in the column where right now there's only the tree. The tree should be still shown in small and grey text, though.
Assignee | ||
Updated•12 years ago
|
Priority: -- → P3
Assignee | ||
Comment 2•8 years ago
|
||
I did a couple of things here:
- if the appversion exists, show that.
- show the tree, in smaller font
Ridealong fixes:
Only show the (de) locale code suffix if it's not the primary locale. That regressed at some point, and I fixed that.
Sort by version instead of tree code. That way, the odd order of aurora/beta/central is moved over to central/aurora/beta. Most often, at least, there's probably weirdness, as I'm sorting by version string, not number. Mostly because I don't want to assume it's actually a number.
Feedback welcome.
Comment 3•8 years ago
|
||
It looks good but I'm not sold on using two different font sizes on the same line.
Assignee | ||
Comment 4•8 years ago
|
||
Updated, better?
I took away the font-weight from the tee name instead of making it a smaller font. I think that looks OK.
I picked <small> because locale already used that. In this screenshot, I used font-size: small, and unset that a few times, see annotation in the screenshot.
:-?
Comment 5•8 years ago
|
||
(In reply to Axel Hecht [:Pike] from comment #4)
> Updated, better?
Definitely better, the unset one for the team looks better.
Comment 6•8 years ago
|
||
Commit pushed to develop at https://github.com/mozilla/elmo
https://github.com/mozilla/elmo/commit/73784abe9a59fa5e1ec1d2b874195b254522c12c
bug 761659, show app version if available, f=flod
Also fix a regression where we always showed the locale code.
And stop using a small font.
Assignee | ||
Comment 7•8 years ago
|
||
Landed and deployed on stage. I'll work on prod next week.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•8 years ago
|
||
Deployed on prod now, too.
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•