about summary refs log tree commit diff
path: root/src/screens/Settings/NotificationSettings
Commit message (Collapse)AuthorAgeFilesLines
* xyz.blueskyweb.app → xyz.vikanezrimaya.voidskyVika10 days1-1/+1
|
* fix label for activity notifs (#8599)Samuel Newman2025-07-021-1/+1
|
* Activity notification settings (#8485)Samuel Newman2025-07-013-22/+280
| | | | | | Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: Samuel Newman <mozzius@protonmail.com> Co-authored-by: hailey <me@haileyok.com>
* Allow disabling replies (#8537)Samuel Newman2025-06-201-5/+1
|
* gate notification settings (#8527)Samuel Newman2025-06-181-0/+5
|
* notif settings lexicon change (#8518)Samuel Newman2025-06-182-6/+6
|
* rearrange settings (#8519)Samuel Newman2025-06-181-22/+22
|
* Mark translatable text in `PreferenceControls.tsx` (#8516)Frudrax Cheng2025-06-181-3/+5
| | | | | | | | | | | | | | | | | | * Update PreferenceControls.tsx * Update PreferenceControls.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update PreferenceControls.tsx Co-authored-by: Minseo Lee <itoupluk427@gmail.com> * Update PreferenceControls.tsx --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Minseo Lee <itoupluk427@gmail.com>
* copy tweak (#8506)Samuel Newman2025-06-182-3/+3
|
* Granular notification settings (#8484)Samuel Newman2025-06-1712-0/+1095
* add mockup screen * add notification index screen * add redirect screen * upgrade sdk * new icons * add new screens * make router typesafe, finish adding screens * add routes to go server * load settings * push notif settings * improve web * fix lockfile lint * no $type on preferences * prompt to enable push notifications * fix reply prefs * space out options * fix copy error * Update RepostsOnRepostsNotificationSettings.tsx * only send minimal diff to putPrefs * fix yarn.lock * Update Navigation.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/screens/Settings/NotificationSettings/index.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * add description to `syncOthers` --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>