about summary refs log tree commit diff
path: root/src/state
Commit message (Collapse)AuthorAgeFilesLines
* Move suggested follow recommendations to the server (#836)Paul Frazee2023-06-021-22/+27
| | | | | | | | | * Move suggested follow recommendations to the server * fix search results color in dark mode --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
* Fix a bunch of type errors and add a type-check to the github workflows (#837)Paul Frazee2023-06-026-30/+77
| | | | | | | | | | | | | | | * Add yarn type-check * Rename to yarn typecheck * Fix a collection of type errors * Add typecheck to automated tests * add `dist` to exluded folders tsconfig --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
* More custom-feed behavior fixes [APP-678] (#831)Paul Frazee2023-06-022-38/+22
| | | | | | | | | | | | | | | | | | | | | * Remove extraneous custom-feed health check * Fixes to custom feed preference sync * Fix lint * Remove dead code (client-side suggested posts constructor) * Enforce the feed-fetch limit in the client if the generator fails to observe the parameter * Bump the number of items fetched in the multifeed per feed from 5 to 10 * Reset the currently active feed when the pinned feeds change * Some fixes to icons * Add a prompt to load latest to the multifeed * Remove debug
* Fixes to feed preference and state sync [APP-678] (#829)Paul Frazee2023-06-014-136/+160
| | | | | | | | | * Remove extraneous custom-feed health check * Fixes to custom feed preference sync * Fix lint * Fix to how preferences are synced to enable membership modifications
* Merge branch 'main' into inherit_system_themeJaz2023-05-3018-435/+1379
|\
| * Rework scaled dimensions and compression (#737)Ollie H2023-05-303-88/+114
| | | | | | | | | | | | | | | | | | * Rework scaled dimensions and compression * Unbreak image / banner uploads --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
| * Spelling (#772)Josh Soref2023-05-303-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * spelling: account Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: activated Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: additional Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: appropriate Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: bskyweb Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: description Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: display Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: highlighted Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: javascript Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: locally-hosted Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: notification Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: occurring Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: parenthetical Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: preexisting Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: prefetched Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: punctuation Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: simplicity Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --------- Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
| * error for custom feed when it is not valid or offlienAnsh Nanda2023-05-251-0/+17
| |
| * add empty state for custom feedAnsh Nanda2023-05-251-0/+8
| |
| * 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