dan
adc5b75b2b
Fix autocomplete avatar alignment ( #1414 )
2023-09-08 16:30:42 +01:00
Micah Maligie
c10cb8e972
💅 disallow overflow outside of post content area(s) ( #1395 )
2023-09-07 18:13:28 -07:00
dan
8a93321fb1
Give explicit names to MobX observer components ( #1413 )
...
* Consider observer(...) as components
* Add display names to MobX observers
* Temporarily suppress nested components
* Suppress new false positives for react/prop-types
2023-09-07 17:36:08 -07:00
dan
a5b89dffa6
Add ESLint React plugin ( #1412 )
...
* Add eslint-plugin-react
* Enable display name rule
2023-09-07 16:38:57 -07:00
Ansh
00595591c4
Hotfix: Fix unable to enter invite code ( #1409 )
...
* Remove accessibilityRole from invite code input
* remove unused styles
2023-09-07 13:50:24 -07:00
Paul Frazee
2963fb4c6d
Fix scrollbar gutters on web ( #1401 )
...
* Fix scrollbar gutters on web
* Fix typecheck
2023-09-07 09:32:14 -07:00
Minseo Lee
b6d239aa37
Update ProfileHeader.tsx ( #1389 )
2023-09-06 13:45:50 -07:00
Ansh
63f0b2f0e5
fix text color on waitlist join ( #1387 )
2023-09-06 09:37:07 -07:00
Paul Frazee
52f3810e81
Update tests
2023-09-05 14:03:39 -07:00
Paul Frazee
411c1581f6
Fix thread positioning on load ( #1385 )
...
* Fix minIndex for consistent positioning on thread view
* Enable maintainVisibleContentPosition on android now that it's supported
2023-09-05 13:40:38 -07:00
Eric Bailey
e3e91816d1
Upgrade to Expo 49 ( #1331 )
...
* 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>
2023-09-05 12:23:22 -07:00
Paul Frazee
764c7cd569
Updates to use dynamic/responsive styles on web ( #1351 )
...
* 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
2023-09-05 10:42:19 -07:00
dan
be8084ae10
Fix mismatching button label for speech recognition ( #1372 )
...
* Fix mismatching a11y label
* Update all new post button labels to match
2023-09-05 16:55:39 +01:00
dan
161746519c
Fix caret jumps for web composer ( #1374 )
...
* Fix caret jumps for web composer
* Autofocus at the end on mount
2023-09-05 08:21:10 +01:00
Paul Frazee
419ac2d0df
Improved mute alerting ( #1355 )
...
* 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
2023-09-01 12:30:02 -07:00
Samuel Newman
f16cc9537a
show images in notification if post also has record embed ( #1349 )
2023-08-31 16:44:42 -07:00
Ansh
d2e65d2a7f
Fix 1338 mark notifications read with timeout and on app state change ( #1340 )
...
* mark notifications read with timeout and on app state change
* fix type
2023-08-30 18:06:02 -07:00
Ansh
4bec7c1d85
Fix #1328 fix emoji picker scroll on firefox and chrome ( #1332 )
...
* fix emoji picker scroll on firefox and chrome
* click outside emoji picker to dismiss
* dynamically position emoji picker
* dynamically placing picker
2023-08-30 17:58:24 -07:00
Paul Frazee
04992f14f1
Improvements to UI in web logged-out views ( #1341 )
...
* Add LoggedOutLayout for desktop/tablet web
* Avoid screen flash in the transition to onboarding
* Fix comment
2023-08-30 17:55:01 -07:00
Ansh
a498acab6e
fix types for breakpoints on mobile ( #1342 )
2023-08-30 17:02:23 -07:00
Paul Frazee
f9cab178b9
Merge branch 'ansh/app-812-add-custom-feed-discovery-to-onboarding' into main
2023-08-30 16:18:21 -07:00
Paul Frazee
59dcedeea2
Fix: remove bottom bar during onboard
2023-08-30 16:15:06 -07:00
Paul Frazee
8bc8dcc094
Simplify the RecommendedFeeds with breakpoint components
2023-08-30 16:13:09 -07:00
Paul Frazee
3fa9b6daba
Fix types and remove dead code
2023-08-30 15:30:26 -07:00
Ansh
9446c67880
Move `PreferencesHomeFeed` to a screen instead of a modal ( #1335 )
...
* 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
2023-08-30 15:21:12 -07:00
Paul Frazee
a29f10aefe
Moderation settings fixes ( #1336 )
...
* 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
2023-08-30 15:19:19 -07:00
Paul Frazee
8ed6e72ea4
More fixes to mobile onboard
2023-08-30 15:15:10 -07:00
Paul Frazee
05d1d8d8a4
Fix onboarding on mobile web
2023-08-30 14:57:03 -07:00
Paul Frazee
cd8ae1298e
Tweak dark mode on web
2023-08-30 10:56:07 -07:00
Paul Frazee
b847917969
Tweaks to mobile onboard
2023-08-29 23:02:37 -07:00
Paul Frazee
5e765bf1cb
Rework web onboarding
2023-08-29 22:56:13 -07:00
Paul Frazee
5d9534ca72
Move onboarding to the withAuthRequired HOC
2023-08-29 20:20:51 -07:00
Eric Bailey
3a90b479fd
fix lightbox on search page ( #1330 )
...
* fix lightbox on search page
* add styles to mobile web too
2023-08-29 17:41:50 -07:00
Ansh Nanda
bf37913701
fix onboarding on web
2023-08-29 12:16:26 -07:00
Paul Frazee
2619c55c10
Test fixes
2023-08-28 19:10:36 -07:00
Ansh Nanda
bcef7400db
simplify onboarding model function naming
2023-08-28 18:47:56 -07:00
Eric Bailey
1c460c40f4
Make posts behave more like links ( #1316 )
...
* 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>
2023-08-28 18:41:28 -07:00
Paul Frazee
cc2838761b
Replace web editor link behavior ( #1319 )
...
* Replace web editor link behavior (close #1293 ) (close #1292 )
* Update link decorator to match rich text link detector
2023-08-28 18:40:45 -07:00
Patroll
2c60a0328d
Fix: Don't flash default profile avatar and link in nav ( #1287 )
2023-08-28 17:58:14 -07:00
Ansh Nanda
b38629b9b5
Merge branch 'main' into ansh/app-812-add-custom-feed-discovery-to-onboarding
2023-08-28 17:49:14 -07:00
Paul Frazee
e2f0770b88
Remove ability for Post component to load from URI ( close #1302 ) ( #1317 )
2023-08-28 17:08:21 -07:00
Ansh Nanda
3f1b313fa4
add custom feed discovery to onboarding
2023-08-28 15:41:02 -07:00
Ansh Nanda
c4cf288296
remove logs
2023-08-28 13:39:24 -07:00
Ansh Nanda
edfd326069
move onboarding to screens
2023-08-28 13:37:44 -07:00
Eric Bailey
c77fd588e9
wrap mutation in runInAction ( #1305 )
2023-08-28 11:55:56 -07:00
Paul Frazee
a3cb12f584
Move the web composer to the top of the screen ( #1282 )
2023-08-25 10:30:15 -07:00
Eric Bailey
b15a435069
Eslint updates ( #1281 )
...
* eslint: Update eslintrc
* eslint: Strings must use singlequote quotes
* eslint: expected { after if-condition
* eslint: update warnings
* a little cleanup
* remove conflicted file
---------
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2023-08-25 08:48:38 -07:00
Eric Bailey
a0dca81a74
don't mention own user from composer ( #1279 )
2023-08-25 08:47:47 -07:00
Eric Bailey
953ae9c096
Update/fix `ChangeHandle` form ( #1280 )
...
* fix well-known did copy value
* s/Domain/Host in change handle form
2023-08-25 08:47:12 -07:00
Eric Bailey
462022741d
Use `Pressable` for most links/embeds ( #1181 )
...
* delay press on all links
* use Pressable for all accessible links
2023-08-24 16:28:26 -07:00