| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* Add eslint-plugin-react
* Enable display name rule
|
|
|
|
|
| |
* Remove accessibilityRole from invite code input
* remove unused styles
|
|
|
|
|
| |
* Fix scrollbar gutters on web
* Fix typecheck
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Fix minIndex for consistent positioning on thread view
* Enable maintainVisibleContentPosition on android now that it's supported
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* update to expo 49
* update expo-camera to fix console erorrs
* run doctor again
* fix ts errors
* patch @sentry/react-native
Getting `cannot read property 'ignoreLogs' of undefined` in this file.
Ironically, this may be a cyclical imports problem. LogBox isn't enabled
in production, so this patch should only affect dev/test.
* fix type error
* reinstall newer reanimated
* pin expo-dev-client to fix reanimated dev-build issue
* fix type errors, fix bad conflict res
* Fix to notifications badge z-index on desktop
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Move most responsive queries to the hook
* Fix invalid CSS value
* Fixes to tablet render of post thread
* Fix overflow issues on web
* Fix search header on tablet
* Fix QP margin in web composer
* Fix: only apply double gutter once to flatlist (close #1368)
* Fix styles on discover feeds header
* Fix double discover links in multifeed
|
|
|
|
|
| |
* Fix mismatching a11y label
* Update all new post button labels to match
|
|
|
|
|
| |
* Fix caret jumps for web composer
* Autofocus at the end on mount
|
|
|
|
|
|
|
| |
* Use a simpler mute alert when viewing a post by a muted user
* Dont mute self-QPs when we're overriding a mute
* Fix types
|
|
|
|
|
| |
* Sort replies by likes
* Types fix
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* mark notifications read with timeout and on app state change
* fix type
|
|
|
|
|
|
|
|
|
| |
* refresh notifications when a notif is clicked
* make notification syncing smarter
* allow enabled appview proxy on mobile
* put back syncqueue code
|
|
|
|
|
|
|
|
|
| |
* fix emoji picker scroll on firefox and chrome
* click outside emoji picker to dismiss
* dynamically position emoji picker
* dynamically placing picker
|
|
|
|
|
|
|
| |
* Add LoggedOutLayout for desktop/tablet web
* Avoid screen flash in the transition to onboarding
* Fix comment
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\ \ |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* move `PreferencesHomeFeed` to a screen instead of a modal
* add web route for home feed preferences
* upgrade `@miblanchard/react-native-slider` to fix lint
* fix web route naming
* fix desktop web styling
* add `react-native-slider` mock
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Default isAdultContentEnabled to false on all devices.
The original intent of setting the default based on the device was
to make the maximally-permissive choice. It turns out this was a
mistake as it created sync issues between devices; users would be
confused by the lack of congruity between them. We have to go with
false by default to ensure sync is retained.
* Update preferences model to use new sdk api
* Delete dead code
* Dont show the iOS adult content warning in content filtering settings if adult content is enabled
* Bump @atproto/api@0.6.8
* Codebase style consistency
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* fix lightbox on search page
* add styles to mobile web too
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* use cursor for post cards
* ignore type error
* handle meta keys on non native links
(cherry picked from commit daccafea0b7ab21af6572767e496d20f32ead353)
* remove cursor on non-post notifications, not quite right
* Simplify link handling
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* Replace web editor link behavior (close #1293) (close #1292)
* Update link decorator to match rich text link detector
|