Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'main' into inherit_system_theme | Jaz | 2023-05-30 | 136 | -2435/+5778 | |
| |\ | |/ |/| | ||||||
* | | Remove lodash.clonedeep in package.json (#652) | 38elements | 2023-05-30 | 2 | -14/+0 | |
| | | ||||||
* | | perf: enable lazy loading for tab navigation (#711) | Matin Zadeh Dolatabad | 2023-05-30 | 1 | -1/+1 | |
| | | ||||||
* | | Make terms and notices dates less ambiguous. (#713) | Markus Amalthea Magnuson | 2023-05-30 | 4 | -4/+4 | |
| | | ||||||
* | | Use proxy for fetching link meta (#716) | Ollie H | 2023-05-30 | 4 | -122/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 Kaszubowski | 2023-05-30 | 1 | -0/+1 | |
| | | ||||||
* | | show package.json version on web (#717) | Ben Harris | 2023-05-30 | 3 | -7/+4 | |
| | | ||||||
* | | 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 | 3 | -8/+14 | |
| | | ||||||
* | | 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 | 12 | -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 H | 2023-05-30 | 3 | -3/+13 | |
| | | ||||||
* | | add instructions to removing sentry in build.md (#749) | Ansh | 2023-05-30 | 1 | -1/+9 | |
| | | | | | | Co-authored-by: Paul Frazee <pfrazee@gmail.com> | |||||
* | | Update HomeIconSolid: widen the front door (#756) | David Buchanan | 2023-05-30 | 1 | -1/+1 | |
| | | ||||||
* | | 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 | |||||
* | | Fix profile load issue + enhancement of profile isCurrent style (#764) | MohammadReza Mahmoudi | 2023-05-30 | 2 | -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 main | Paul Frazee | 2023-05-30 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Update ProfileHeader.tsx (#810) | Seth Arnold | 2023-05-30 | 1 | -1/+1 | |
| | | | | | | | | | Change error message from "failed to blocK" to "failed to unblock" | |||||
* | | | Merge branch 'show_timestamp_after_7d' of ↵ | Paul Frazee | 2023-05-30 | 2 | -9/+15 | |
|\ \ \ | |/ / |/| | | | | | https://github.com/benharri-forks/social-app into main | |||||
| * | | make eslint happy | Ben Harris | 2023-05-30 | 1 | -1/+5 | |
| | | | ||||||
| * | | show date after 7 days, closes #754 | Ben Harris | 2023-05-30 | 2 | -9/+11 | |
| | | | | | | | | | | | | adjust the behavior of ago() to show the date after a week | |||||
* | | | Update yarn.lock | Paul Frazee | 2023-05-30 | 1 | -674/+729 | |
|/ / | ||||||
* | | 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 | 2 | -3/+3 | |
| | | | | | | | | | | * fix web link in README.md * missed one | |||||
* | | Spelling (#772) | Josh Soref | 2023-05-30 | 16 | -41/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | |||||
* | | stick to bottom sheet version 4.4.5 (#777) | Ansh | 2023-05-30 | 2 | -5/+5 | |
| | | ||||||
* | | update delete app password confirmation modal (#803) | GitStart | 2023-05-30 | 1 | -19/+9 | |
| | | ||||||
* | | Fix button to find people to follow (#806) | Logan Rosen | 2023-05-30 | 4 | -11/+21 | |
| | | ||||||
* | | Merge branch 'ivansilvestre-main' into main | Paul Frazee | 2023-05-30 | 2 | -1/+2 | |
|\ \ | ||||||
| * | | Hide both the left and right nav on desktop when logged out | Paul Frazee | 2023-05-30 | 2 | -3/+3 | |
| | | | ||||||
| * | | Merge branch 'main' of https://github.com/ivansilvestre/social-app into ↵ | Paul Frazee | 2023-05-30 | 2 | -2/+3 | |
|/| | | | | | | | | | | | ivansilvestre-main | |||||
| * | | Desktop: hide the left panel and the invite codes from the main page if you ↵ | Ivan Silvestre | 2023-05-30 | 2 | -2/+3 | |
| | | | | | | | | | | | | are not logged in | |||||
* | | | labels: add 'corpse' to 'violent' category (#802) | bnewbold | 2023-05-30 | 1 | -1/+1 | |
|/ / | | | | | Overlooked this when the label was added earlier. | |||||
* | | add/serve .well-known files (both files) | Jake Gold | 2023-05-26 | 1 | -1/+1 | |
| | | ||||||
* | | add/serve .well-known files | Jake Gold | 2023-05-26 | 4 | -0/+33 | |
| | | ||||||
* | | Merge branch 'custom-algos' into main | Paul Frazee | 2023-05-25 | 85 | -1367/+4599 | |
|\ \ | ||||||
| * | | Bump build numbers | Paul Frazee | 2023-05-25 | 1 | -2/+2 | |
| | | | ||||||
| * | | Include follow button in posts on the multifeed | Paul Frazee | 2023-05-25 | 1 | -0/+1 | |
| | | | ||||||
| * | | Simulator fixes | Paul Frazee | 2023-05-25 | 2 | -3/+4 | |
| | | | ||||||
| * | | error for custom feed when it is not valid or offlien | Ansh Nanda | 2023-05-25 | 1 | -0/+17 | |
| | | | ||||||
| * | | Merge branch 'custom-algos' of github.com:bluesky-social/social-app into ↵ | Paul Frazee | 2023-05-25 | 2 | -0/+14 | |
| |\ \ | | | | | | | | | | | | | custom-algos | |||||
| | * \ | Merge branch 'custom-algos' of https://github.com/bluesky-social/social-app ↵ | Ansh Nanda | 2023-05-25 | 2 | -19/+12 | |
| | |\ \ | | | | | | | | | | | | | | | | into custom-algos | |||||
| | * | | | add empty state for custom feed | Ansh Nanda | 2023-05-25 | 2 | -0/+14 | |
| | | | | | ||||||
| * | | | | Fix tsc | Paul Frazee | 2023-05-25 | 2 | -1/+2 | |
| | | | | | ||||||
| * | | | | Fix lint | Paul Frazee | 2023-05-25 | 1 | -1/+0 | |
| | |/ / | |/| | | ||||||
| * | | | UI tune ups | Paul Frazee | 2023-05-25 | 2 | -19/+12 | |
| |/ / | ||||||
| * | | Remove sorting in feed-manip | Paul Frazee | 2023-05-25 | 1 | -3/+0 | |
| | | | ||||||
| * | | 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 | |
| | | | |