Closed
Bug 1885647
Opened 11 months ago
Closed 10 months ago
[Menu Redesign] Implement Extensions menu and sub menu
Categories
(Fenix :: WebExtensions, task, P3)
Tracking
(firefox127 fixed)
RESOLVED
FIXED
127 Branch
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: royang, Assigned: gl)
References
Details
(Whiteboard: [fxdroid])
Attachments
(6 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Implement the extensions menu and it's sub menus
This includes implementing the menu and the sub menu so we display the installed extensions
This DOES NOT include states, onboarding, recommendations
Reporter | ||
Updated•11 months ago
|
Blocks: menu-redesign
Reporter | ||
Updated•11 months ago
|
Whiteboard: [fxdroid]
Updated•11 months ago
|
Reporter | ||
Updated•11 months ago
|
Severity: -- → S2
Reporter | ||
Updated•11 months ago
|
Severity: S2 → S3
Reporter | ||
Updated•11 months ago
|
Severity: S3 → N/A
Assignee | ||
Updated•11 months ago
|
Assignee: nobody → gl
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 months ago
|
Flags: qe-verify-
Assignee | ||
Comment 1•10 months ago
|
||
Assignee | ||
Comment 2•10 months ago
|
||
- In https://www.figma.com/file/RFz9fYtotQCQuinwcZujZt/Menu-Redesign?type=design&node-id=11273-133792&mode=dev, we want to
be able to display aTextListItem
where the after list action is just anIcon
instead of aIconButton
. We also need the
ability to customize the tint of the icon inTextListItem
- Add
iconTint
parameter toTextListItem
to customize the tint of the icon.
Assignee | ||
Comment 3•10 months ago
|
||
Assignee | ||
Comment 4•10 months ago
|
||
Assignee | ||
Comment 5•10 months ago
|
||
- Navigates to the AddonsManagementFragment when the "Manage extensions" menu item is clicked in the Extensions submenu
Assignee | ||
Comment 6•10 months ago
|
||
- Navigates to the AMO page when the "Discover more extensions" menu item is clicked in the Extensions submenu
- Follows https://searchfox.org/mozilla-central/rev/f8a85c3ed2057e5aa735ad8d300cfbdfd96a7bad/mobile/android/fenix/app/src/main/java/org/mozilla/fenix/addons/AddonsManagementFragment.kt#247
Pushed by gluong@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bc2e6c2ef31d
Part 1: Add strings for the Extensions submenu r=android-reviewers,harrisono
https://hg.mozilla.org/integration/autoland/rev/134c61b7444d
Part 2: Display an Icon in the `afterListAction` in TextListItem if an `afterIconPainter` is provided r=android-reviewers,skhan
https://hg.mozilla.org/integration/autoland/rev/479ebd5acec9
Part 3: Implement a placeholder Extensions submenu component r=android-reviewers,skhan
https://hg.mozilla.org/integration/autoland/rev/0cb558d664ed
Part 4: Implement navigation to the Extensions submenu r=android-reviewers,matt-tighe
https://hg.mozilla.org/integration/autoland/rev/882376e5e9ae
Part 5: Implement navigation for the "Manage extensions" menu item r=android-reviewers,matt-tighe
Assignee | ||
Updated•10 months ago
|
Keywords: leave-open
Comment 8•10 months ago
|
||
bugherder |
Assignee | ||
Updated•10 months ago
|
Keywords: leave-open
Assignee | ||
Updated•10 months ago
|
Priority: -- → P3
Pushed by gluong@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8a4fe46ffc85
Part 6: Implement navigation for the "Discover more extensions" menu item r=android-reviewers,amejiamarmol,willdurand
Comment 10•10 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
Updated•9 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•