about summary refs log tree commit diff
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix linting & type errors (#819)Ansh2023-05-311-2/+2
|
* Fix deeplink when app is suspended (#812)Ansh2023-05-301-1/+6
| | | | | | | | | | | | | | | | | | * 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>
* Merge branch 'main' into inherit_system_themeJaz2023-05-3027-197/+542
|\
| * 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>
| * show package.json version on web (#717)Ben Harris2023-05-302-6/+3
| |
| * Move MAX_GRAPHEME_LENGTH to constants.ts (#735)Ben Harris2023-05-301-0/+2
| |
| * Rework scaled dimensions and compression (#737)Ollie H2023-05-305-82/+3
| | | | | | | | | | | | | | | | | | * Rework scaled dimensions and compression * Unbreak image / banner uploads --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
| * Update HomeIconSolid: widen the front door (#756)David Buchanan2023-05-301-1/+1
| |
| * 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
| * Spelling (#772)Josh Soref2023-05-303-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * labels: add 'corpse' to 'violent' category (#802)bnewbold2023-05-301-1/+1
| | | | | | Overlooked this when the label was added earlier.
| * Fix tscPaul Frazee2023-05-251-0/+1
| |
| * Remove sorting in feed-manipPaul Frazee2023-05-251-3/+0
| |
| * Add feeds tabPaul Frazee2023-05-252-1/+10
| |
| * Add 'popular with friends' to default feedsPaul Frazee2023-05-251-1/+4
| |
| * Visually unify the home header with other screensPaul Frazee2023-05-251-0/+3
| |
| * Add custom satellite-dish iconsPaul Frazee2023-05-251-1/+75
| |
| * Fix the 'dancing header' problem on webPaul Frazee2023-05-251-2/+8
| |
| * Add feed discovery pagePaul Frazee2023-05-241-0/+1
| |
| * Merge branch 'custom-algos' of github.com:bluesky-social/social-app into ↵Paul Frazee2023-05-243-3/+117
| |\ | | | | | | | | | custom-algos
| | * make tab bar scroll view draggable on webAnsh Nanda2023-05-242-0/+111
| | |
| | * fix lint errorsAnsh Nanda2023-05-241-3/+6
| | |
| * | Refactor the scroll-to-top UXPaul Frazee2023-05-241-18/+40
| |/
| * add isWeb check to disable haptics on webAnsh Nanda2023-05-241-7/+23
| |
| * show scroll to top button when scrolling stopsAnsh Nanda2023-05-231-0/+3
| |
| * add haptics to save, like, and pin actions on feedAnsh Nanda2023-05-221-0/+24
| |
| * optimistic updates for liking custom feedsAnsh Nanda2023-05-221-0/+16
| |
| * fix prod default feeds not workingAnsh Nanda2023-05-221-8/+8
| |
| * A few more UX tweaksPaul Frazee2023-05-181-10/+4
| |
| * Add feed sharingPaul Frazee2023-05-183-44/+88
| |
| * Set default feedsPaul Frazee2023-05-181-0/+43
| |
| * Add custom feed liked by screenPaul Frazee2023-05-171-1/+2
| |
| * Remove redundant feed-settings pagePaul Frazee2023-05-171-1/+0
| |
| * Rework the UI for the custom feed viewPaul Frazee2023-05-172-3/+3
| |
| * Reorganize custom feeds in the view layerPaul Frazee2023-05-171-0/+27
| |
| * Merge branch 'main' into custom-algosPaul Frazee2023-05-1710-46/+188
| |\
| * | fix routing on webAnsh Nanda2023-05-161-1/+1
| | |
| * | drag to rearrange pinned itemsAnsh Nanda2023-05-161-0/+1
| | |
| * | new design for custom feed previewAnsh Nanda2023-05-152-3/+3
| | |
| * | custom feed screenAnsh Nanda2023-05-151-0/+1
| | |
| * | renamed page to savedfeedsAnsh Nanda2023-05-141-1/+1
| | |
| * | add custom algorithm screen to settings under moderationAnsh Nanda2023-05-121-0/+1
| | |
| * | add window dimensions to global stylesAnsh Nanda2023-05-121-1/+5
| | |
* | | Merge branch 'main' into inherit_system_themeJaz2023-05-173-21/+35
|\ \ \ | | |/ | |/|
| * | style: remove `useUnreadCountLabel` hack from `50c1841` (#655) (#686)LW2023-05-172-21/+6
| | | | | | | | | | | | I just realized how `mobx` works (never used before lol) and now I feel dumb.
| * | fix theme opposite labels (#700)Mohammad Reza Mahmoudi2023-05-171-0/+29
| | |
* | | Feat: Use system default color mode, but allow user overrideJaz2023-05-161-2/+5
|/ /
* | Replace image picker with expo-image-picker (#649)Ollie H2023-05-161-25/+24
| | | | | | | | | | | | | | | | | | * Replace image picker with expo-image-picker * Fix cropper & picker on web --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* | feat: Update HTML `title` on web #626 #599 (#655)LW2023-05-164-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For any `Screen` that shows on desktop, `title` is "(1) ... - Bluesky" where "(1)" is the unread notification count. The titles are unlocalized and the string "Bluesky" is hardcoded, following the pattern of the rest of the app. Display names and post content are loaded into the title as effects. Tested: * all screens * screen changes / component mounts/unmounts * long posts with links and images * display name set/unset * spamming myself with notifications, clearing notifications * /profile/did:... links * lint (only my changed files), jest, e2e. New utilities: `useUnreadCountLabel`, `bskyTitle`, `combinedDisplayName`, `useSetTitle`. resolves: #626 #599