Closed
Bug 1168136
Opened 9 years ago
Closed 9 years ago
Add an option to prefer single-column or grid layout for tabs on iPhone
Categories
(Firefox for iOS :: Theme & Visual Design, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fennec | - | --- |
People
(Reporter: dhenein, Assigned: st3fan)
References
Details
(Whiteboard: noteworthy)
Attachments
(2 files)
There should exist a preference in settings that lets users decide their tab screen layout. This should be trivial to implement using the collectionview layout. We also want to experiment with defaulting to Compact in Nightly for a few weeks.
Proposal
---
"Normal" or "Default": single column on iPhone, 3 columns on iPad
"Compact": 2 columns on iPhone, 4 columns on iPad
Assigning to :st3fan as we've talked briefly about this.
Assignee | ||
Updated•9 years ago
|
Assignee: sarentz → nobody
Updated•9 years ago
|
Assignee: nobody → sarentz
tracking-fennec: ? → -
Assignee | ||
Comment 1•9 years ago
|
||
This patch adds support for a 'Compact Tab Tray' preference that shows more tabs horizontally when enabled.
Attachment #8611341 -
Flags: review?(sleroux)
Attachment #8611341 -
Flags: feedback?(dhenein)
Comment 2•9 years ago
|
||
Comment on attachment 8611341 [details] [review]
PR: https://github.com/mozilla/firefox-ios/pull/508
Looks like on first launch it's using compactTabs although the settings menu shows that compactTabs is not selected. Should the toggle be on by default or are we defaulting to non-compact tabs?
Attachment #8611341 -
Flags: review?(sleroux) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Fixed the settings, it should default to on, and merged.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•9 years ago
|
||
Let's go back to 3 cols on iPad. 4 is too small.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 5•9 years ago
|
||
This patch disabled compact tabs on iPad. It defaults to 3 columns and it does not show the Compact Tabs option in the settings.
Attachment #8614110 -
Flags: review?(sleroux)
Attachment #8614110 -
Flags: feedback?(dhenein)
Assignee | ||
Updated•9 years ago
|
Attachment #8614110 -
Attachment description: PR: https://github.com/mozilla/firefox-ios/pull/542 → Followup PR: https://github.com/mozilla/firefox-ios/pull/542
Comment 6•9 years ago
|
||
Comment on attachment 8614110 [details] [review]
Followup PR: https://github.com/mozilla/firefox-ios/pull/542
LGTM
Attachment #8614110 -
Flags: review?(sleroux) → review+
Assignee | ||
Updated•9 years ago
|
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•9 years ago
|
Whiteboard: noteworthy
Reporter | ||
Updated•9 years ago
|
Attachment #8611341 -
Flags: feedback?(dhenein) → feedback+
Reporter | ||
Updated•9 years ago
|
Attachment #8614110 -
Flags: feedback?(dhenein) → feedback+
You need to log in
before you can comment on or make changes to this bug.
Description
•