Closed Bug 1163233 Opened 9 years ago Closed 3 years ago

Update design spec for about:logins list view

Categories

(Firefox for Android Graveyard :: Logins, Passwords and Form Fill, defect, P3)

All
Android
defect

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: antlam, Unassigned)

References

Details

Attachments

(2 files)

I think we currently reuse the "list" layout in some of our other about pages like about:addons so we should definitely clean up the specifics as I'm not sure where we are pulling the designs from either.

I can put up a spec or just clean up the CSS directly if we know exactly which style sheet we're referencing here. 

Ally? any ideas? bonus points if you get me the current specs :D We should try to clean this up for Q2.
Flags: needinfo?(ally)
Attached image prev_pw_mock4.png
Attaching preview of the specifics. I've basically inherited from the UI we use to display webpages in list format in our Panels.

Specs to come
Attached image spec_pw_aboutlist.png
This spec should be good. I tried to spec out all our favicon situations as well to see where we would use the "bounding box" of color and where we wouldn't. 

Since this is web based, it took me a while to (hopefully) get the math right.

Favicon situations we have:
 1) 32px x 32px (and above) - we simply use the favicon and pad it accordingly (24px all around)

 2) less than 32px x 32px - we apply the "bounding box", specifics in the image (sized at 32px x 32px)


 3) no favicon - we use the globe (light grey from tabs tray) set at 20px x 20px 

I hope this is useful. I'll likely want to spec out something very similar (just dp based) for our Android lists too (will file another bug of course)
Blocks: 1167657
Rank: 15
Priority: -- → P1
Blocks: 1175279
No longer blocks: 1175279
No longer blocks: 1167657
I remember antlam, you showed me this bug as an improvement for v2, unless I'm mistaken, could you please clarify the status of this
Flags: needinfo?(alam)
Yes, ally mentioned this will have to be pushed to V2. It is also not blocking bug 1170786 (list of the "V1" bugs)
Flags: needinfo?(alam)
Anthony, the css for the list is http://mxr.mozilla.org/mozilla-central/source/mobile/android/themes/core/aboutBase.css#46 . The list-item class is probably what you want to study carefully as that has most of the impact on the layout.

52 .list-item {
53   color: #363B40;
54   background-color: @color_about_item@;
55   border-bottom: 1px solid @color_about_item_border@;
56   position: relative;
57   list-style-type: none;
58   list-style-image: none;
59   margin: 0px;
60   padding: 0px;
61   min-height: calc(var(--icon-size) + var(--icon-margin) * 2);
62 }



It is also used in aboutAddons.xhtml and aboutDownloads.xhtml
Flags: needinfo?(ally)
Moving to p3 because no activity for at least 24 weeks.
Priority: P1 → P3
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: