Skip to content

feat(#399): implement progressive disclosure UI for complex screens#417

Open
Gozirimdev wants to merge 1 commit into
rinafcode:mainfrom
Gozirimdev:feat/399-progressive-disclosure
Open

feat(#399): implement progressive disclosure UI for complex screens#417
Gozirimdev wants to merge 1 commit into
rinafcode:mainfrom
Gozirimdev:feat/399-progressive-disclosure

Conversation

@Gozirimdev
Copy link
Copy Markdown

Close #399

  • MobileProfile: hide Location & Website behind expandable 'Advanced Details' toggle in edit mode
  • MobileSettings: group Privacy, Downloads & Sync sections under collapsible 'Advanced Settings' pill
  • NotificationSettings: show only Course Updates & Messages by default; Learning Reminders, Achievement Unlocks & Community Activity expandable under 'Advanced Notifications'
  • All toggles use LayoutAnimation (easeInEaseOut) for smooth expand/collapse
  • Proper accessibilityRole, accessibilityLabel and accessibilityState (expanded) on every disclosure trigger

Closes #399

…screens

- MobileProfile: hide Location & Website behind expandable 'Advanced Details' toggle in edit mode
- MobileSettings: group Privacy, Downloads & Sync sections under collapsible 'Advanced Settings' pill
- NotificationSettings: show only Course Updates & Messages by default; Learning Reminders, Achievement Unlocks & Community Activity expandable under 'Advanced Notifications'
- All toggles use LayoutAnimation (easeInEaseOut) for smooth expand/collapse
- Proper accessibilityRole, accessibilityLabel and accessibilityState (expanded) on every disclosure trigger

Closes rinafcode#399
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 27, 2026

@Gozirimdev Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement progressive disclosure UI patterns for complex screens

1 participant