| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(supersedes #938) (#942)
* add separate scroll up/down thresholds to prevent rapid state changes
* set `DY_LIMIT_DOWN` to 150
* Use a different scroll dy limit on web/mobile
---------
Co-authored-by: Sehyun Chung <sehyun.chung@icloud.com>
|
|
|
|
|
| |
* Move Discover New Feeds button to the top of the MultiFeed
* add discover custom feeds to empty following page
|
| |
|
|
|
|
|
|
|
| |
* Perf: Wait until a feed is visible in the home screen before fetching data
* perf: update feed checkForLatest to use limit=1
* Fix lint
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Add locale helpers for narrowing languages
* Add a translate link to posts in a different language
* Update language filtering to use narrowing when multiple declared
* Fix a few more RTL layout cases
* Fix types
|
| |
|
|
|
|
|
|
|
| |
* Add 'save image' button to the lightbox
* Fix types
* Fix types
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix: enable font scaling in the composer text input
* Fix: cancel button in search no longer wraps
* Fix: report modals no longer clip off the bottom with scaled fonts
* Fix scrolling on android
* Allow wrapping in dropdown items until we can handle proper sizing
|
| |
|
|
|
|
|
|
|
|
|
| |
* Update the mock server to use the dev-env to manage the server
* Fix list testIDs
* Fix the invite test construction
* Remove leftover test hardcode
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
https://github.com/benharri-forks/social-app into benharri-forks-skip-confirmation-for-empty-post
|
| |
| |
| |
| |
| |
| | |
- prompt now appears for the cancel button
- no prompt when post is empty
- appease eslint
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* export track function from analytics.tsx
* fix create account tracking
* fix tracking sign in
* add custom feed events
* fix type errors
* refactor create post event
* add profile follow & unfollow events
* refactor PostsFeedSliceModel into its own file
* refactor PostThreadItemModel into its own file
* reorganize code a lil bit
* refactor post-thread-item to use post-feed-item model under the hood
* add post events
* add post reply tracking
* track custom feed load more
* track list subscribe and unsubscribe
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Add an image preview in the alt modal
* Composer: add info about alt text and a green checkmark when done
* Shrink the alt visual indicator a bit so it doesnt obscure the image
* Fix typo
* Fix: avoid requiring multiple tabs to save alt text
* update react-native-screens
* Improve the alt text help tip
* Remove redundant hints
---------
Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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`
|
|
|
| |
This adds accessibility role, label and hint to the compose button on profile pages, to match the same button in all other views.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* WIP
* fix types and update imports
* wip
* tagged events that should be server side
* remove server-side analytics
* remove useless import
* add additional profile header events
* remove useless import
* track follow/unfollow clicks
* add missing types
|
| |
|
|
|
|
|
|
|
| |
* Add testnet warning
* Add watermarks to posts
* Call the test environment the Sandbox
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update Reanimated API to v3
* Fix failing tests after updating Reanimated
* Include changes from package.json in Reanimated library to patch
* upgrade reanimated to 3.3.0
* remove patch
* upgrade bottom sheet
---------
Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
* fix desktop window size
* fix desktop window size
* add listener for resize events
* fix when going from mobile to web
* only add eventListener for web
|
| |
|
|
|
|
|
|
|
|
|
| |
* Various case and text fixes.
* Update some labels per requested changes.
---------
Co-authored-by: Ansh <anshnanda10@gmail.com>
|
|
|
|
|
|
|
| |
* Desktop: prevent unnecessary X scroll between 1230px and 1260px
* imports structure without changes
* re add dot to text
|
|
|
|
|
| |
* fix: account deletion dialogue does not tell me which account I'm deleting
* update styles and display name
|
| |
|
| |
|
|\
| |
| |
| | |
https://github.com/loganrosen/social-app into loganrosen-loganrosen/heading-elements
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|