about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [APP-107] OTA updates (#587)Ansh2023-06-024-1/+80
| | | | | | | | | | | | | | | | | | | | | | | | | * add 1000ms fallbackToCacheTimeout * add listener via useOTAUpdate hook and show modal if update is available * finish expo-updates setup * setup useOTAUpdate hook * add 1000ms fallbackToCacheTimeout * add listener via useOTAUpdate hook and show modal if update is available * finish expo-updates setup * setup useOTAUpdate hook * add OTA updates * Update build.md * temporarily disable ota updates * refactor useOTAUpdate code
* Move suggested follow recommendations to the server (#836)Paul Frazee2023-06-023-85/+28
| | | | | | | | | * 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-0220-81/+160
| | | | | | | | | | | | | | | * 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>
* Don't show Remove button for nonexistent avatar/banner (#833)Logan Rosen2023-06-022-2/+3
|
* More custom-feed behavior fixes [APP-678] (#831)Paul Frazee2023-06-028-186/+88
| | | | | | | | | | | | | | | | | | | | | * 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-015-138/+162
| | | | | | | | | * Remove extraneous custom-feed health check * Fixes to custom feed preference sync * Fix lint * Fix to how preferences are synced to enable membership modifications
* fix: support scroll to top on profile screen (#725)Kadi Kraman2023-06-012-92/+120
| | | | | | | | | * Support scroll to top on profile screen * Refactor types * Remove async * Improve types
* Fix line breaks on side bar links (#815)Michi Hoffmann2023-06-011-1/+1
|
* translate to primary language rather than just english (#814)Samuel Newman2023-06-013-6/+12
|
* [APP-656] make alt text expandable (#821)Ansh2023-06-011-3/+18
| | | | | * make alt text expandable * clean code
* move early return to after all hooks (#823)Ansh2023-06-011-5/+5
|
* [APP-674] Fix search results tab bar (#822)Ansh2023-06-011-4/+25
| | | | | | | | | * fix search results tab bar * Fix spacing on web --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* simplify how x position is calculated for scrollTo in TabBar (#820)Ansh2023-06-011-35/+21
|
* fix linting & type errors (#819)Ansh2023-05-311-2/+2
|
* fix: make DesktopLeftNav not overflow screen (#762)LW2023-05-301-0/+2
| | | | | * fix: make DesktopLeftNav not overflow screen * scroll: auto
* Fix deeplink when app is suspended (#812)Ansh2023-05-302-2/+16
| | | | | | | | | | | | | | | | | | * Update Navigation.tsx Missing If statement within the Deep Linking function that broke the ability to change state to hometab * Updated the function correctly, I missed a bracket * format * add pre-existing home state when unspecified path * Remove unnecessary log --------- Co-authored-by: Gai <68623807+that-gai-gai@users.noreply.github.com> Co-authored-by: that-gai-gai <kgai@protonmail.com>
* Tune sizing of appearance controlPaul Frazee2023-05-301-0/+2
|
* Merge branch 'main' into inherit_system_themeJaz2023-05-30120-1255/+4550
|\
| * perf: enable lazy loading for tab navigation (#711)Matin Zadeh Dolatabad2023-05-301-1/+1
| |
| * Make terms and notices dates less ambiguous. (#713)Markus Amalthea Magnuson2023-05-304-4/+4
| |
| * Use proxy for fetching link meta (#716)Ollie H2023-05-302-18/+35
| | | | | | | | | | | | | | | | | | | | | | | | * Use proxy for fetching link meta * Remove link meta test due to hitting proxy * setup different staging and prod proxy URLs --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com> Co-authored-by: Paul Frazee <pfrazee@gmail.com>
| * feat(Login): allow submitting on password field (#720)Bartosz Kaszubowski2023-05-301-0/+1
| |
| * show package.json version on web (#717)Ben Harris2023-05-303-7/+4
| |
| * Add ability to reply, repost (without quote post), and like posts using ↵Ollie H2023-05-306-30/+138
| | | | | | | | | | VoiceOver (#765) Co-authored-by: Paul Frazee <pfrazee@gmail.com>
| * Move MAX_GRAPHEME_LENGTH to constants.ts (#735)Ben Harris2023-05-303-8/+14
| |
| * fix: content trimmed in server input modal (#733)skipness2023-05-301-1/+1
| |
| * [typo] correct typo was 'fo' instead of 'to' (#721)Okechukwu Somtochukwu2023-05-301-2/+2
| |
| * Rework scaled dimensions and compression (#737)Ollie H2023-05-3012-238/+175
| | | | | | | | | | | | | | | | | | * Rework scaled dimensions and compression * Unbreak image / banner uploads --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
| * Use non-pipe translation link (#740)Ollie H2023-05-303-3/+13
| |
| * Update HomeIconSolid: widen the front door (#756)David Buchanan2023-05-301-1/+1
| |
| * Support arrow key navigation for Lightbox.web.tsx (#761)Ben Harris2023-05-301-9/+13
| | | | | | | | | | | | | | | | | | | | | | * Support arrow key navigation for Lightbox.web.tsx renames onEscape to onKeyDown * appease eslint * appease eslint again * wrap onPressLeft and onPressRight in useCallback
| * Fix profile load issue + enhancement of profile isCurrent style (#764)MohammadReza Mahmoudi2023-05-302-5/+12
| | | | | | | | | | | | | | | | | | * fix profile isActive issue * fix myProfile load issue when visiting other profiles first * fix lint issues * change currentRouteName to currentRouteInfo
| * Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2023-05-301-1/+1
| |\
| | * Update ProfileHeader.tsx (#810)Seth Arnold2023-05-301-1/+1
| | | | | | | | | Change error message from "failed to blocK" to "failed to unblock"
| * | make eslint happyBen Harris2023-05-301-1/+5
| | |
| * | show date after 7 days, closes #754Ben Harris2023-05-301-6/+4
| |/ | | | | | | adjust the behavior of ago() to show the date after a week
| * Update follower/following a11y hints and labels (#755)Ollie H2023-05-301-7/+10
| | | | | | | | | | | | | | | | | | * Update follower/following a11y hints and labels * Update ProfileHeader.tsx --------- Co-authored-by: Ansh <anshnanda10@gmail.com>
| * fix web links to no longer point to staging (#758)Ben Harris2023-05-301-2/+2
| | | | | | | | | | * fix web link in README.md * missed one
| * Spelling (#772)Josh Soref2023-05-3011-32/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * update delete app password confirmation modal (#803)GitStart2023-05-301-19/+9
| |
| * Fix button to find people to follow (#806)Logan Rosen2023-05-302-4/+14
| |
| * Hide both the left and right nav on desktop when logged outPaul Frazee2023-05-302-3/+3
| |
| * Merge branch 'main' of https://github.com/ivansilvestre/social-app into ↵Paul Frazee2023-05-302-2/+3
| |\ | | | | | | | | | ivansilvestre-main
| | * Desktop: hide the left panel and the invite codes from the main page if you ↵Ivan Silvestre2023-05-302-2/+3
| | | | | | | | | | | | are not logged in
| * | labels: add 'corpse' to 'violent' category (#802)bnewbold2023-05-301-1/+1
| |/ | | | | Overlooked this when the label was added earlier.
| * Merge branch 'custom-algos' into mainPaul Frazee2023-05-2579-856/+4050
| |\
| | * Include follow button in posts on the multifeedPaul Frazee2023-05-251-0/+1
| | |
| | * Simulator fixesPaul Frazee2023-05-251-3/+1
| | |
| | * error for custom feed when it is not valid or offlienAnsh Nanda2023-05-251-0/+17
| | |
| | * Merge branch 'custom-algos' of github.com:bluesky-social/social-app into ↵Paul Frazee2023-05-252-0/+14
| | |\ | | | | | | | | | | | | custom-algos