Samuel Newman
842f0c96a3
[iPad support] Custom tab navigator for native tablet, with side nav ( #3385 )
...
* fix fab position
* show left nav
* custom tab navigator for tablets
* re-disable right nav on tablet
* fix unread count not being rounded
* use mobile subpage header on native tablet
* fix feed being hidden under header
* rename misleading variable name
* remove drawer on native tablet, as on web tablet
* fix prompt styles on tablet
* import isWeb (ts-ignore 😡 )
* disable emoji picker on tablet
* prettier format
2024-04-10 14:59:54 +01:00
Samuel Newman
d04d88d235
fix prettier
2024-04-10 13:55:17 +01:00
Samuel Newman
bf3b5522c7
add missing useGate import
2024-04-10 13:50:05 +01:00
Samuel Newman
ae3864f9e2
revert some incorrect changes that creeped in
2024-04-10 13:49:09 +01:00
Hailey
fcbc63045c
revert some lints
2024-04-10 13:46:08 +01:00
Hailey
e5e5903669
revert some lints
2024-04-10 13:44:52 +01:00
Hailey
3c61c1b781
revert some lints
2024-04-10 13:43:33 +01:00
Hailey
e4b7e95ea7
cleanup lints that happened to test files
2024-04-10 13:40:36 +01:00
Samuel Newman
306c38df26
fix feed being hidden under header
2024-04-10 13:40:33 +01:00
Samuel Newman
4c78fd80f5
exempt native tablet from desktop tabbar style
2024-04-10 13:39:05 +01:00
Paul Frazee
00827c713c
Fix some bugs in tablet mode
2024-04-10 13:38:32 +01:00
Samuel Newman
93cba630ca
fix loggedout layout
2024-04-10 13:38:03 +01:00
Samuel Newman
a6f0dbc3f5
hide emoji picker
2024-04-10 13:38:03 +01:00
Samuel Newman
5d8a302880
fix load latest btn position
2024-04-10 13:38:03 +01:00
Samuel Newman
3fe97aab66
fix fab position
2024-04-10 13:38:03 +01:00
Samuel Newman
119da2cf43
fix feed being hidden under header
2024-04-10 13:38:03 +01:00
Samuel Newman
2ec6d662d9
exempt native tablet from desktop tabbar style
2024-04-10 13:38:00 +01:00
Samuel Newman
47b21dbce2
set max width on signin buttons
2024-04-10 13:36:30 +01:00
Paul Frazee
f5ed391146
Fix some bugs in tablet mode
2024-04-10 13:36:30 +01:00
Hailey
4d83452a92
Revert "prettier again"
...
This reverts commit a023aec017f54fe688931151e236ca2e9431ab41.
2024-04-10 13:21:20 +01:00
Paul Frazee
0bbfe966d8
Fix some bugs in tablet mode
2024-04-10 13:19:18 +01:00
Samuel Newman
a49a5a351d
Use ALF for the embed consent modal ( #3336 )
2024-04-09 00:58:18 +01:00
dan
f03390e4b2
[Experiment] Show "Follow Back" label ( #3439 )
2024-04-08 18:38:59 +01:00
dan
8188f61e7d
[Experiment] Turn off interval polling for Discover ( #3431 )
...
* Include feed URL in feed events
* [Experiment] Turn off polling interval for Discover
2024-04-08 17:21:44 +01:00
Hailey
cd29dba761
fix dialog back button for android ( #3428 )
...
* fix types
* remove unused async
* add try/catch
2024-04-05 12:52:53 -07:00
dan
46c112edfd
Enforce that text is wrapped in <Text>, remaining cases ( #3421 )
...
* Toggle.Button -> Toggle.ButtonWithText
* Simplify Prompt.Cancel/Action
* Move lines down for better diff
* Remove ButtonWithText
* Simplify types
* Enforce Button/ButtonText nesting
* Add suggested wrapper in linter error
* Check <Trans> ancestry too
* Also check literals
* Rm ts-ignore
2024-04-05 15:09:35 +01:00
dan
49266c355e
Remove special cases for some buttons with text ( #3412 )
...
* Toggle.Button -> Toggle.ButtonWithText
* Simplify Prompt.Cancel/Action
* Move lines down for better diff
* Remove ButtonWithText
* Simplify types
2024-04-05 14:57:53 +01:00
Hailey
40ccb574b8
properly import linear gradient ( #3423 )
2024-04-05 06:03:14 +01:00
Hailey
9bcb0a7a81
migrate to expo-linear-gradient ( #3420 )
...
* replace packages
* rm useless alias from webpack config
* fix accidental double commit
* replace all usages
2024-04-04 21:22:13 -07:00
Hailey
0433f8ad68
migrate to expo-clipboard ( #3419 )
...
* replace package
* replace usages
2024-04-04 21:19:15 -07:00
Hailey
101d1589bf
Bump some Expo package, remove unused packages to prepare for migration ( #3415 )
...
* bump some package versions
* remove completely unused packages
* remove blurview
* update yarn.lock
2024-04-04 18:30:32 -07:00
dan
3915bb4316
Enforce Text suffix for Text-rendering components ( #3407 )
...
* Rm unused
* Add Text suffix to Title/Description
* Add Text suffix to text components
* Add Text suffix to props
* Validate Text components returns
2024-04-04 21:34:55 +01:00
Samuel Newman
9f657fbace
Open share sheet when long pressing link ( #3317 )
...
* uitextview use library w/ fixes
bump
bump
multiple uitextview fixes
* bump
* Open share sheet on link long press
* rm package manager field
* add link warning to longpress
---------
Co-authored-by: Hailey <me@haileyok.com >
2024-04-04 10:37:57 -07:00
Hailey
8e393b16f5
Simplify list logic further to prevent misuse ( #3334 )
...
* simplify list logic further
more simplification
simplify by removing `isEmpty`
use `isFetchingNextPage` everywhere for clarity
change `isFetching` to `isFetchingNextPage` for clarity
remove some useless `useMemo`s
move `renderItem` and `keyExtractor` out of component
* clean bundle size check
* update deploy
* adjust
* adjust
* one test
* try now
* test it
* done
2024-04-03 20:59:33 -07:00
Samuel Newman
712768dd8f
Use ALF for the account quick switch dialog ( #3327 )
...
* Use ALF for account quick switch
* clean up modal type
* add haptics to dialog opening
* move account list to it's own component and share
* make tick slightly darker
2024-04-03 19:18:14 -07:00
Hailey
7fb117d213
Upgrade UITextView to latest ( #3090 )
...
* uitextview use library w/ fixes
bump
bump
multiple uitextview fixes
* bump
* update to latest
* cleanup
2024-04-03 18:05:03 -07:00
Samuel Newman
75c9da931c
Add share warning to big share button in post ctrl ( #3367 )
2024-04-03 19:03:54 +01:00
Samuel Newman
3f79cb3e12
apply bg color to entire scrollview ( #3364 )
2024-03-31 14:51:31 -07:00
Hailey
ef24611a1f
revert change for closing composer on web only ( #3343 )
2024-03-22 17:05:39 -07:00
Samuel Newman
b27a0b8c97
Merge pull request #3337 from bluesky-social/samuel/scrollable-loggedoutlayout
...
Move scrollview to `LoggedOutLayout` to fix scrolling on web
2024-03-22 15:36:10 +00:00
Hailey
772d528145
fix android back after closing composer ( #3330 )
2024-03-22 08:16:34 -07:00
Samuel Newman
4ec434926e
move auth flows scrollview to loggedin layout
2024-03-22 13:49:19 +00:00
Samuel Newman
a3eab31bda
Sign In -> Sign in
2024-03-21 22:24:37 +00:00
Eric Bailey
5f39ca3187
Mods UI fixes ( #3296 )
...
* Fix report dialog buttons on Android by adjusting styles
* Dry up label pref comp
2024-03-21 12:21:36 -05:00
Hailey
4ff2bb7aba
Fix missing error on PostThread ( #3295 )
2024-03-21 10:16:04 -07:00
dan
396d183dfc
[Statsig] Onboarding and routing events ( #3302 )
2024-03-21 11:04:02 +00:00
Hailey
ad3dd9f6dc
Fix problems with BottomSheet and the report dialog ( #3297 )
...
* use @discord/bottom-sheet
* add @types/invariant
* some progress on keyboard dialog
* rework
rework
add a comment
use discord bottom sheet
* remove `@gorhom/bottom-sheet`
* remove android specific code
* organize imports
2024-03-20 17:26:38 -07:00
Samuel Newman
c649ee1afa
Merge pull request #3217 from bluesky-social/samuel/alf-login
...
Use ALF for login & signup flow
2024-03-20 23:29:24 +00:00
Eric Bailey
19fab671a3
Move some things around
2024-03-20 17:25:08 -05:00
Eric Bailey
bcffaffc07
StepInfo tweaks
2024-03-20 16:42:07 -05:00