Closed
Bug 1814994
Opened 3 years ago
Closed 3 years ago
[Tabs tray to Compose] Create normal browsing list Composable and plug into tabs tray pager
Categories
(Firefox for Android :: Tabs, task, P2)
Tracking
()
RESOLVED
FIXED
113 Branch
| Tracking | Status | |
|---|---|---|
| firefox113 | --- | fixed |
People
(Reporter: 007, Assigned: 007)
References
Details
(Whiteboard: [fxdroid])
Attachments
(1 file)
Create root TabList and TabGrid Composables and add the logic to choose between them in the TabsTray Composable.
Construct the Composables in such a way that they can be used for both the Normal and Private browsing pages.
For the normal tabs list, disable the usage of the Private theme. Wrap the uses of the TabList/TabGrid composables in TabsTray with this logic.
FirefoxTheme(theme = Theme.getTheme(allowPrivateTheme = false)) { ... }
See: SyncedTabsPageViewHolder.bind() for an example.
| Assignee | ||
Updated•3 years ago
|
Priority: -- → P2
Whiteboard: [fxdroid]
Updated•3 years ago
|
Updated•3 years ago
|
Severity: -- → N/A
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → nbond
Status: NEW → ASSIGNED
Comment 1•3 years ago
|
||
Comment 2•3 years ago
|
||
Authored by https://github.com/MozillaNoah
https://github.com/mozilla-mobile/firefox-android/commit/814c2602e57be31300e54fd5dfff33b671ec425b
[main] Bug 1814994 - Create Tabs Tray list and grid layouts
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox113:
--- → fixed
Flags: qe-verify+
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
| Assignee | ||
Updated•3 years ago
|
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•