Closed
Bug 1983565
Opened 2 months ago
Closed 1 month ago
Update redesigned onboarding UX to match the Figma design ‘carousel style’ for Mobile
Categories
(Firefox for Android :: Onboarding, task, P2)
Tracking
()
RESOLVED
FIXED
144 Branch
Tracking | Status | |
---|---|---|
firefox144 | --- | fixed |
People
(Reporter: towhite, Assigned: towhite)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [fxdroid][group2])
Attachments
(5 files, 1 obsolete file)
Mobile specific design Figma link
- Add new background (red/orange gradient)
- Add carousel ‘wrapper’ (include page gaps)
- Wrap existing cards in a
Card
UI element. TheCard
height is roughly 70% of the device height, width is roughly 85% of the device width - The min width supported for the portrait view is 360dp
- Ensure spacing of system bars and the page indicator
- Trim unused code
- Add the ‘peek’ view of the cards
Note
- This does not include updates to each card.
- This is focused on the Mobile design. Follow-up tasks will ensure the implementation is correct across Tablets, Small screens and Mobile Landscape mode.
Updated•2 months ago
|
Summary: Update redesigned onboarding UX to match the Figma design ‘carousel style’ → Update redesigned onboarding UX to match the Figma design ‘carousel style’ for Mobile
Updated•1 month ago
|
Attachment #9510676 -
Attachment is obsolete: true
Updated•1 month ago
|
Assignee: nobody → towhite
Attachment #9510668 -
Attachment description: WIP: Bug 1983565 - Part 1: Add gradient background and carousel scrolling behaviour. → Bug 1983565 - Part 1: Add gradient background and carousel scrolling behaviour.
Status: NEW → ASSIGNED
Updated•1 month ago
|
Attachment #9510669 -
Attachment description: WIP: Bug 1983565 - Part 2: Add parent `Card` for the redesigned onboarding pages. → Bug 1983565 - Part 2: Add parent `Card` for the redesigned onboarding pages.
Updated•1 month ago
|
Attachment #9510670 -
Attachment description: WIP: Bug 1983565 - Part 3: Delete redundant ThemeOnboardingPageRedesign.kt → Bug 1983565 - Part 3: Delete redundant ThemeOnboardingPageRedesign.kt
Updated•1 month ago
|
Attachment #9510671 -
Attachment description: WIP: Bug 1983565 - Part 4: Fix duplicated desc doc in the onboarding screens → Bug 1983565 - Part 4: Fix duplicated desc doc in the onboarding screens
Pushed by icedicedcoffee@proton.me:
https://github.com/mozilla-firefox/firefox/commit/0cc5869c542a
https://hg.mozilla.org/integration/autoland/rev/a05e1130cac3
Part 1: Add gradient background and carousel scrolling behaviour. r=android-reviewers,rebecatudor273
https://github.com/mozilla-firefox/firefox/commit/6a7b70a2fa59
https://hg.mozilla.org/integration/autoland/rev/a87ab266358d
Part 2: Add parent `Card` for the redesigned onboarding pages. r=android-reviewers,rebecatudor273
https://github.com/mozilla-firefox/firefox/commit/5fe2ab716727
https://hg.mozilla.org/integration/autoland/rev/81241e500435
Part 3: Delete redundant ThemeOnboardingPageRedesign.kt r=android-reviewers,rebecatudor273
https://github.com/mozilla-firefox/firefox/commit/aa41991cfbe7
https://hg.mozilla.org/integration/autoland/rev/bc8b0c8b62e3
Part 4: Fix duplicated desc doc in the onboarding screens r=android-reviewers,rebecatudor273
https://github.com/mozilla-firefox/firefox/commit/b6667d19278b
https://hg.mozilla.org/integration/autoland/rev/85a4e08c2fd3
Part 5: Add minimum sizes for page content r=android-reviewers,rebecatudor273
https://hg.mozilla.org/mozilla-central/rev/a05e1130cac3
https://hg.mozilla.org/mozilla-central/rev/a87ab266358d
https://hg.mozilla.org/mozilla-central/rev/81241e500435
https://hg.mozilla.org/mozilla-central/rev/bc8b0c8b62e3
https://hg.mozilla.org/mozilla-central/rev/85a4e08c2fd3
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox144:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 144 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•