Skip to content

✨Add Account-level Notification Management on iOS#5095

Open
stuartbreckenridge wants to merge 5 commits intoRanchero-Software:mainfrom
stuartbreckenridge:experiments/notification-management
Open

✨Add Account-level Notification Management on iOS#5095
stuartbreckenridge wants to merge 5 commits intoRanchero-Software:mainfrom
stuartbreckenridge:experiments/notification-management

Conversation

@stuartbreckenridge
Copy link
Member

@stuartbreckenridge stuartbreckenridge commented Feb 7, 2026

Fixes #4039

  • Adds a new "Notifications" menu item when long-pressing on an account.
  • Presents either a redirect to Settings (if notifications aren't authorised) or a list of Feeds + toggles for that Account.
  • Allows users to quickly toggle notifications on and off per feed.
  • Adds an IconImageView wrapper around IconImage.

Across 10 feeds, this design is 67.5% more efficient:

  • Per-feed notification enablement requires four gestures to enable a notification: long-press, tap Get Info, enable notification, dismiss. 10 feeds = 40 gestures.
  • Account-level design for 10 feeds: long-press account, tap Notifications, 10 toggles, dismiss = 13 gestures
Notifications

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.

Manage Notifications settings page

2 participants