| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* πΊοΈ fix an issue where web devices that see the Drawer couldn't access Profile from said Drawer
* fix routes on web
* handle profile button active state
* add hack for web navigation
* fix comment
---------
Co-authored-by: Micah Maligie <kerosuppi@gmail.com>
|
| |
|
| |
|
|
|
|
|
| |
* make followers and following button into a Link
* make buttons into `<a>` tags
|
|
|
|
| |
firefox (#1436)
|
|
|
|
|
|
|
| |
* Add birth date preference, modal to set, link in settings, and age gate in moderation
* Styling fixes for android
* Fix types
|
|
|
|
| |
app on large threads (#1432)
|
|
|
|
|
|
|
| |
* fix theme flashing
* remove memo
* use AppState listener
|
| |
|
|
|
|
|
| |
change (#1340)" (#1433)
This reverts commit d2e65d2a7f411e9eb1a1ea8d97ea148c4832b430.
|
| |
|
|
|
|
|
| |
* add new api event proxy
* add new apiHost for analytics web
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Update time.ts to handle very small or negative time differences
Right now, posts can appear to be from the future with a negative time difference (i.e. -3s appears). This change defines 'NOW' as less than 5 seconds old, and returns 'now' in that case.
It's not clear how localisation is handled - this may need translation.
* Add test for 'now' in time/ago(...)
Add tests for ago() for right now (i.e. 'now') and 10s ago to ensure the seconds case is still tested
|
| |
|
|
|
|
|
|
|
| |
Fixes #1263
Previously, opening the crop tool had 1:1 selected by default. So if you opened it and pressed Done without changing anything, it would format the image as 1:1.
After this change, None is selected by default. So if you open the crop tool and press Done without changing anything, nothing will change.
|
| |
|
|
|
|
|
|
|
|
|
| |
* Consider observer(...) as components
* Add display names to MobX observers
* Temporarily suppress nested components
* Suppress new false positives for react/prop-types
|
|
|
|
|
| |
* 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
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|