about summary refs log tree commit diff
path: root/src/view/com
Commit message (Collapse)AuthorAgeFilesLines
* Move suggested follow recommendations to the server (#836)Paul Frazee2023-06-021-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 Frazee2023-06-029-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 Rosen2023-06-022-2/+3
|
* fix: support scroll to top on profile screen (#725)Kadi Kraman2023-06-011-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 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
|
* feat(Login): allow submitting on password field (#720)Bartosz Kaszubowski2023-05-301-0/+1
|
* 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-302-8/+12
|
* 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-304-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 H2023-05-303-3/+13
|
* 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
* Update ProfileHeader.tsx (#810)Seth Arnold2023-05-301-1/+1
| | | Change error message from "failed to blocK" to "failed to unblock"
* 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-303-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 Rosen2023-05-302-4/+14
|
* Merge branch 'custom-algos' into mainPaul Frazee2023-05-2530-375/+1029
|\
| * Fix tscPaul Frazee2023-05-251-1/+1
| |
| * Fix lintPaul Frazee2023-05-251-1/+0
| |
| * UI tune upsPaul Frazee2023-05-252-19/+12
| |
| * Merge branch 'custom-algos' of github.com:bluesky-social/social-app into ↵Paul Frazee2023-05-251-2/+6
| |\ | | | | | | | | | custom-algos
| | * replace profile with hamburger menu in search as wellAnsh Nanda2023-05-251-2/+6
| | |
| * | Fixes & updates for mobile webPaul Frazee2023-05-251-4/+5
| |/
| * Tune up custom feed uis on webPaul Frazee2023-05-252-3/+31
| |
| * Merge branch 'custom-algos' of github.com:bluesky-social/social-app into ↵Paul Frazee2023-05-251-1/+1
| |\ | | | | | | | | | custom-algos
| | * small tweak to tab bar positioningAnsh Nanda2023-05-251-1/+1
| | |
| * | Add feeds tabPaul Frazee2023-05-254-9/+233
| |/
| * Small tweak to feed tab bar positioningPaul Frazee2023-05-251-1/+1
| |
| * Add scrollview to drawerPaul Frazee2023-05-251-0/+10
| |
| * Visually unify the home header with other screensPaul Frazee2023-05-253-5/+6
| |
| * Switch to new satellite icon on the headerPaul Frazee2023-05-251-5/+10
| |
| * Use the bars icon on the viewheaderPaul Frazee2023-05-251-2/+5
| |
| * increase save custom feed btn hitslopAnsh Nanda2023-05-251-0/+1
| |
| * turn of auto correct and capitalize on searchAnsh Nanda2023-05-251-0/+2
| |
| * delete old My Feeds / Saved Feeds screenAnsh Nanda2023-05-251-151/+0
| |
| * add saved feeds to left nav on desktopAnsh Nanda2023-05-252-4/+7
| |
| * Merge branch 'custom-algos' of https://github.com/bluesky-social/social-app ↵Ansh Nanda2023-05-252-17/+20
| |\ | | | | | | | | | into custom-algos
| | * Tune the UI layout of the feed tab headerPaul Frazee2023-05-252-20/+21
| | |
| * | adjust styling for feeds tab bar on mobileAnsh Nanda2023-05-252-4/+10
| |/
| * Merge branch 'custom-algos' of https://github.com/bluesky-social/social-app ↵Ansh Nanda2023-05-252-19/+86
| |\ | | | | | | | | | into custom-algos
| | * Restore the 'load more' button on webPaul Frazee2023-05-252-26/+54
| | |
| | * Update load latest to show when there's new activity with an indicatorPaul Frazee2023-05-252-5/+44
| | |
| * | put user avatar on bottom bar and replace with hamburger menu on topAnsh Nanda2023-05-251-2/+2
| | |
| * | add top bar and link to new SavedScreenAnsh Nanda2023-05-252-15/+40
| |/