Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move suggested follow recommendations to the server (#836) | Paul Frazee | 2023-06-02 | 1 | -2/+1 |
| | | | | | | | | | * 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 Frazee | 2023-06-02 | 9 | -28/+42 |
| | | | | | | | | | | | | | | | * 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 Rosen | 2023-06-02 | 2 | -2/+3 |
| | |||||
* | fix: support scroll to top on profile screen (#725) | Kadi Kraman | 2023-06-01 | 1 | -90/+110 |
| | | | | | | | | | * Support scroll to top on profile screen * Refactor types * Remove async * Improve types | ||||
* | translate to primary language rather than just english (#814) | Samuel Newman | 2023-06-01 | 3 | -6/+12 |
| | |||||
* | [APP-656] make alt text expandable (#821) | Ansh | 2023-06-01 | 1 | -3/+18 |
| | | | | | * make alt text expandable * clean code | ||||
* | move early return to after all hooks (#823) | Ansh | 2023-06-01 | 1 | -5/+5 |
| | |||||
* | [APP-674] Fix search results tab bar (#822) | Ansh | 2023-06-01 | 1 | -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) | Ansh | 2023-06-01 | 1 | -35/+21 |
| | |||||
* | feat(Login): allow submitting on password field (#720) | Bartosz Kaszubowski | 2023-05-30 | 1 | -0/+1 |
| | |||||
* | Add ability to reply, repost (without quote post), and like posts using ↵ | Ollie H | 2023-05-30 | 6 | -30/+138 |
| | | | | | VoiceOver (#765) Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Move MAX_GRAPHEME_LENGTH to constants.ts (#735) | Ben Harris | 2023-05-30 | 2 | -8/+12 |
| | |||||
* | fix: content trimmed in server input modal (#733) | skipness | 2023-05-30 | 1 | -1/+1 |
| | |||||
* | [typo] correct typo was 'fo' instead of 'to' (#721) | Okechukwu Somtochukwu | 2023-05-30 | 1 | -2/+2 |
| | |||||
* | Rework scaled dimensions and compression (#737) | Ollie H | 2023-05-30 | 4 | -68/+58 |
| | | | | | | | | | * Rework scaled dimensions and compression * Unbreak image / banner uploads --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Use non-pipe translation link (#740) | Ollie H | 2023-05-30 | 3 | -3/+13 |
| | |||||
* | Support arrow key navigation for Lightbox.web.tsx (#761) | Ben Harris | 2023-05-30 | 1 | -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 | ||||
* | Update ProfileHeader.tsx (#810) | Seth Arnold | 2023-05-30 | 1 | -1/+1 |
| | | | Change error message from "failed to blocK" to "failed to unblock" | ||||
* | Update follower/following a11y hints and labels (#755) | Ollie H | 2023-05-30 | 1 | -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 Harris | 2023-05-30 | 1 | -2/+2 |
| | | | | | * fix web link in README.md * missed one | ||||
* | Spelling (#772) | Josh Soref | 2023-05-30 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Fix button to find people to follow (#806) | Logan Rosen | 2023-05-30 | 2 | -4/+14 |
| | |||||
* | Merge branch 'custom-algos' into main | Paul Frazee | 2023-05-25 | 30 | -375/+1029 |
|\ | |||||
| * | Fix tsc | Paul Frazee | 2023-05-25 | 1 | -1/+1 |
| | | |||||
| * | Fix lint | Paul Frazee | 2023-05-25 | 1 | -1/+0 |
| | | |||||
| * | UI tune ups | Paul Frazee | 2023-05-25 | 2 | -19/+12 |
| | | |||||
| * | Merge branch 'custom-algos' of github.com:bluesky-social/social-app into ↵ | Paul Frazee | 2023-05-25 | 1 | -2/+6 |
| |\ | | | | | | | | | | custom-algos | ||||
| | * | replace profile with hamburger menu in search as well | Ansh Nanda | 2023-05-25 | 1 | -2/+6 |
| | | | |||||
| * | | Fixes & updates for mobile web | Paul Frazee | 2023-05-25 | 1 | -4/+5 |
| |/ | |||||
| * | Tune up custom feed uis on web | Paul Frazee | 2023-05-25 | 2 | -3/+31 |
| | | |||||
| * | Merge branch 'custom-algos' of github.com:bluesky-social/social-app into ↵ | Paul Frazee | 2023-05-25 | 1 | -1/+1 |
| |\ | | | | | | | | | | custom-algos | ||||
| | * | small tweak to tab bar positioning | Ansh Nanda | 2023-05-25 | 1 | -1/+1 |
| | | | |||||
| * | | Add feeds tab | Paul Frazee | 2023-05-25 | 4 | -9/+233 |
| |/ | |||||
| * | Small tweak to feed tab bar positioning | Paul Frazee | 2023-05-25 | 1 | -1/+1 |
| | | |||||
| * | Add scrollview to drawer | Paul Frazee | 2023-05-25 | 1 | -0/+10 |
| | | |||||
| * | Visually unify the home header with other screens | Paul Frazee | 2023-05-25 | 3 | -5/+6 |
| | | |||||
| * | Switch to new satellite icon on the header | Paul Frazee | 2023-05-25 | 1 | -5/+10 |
| | | |||||
| * | Use the bars icon on the viewheader | Paul Frazee | 2023-05-25 | 1 | -2/+5 |
| | | |||||
| * | increase save custom feed btn hitslop | Ansh Nanda | 2023-05-25 | 1 | -0/+1 |
| | | |||||
| * | turn of auto correct and capitalize on search | Ansh Nanda | 2023-05-25 | 1 | -0/+2 |
| | | |||||
| * | delete old My Feeds / Saved Feeds screen | Ansh Nanda | 2023-05-25 | 1 | -151/+0 |
| | | |||||
| * | add saved feeds to left nav on desktop | Ansh Nanda | 2023-05-25 | 2 | -4/+7 |
| | | |||||
| * | Merge branch 'custom-algos' of https://github.com/bluesky-social/social-app ↵ | Ansh Nanda | 2023-05-25 | 2 | -17/+20 |
| |\ | | | | | | | | | | into custom-algos | ||||
| | * | Tune the UI layout of the feed tab header | Paul Frazee | 2023-05-25 | 2 | -20/+21 |
| | | | |||||
| * | | adjust styling for feeds tab bar on mobile | Ansh Nanda | 2023-05-25 | 2 | -4/+10 |
| |/ | |||||
| * | Merge branch 'custom-algos' of https://github.com/bluesky-social/social-app ↵ | Ansh Nanda | 2023-05-25 | 2 | -19/+86 |
| |\ | | | | | | | | | | into custom-algos | ||||
| | * | Restore the 'load more' button on web | Paul Frazee | 2023-05-25 | 2 | -26/+54 |
| | | | |||||
| | * | Update load latest to show when there's new activity with an indicator | Paul Frazee | 2023-05-25 | 2 | -5/+44 |
| | | | |||||
| * | | put user avatar on bottom bar and replace with hamburger menu on top | Ansh Nanda | 2023-05-25 | 1 | -2/+2 |
| | | | |||||
| * | | add top bar and link to new SavedScreen | Ansh Nanda | 2023-05-25 | 2 | -15/+40 |
| |/ |