Ansh
b9abd444e5
[APP-657] Add share list functionality ( #863 )
...
* replace delete list button text with icon
* fix mute list styling on desktop
* add share button to nav bar on a list
* fix styling when on profile
* bug: add key to ImageHorzList
* clean up code & refactor
* fix styling for ListItems
* create a reusable ListActions component for actions on a list
* remove dead styles
* add keys to ListActions
* add helpers to set list embed
* render list embeds
* fix list sharing on web
* make style prop optional in ListCard
* update `@atproto/api` to `0.3.13`
2023-06-26 12:15:39 -05:00
Ansh
08804f265e
[APP-690] better handling of post languages language filtering ( #893 )
...
* add SelectLangBtn
* memoized objects that are created to reduce re-creation on re-render
* add langs when uploading post
* only send the top 3 languages otherwise backend will throw error
* mv ContentLanguagesSettings to folder
* add post languages settings modal and state
* fix typos
* modify feed manip to also check langs label on post
* Fix tests
* Remove log
* Update feed-manip.ts
* Fix syntax errors
* UI tuneups
* Show the currently selected languages in the composer
* fix linting
* Use a bcp-47 matching function
* Fix a duplicate language issue
* Fix web
* Dont include lang in prompt
* Make select language btn an observer
* Keep device languages on top of language selection UIs
* Fix android build settings
* Enforce a max of 3 languages in posts
* Fix tests
* Fix types
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2023-06-23 12:48:52 -05:00
Logan Rosen
9b19a95e63
Bump @types/react to ^18 and adjust types ( #889 )
2023-06-22 12:40:32 -04:00
Eric Bailey
896aea9837
feat: add home feed preferences settings modal and tuners
2023-06-16 15:01:43 -05:00
Paul Frazee
3663ee57f3
Add testnet warning ( #880 )
...
* Add testnet warning
* Add watermarks to posts
* Call the test environment the Sandbox
2023-06-14 20:00:16 -05:00
Ansh
71af9fd04b
add error handling to updateCache for saved-feeds ( #878 )
2023-06-14 15:14:56 -05:00
Paul Frazee
1a12fa5775
Add temporary appview-proxy header toggle ( #874 )
2023-06-13 13:10:42 -05:00
Logan Rosen
bdcdb4e4dc
Use expo-image-picker on Web ( #847 )
2023-06-06 09:38:58 -05:00
Paul Frazee
ad4eaf5ed2
Move suggested follow recommendations to the server ( #836 )
...
* Move suggested follow recommendations to the server
* fix search results color in dark mode
---------
Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
2023-06-02 15:01:16 -05:00
Paul Frazee
e8843ded5b
Fix a bunch of type errors and add a type-check to the github workflows ( #837 )
...
* 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>
2023-06-02 15:01:04 -05:00
Paul Frazee
3217c7ff32
More custom-feed behavior fixes [APP-678] ( #831 )
...
* 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
2023-06-02 09:48:53 -05:00
Paul Frazee
e9c84a192b
Fixes to feed preference and state sync [APP-678] ( #829 )
...
* Remove extraneous custom-feed health check
* Fixes to custom feed preference sync
* Fix lint
* Fix to how preferences are synced to enable membership modifications
2023-06-01 14:46:13 -05:00
Jaz
09ade363fd
Merge branch 'main' into inherit_system_theme
2023-05-30 18:25:29 -07:00
Ollie H
072682dd9f
Rework scaled dimensions and compression ( #737 )
...
* Rework scaled dimensions and compression
* Unbreak image / banner uploads
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2023-05-30 19:23:55 -05:00
Josh Soref
c808721938
Spelling ( #772 )
...
* 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>
2023-05-30 14:46:43 -05:00
Ansh Nanda
bcedbbc8b3
error for custom feed when it is not valid or offlien
2023-05-25 19:01:37 -07:00
Ansh Nanda
4cd9a4493e
add empty state for custom feed
2023-05-25 18:48:40 -07:00
Paul Frazee
257686f360
Add feeds tab
2023-05-25 20:02:37 -05:00
Ansh Nanda
bce6c8d5ec
rename Algos to Feeds on profile
2023-05-25 13:51:08 -07:00
Paul Frazee
e89103915d
Update load latest to show when there's new activity with an indicator
2023-05-25 01:30:48 -05:00
Paul Frazee
dfb39e7c4f
Add feed discovery page
2023-05-24 22:09:39 -05:00
Ansh Nanda
fc9e28ca72
slight performance improvements
2023-05-23 15:28:46 -07:00
Ansh Nanda
b561a51ed9
add button to reset preferences in dev mode
2023-05-23 14:18:35 -07:00
Ansh Nanda
52a8879754
update pinned feed from custom feed view
2023-05-22 20:07:40 -07:00
Ansh Nanda
64e303d911
optimistic updates for liking custom feeds
2023-05-22 16:35:37 -07:00
Paul Frazee
324c9209dc
Only show algos and lists on profiles if there are items
2023-05-18 17:01:48 -05:00
Paul Frazee
3c89dd40f9
Fix lint
2023-05-18 16:54:17 -05:00
Paul Frazee
84990c509e
Drop the hard-coded what's hot algo
2023-05-18 15:12:18 -05:00
Paul Frazee
2f4408582b
Set default feeds
2023-05-18 15:06:32 -05:00
Paul Frazee
5537d19e55
Update saved feeds to use preferences
2023-05-18 14:39:04 -05:00
Paul Frazee
7691fe4f48
Store/sync pinned feeds on the server
2023-05-18 11:51:25 -05:00
Paul Frazee
129fc42e95
Improve pinned feed management
2023-05-17 23:32:19 -05:00
Paul Frazee
6bf8e72157
Usability improvements to feeds
2023-05-17 21:23:32 -05:00
Paul Frazee
f0003d1931
Add 'my feeds' tab
2023-05-17 20:33:58 -05:00
Paul Frazee
2fd3b4ca04
Clean up the custom-feed model
2023-05-17 14:55:04 -05:00
Paul Frazee
9c02fbb925
Unify the display name fallback behavior
2023-05-17 14:38:23 -05:00
Paul Frazee
3d09008bfd
Reorganize custom feeds in the view layer
2023-05-17 14:03:08 -05:00
Paul Frazee
b672006f7e
Reorganize custom-feed state models and add the missing _reactKey attribute
2023-05-17 13:52:16 -05:00
Paul Frazee
7aa1d9010e
Merge branch 'main' into custom-algos
2023-05-17 12:30:54 -05:00
Ansh Nanda
3501fda015
allow changing pinned feed order on web
2023-05-16 23:38:34 -07:00
Jaz
da0ed7e002
Feat: Use system default color mode, but allow user override
2023-05-16 21:36:43 -07:00
Ansh Nanda
5397447ca7
fix unliking
2023-05-16 16:30:14 -07:00
Ansh Nanda
3f41d3db26
make sure state is being synced across components
2023-05-16 16:07:07 -07:00
Ansh Nanda
f2e39d8ad2
allow for pinning saved feeds
2023-05-16 15:50:52 -07:00
Ollie H
5f66adc9a6
Replace image picker with expo-image-picker ( #649 )
...
* Replace image picker with expo-image-picker
* Fix cropper & picker on web
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2023-05-16 17:38:32 -05:00
Ansh Nanda
8071ae313d
like/unlike improvements WIP
2023-05-15 22:39:47 -07:00
Ansh Nanda
c4a666c221
new design for custom feed preview
2023-05-15 17:59:36 -07:00
Ollie H
e2055dfb78
Image editor mobile layout update ( #613 )
...
* Image editor mobile layout update
* Minor viewport fix
2023-05-15 16:54:14 -05:00
Ansh Nanda
6249bb16ca
remove tab bar underline animation
2023-05-15 12:31:27 -07:00
Ansh Nanda
d7e39bde12
saved feeds in tab bar
2023-05-15 11:00:54 -07:00