about summary refs log tree commit diff
path: root/src/state/models
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add feeds tabPaul Frazee2023-05-253-265/+486
| |
| * rename Algos to Feeds on profileAnsh Nanda2023-05-251-1/+1
| |
| * Update load latest to show when there's new activity with an indicatorPaul Frazee2023-05-251-1/+3
| |
| * Add feed discovery pagePaul Frazee2023-05-241-0/+97
| |
| * slight performance improvementsAnsh Nanda2023-05-233-2/+26
| |
| * add button to reset preferences in dev modeAnsh Nanda2023-05-231-0/+32
| |
| * update pinned feed from custom feed viewAnsh Nanda2023-05-221-2/+8
| |
| * optimistic updates for liking custom feedsAnsh Nanda2023-05-221-12/+24
| |
| * Only show algos and lists on profiles if there are itemsPaul Frazee2023-05-181-8/+9
| |
| * Fix lintPaul Frazee2023-05-182-2/+0
| |
| * Drop the hard-coded what's hot algoPaul Frazee2023-05-181-54/+2
| |
| * Set default feedsPaul Frazee2023-05-181-2/+32
| |
| * Update saved feeds to use preferencesPaul Frazee2023-05-185-44/+62
| |
| * Store/sync pinned feeds on the serverPaul Frazee2023-05-183-153/+138
| |
| * Improve pinned feed managementPaul Frazee2023-05-171-1/+1
| |
| * Usability improvements to feedsPaul Frazee2023-05-171-10/+10
| |
| * Add 'my feeds' tabPaul Frazee2023-05-171-21/+23
| |
| * Clean up the custom-feed modelPaul Frazee2023-05-172-87/+42
| |
| * Unify the display name fallback behaviorPaul Frazee2023-05-172-6/+10
| |
| * Reorganize custom feeds in the view layerPaul Frazee2023-05-171-4/+0
| |
| * Reorganize custom-feed state models and add the missing _reactKey attributePaul Frazee2023-05-175-23/+23
| |
| * Merge branch 'main' into custom-algosPaul Frazee2023-05-1713-63/+775
| |\
| * | allow changing pinned feed order on webAnsh Nanda2023-05-161-1/+38
| | |
| * | fix unlikingAnsh Nanda2023-05-161-1/+1
| | |
| * | make sure state is being synced across componentsAnsh Nanda2023-05-162-25/+21
| | |
| * | allow for pinning saved feedsAnsh Nanda2023-05-163-0/+50
| | |
| * | like/unlike improvements WIPAnsh Nanda2023-05-151-7/+41
| | |
| * | new design for custom feed previewAnsh Nanda2023-05-151-15/+62
| | |
| * | remove tab bar underline animationAnsh Nanda2023-05-151-0/+30
| | |
| * | saved feeds in tab barAnsh Nanda2023-05-151-0/+10
| | |
| * | custom feed screenAnsh Nanda2023-05-152-7/+44
| | |
| * | view all saved algos in settingsAnsh Nanda2023-05-133-9/+13
| | |
| * | create algo-item model and redefine data modelsAnsh Nanda2023-05-134-37/+75
| | |
| * | show algos by user on profileAnsh Nanda2023-05-122-11/+35
| | |
| * | remove unncessary code from actorFeedModelAnsh Nanda2023-05-121-17/+1
| | |
| * | actor feeds modelAnsh Nanda2023-05-121-0/+135
| | |
| * | bookmarked feeds modelAnsh Nanda2023-05-121-0/+134
| | |
* | | Feat: Use system default color mode, but allow user overrideJaz2023-05-161-6/+6
| |/ |/|
* | Replace image picker with expo-image-picker (#649)Ollie H2023-05-162-4/+8
| | | | | | | | | | | | | | | | | | * Replace image picker with expo-image-picker * Fix cropper & picker on web --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* | Image editor mobile layout update (#613)Ollie H2023-05-152-49/+51
| | | | | | | | | | * Image editor mobile layout update * Minor viewport fix
* | [APP-643] Account preferences server sync (#615)Paul Frazee2023-05-112-5/+83
| | | | | | | | | | | | | | * Bump deps * Bump deps * Add server sync of content preferences and an adult content toggle
* | [APP-635] Mutelists (#601)Paul Frazee2023-05-119-5/+636
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add lists and profilelist screens * Implement lists screen and lists-list in profiles * Add empty states to the lists screen * Switch (mostly) from blocklists to mutelists * Rework: create a new moderation screen and move everything related under it * Fix moderation screen on desktop web * Tune the empty state code * Change content moderation modal to content filtering * Add CreateMuteList modal * Implement mutelist creation * Add lists listings * Add the ability to create new mutelists * Add 'add to list' tool * Satisfy the hashtag hyphen haters * Add update/delete/subscribe/unsubscribe to lists * Show which list caused a mute * Add list un/subscribe * Add the mute override when viewing a profile's posts * Update to latest backend * Add simulation tests and tune some behaviors * Fix lint * Bump deps * Fix list refresh after creation * Mute list subscriptions -> Mute lists
* Update web image editor (#588)Ollie H2023-05-093-10/+205
| | | | | | | | | | | | | | | | | | | | | | | * Update web image editor * Delete type-assertions.ts * Re-add getKeys * Uncomment rotation code * Revert "Uncomment rotation code" This reverts commit 6269f3b928c2e5cacaf5d0ff5323fe975ee48eab. * Shuffle dependencies and update mobile resolution * Update ImageEditor modal layout for mobile * Avoid accidental closes of the EditImage modal --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* [APP-639] Improve nsfw handling & force hidden on iOS (#605)Paul Frazee2023-05-091-4/+11
| | | | | | | | | | | * Identify adult content labels and handle them more specifically * Change adult content defaults to more conservative settings * Add an adultcontentenabled override that prohibits access on iOS * Improve usability of the content hider * Fix lint
* [APP-615] COPPA-compliant signup (#570)Paul Frazee2023-05-081-5/+14
| | | | | | | | | * Rework account creation to be COPPA compliant * Fix lint * Switch android datepicker to use the spinner mode * Fix type signatures & usages
* Add the !filter and !warn imperative labels (#580)Paul Frazee2023-05-041-1/+10
|
* [APP-539] Rework lightbox and alt-image behaviors (#573)Paul Frazee2023-05-041-9/+8
| | | | | | | | | | | | | | | | | | | | | * Replace the long press on the lightbox with footer controls * Remove long-press from images in the feed * Tune the lightbox footer control ui * Replace the AltImageRead modal with the ability to view all alt text in the lightbox footer * Tune lightbox footer for iOS * Add alt text to the web lightbox * Fix lint * a11y slight changes --------- Co-authored-by: renahlee <renahlee@outlook.com>
* Remove some confusing horizontal lines in threads (#566)Paul Frazee2023-05-021-2/+2
|
* [APP-601] Add muted accounts list (#565)Paul Frazee2023-05-021-0/+106
| | | | | * Add muted accounts list * Fix icon for muted accounts
* [APP-549] Language controls for Whats Hot (#563)Paul Frazee2023-05-023-16/+40
| | | | | | | | | | | * Add a content-language preference control * Update whats hot to only show the selected languages and to refresh on lang pref changes * Fix lint * Fix tests * Add missing accessibility role