Eric Bailey
412b9943b5
Set to default params, update comment
2025-06-11 11:40:34 -05:00
Eric Bailey
4c4274ada3
Fix optimistic insert
2025-06-11 11:40:33 -05:00
Eric Bailey
da4afb78d0
WIP kill me
2025-06-11 11:40:33 -05:00
Eric Bailey
a16f5ecbff
Clean up onPostSuccess
2025-06-11 11:40:33 -05:00
Eric Bailey
8e2bdecc25
Update types
2025-06-11 11:39:52 -05:00
Eric Bailey
03b5ef162c
Add in new optimistic insert logic
2025-06-11 11:39:52 -05:00
Eric Bailey
e82627cf4f
Little cleanup, inserting dupes
2025-06-11 11:39:52 -05:00
Eric Bailey
4a83579795
Optimistic WIP
2025-06-11 11:39:52 -05:00
Eric Bailey
21601390e4
WIP RaW
2025-06-11 11:39:52 -05:00
Eric Bailey
64598ab9d0
Better muted/hidden sorting and handling
2025-06-11 11:39:52 -05:00
Eric Bailey
59ab4f9668
WIP
2025-06-11 11:39:52 -05:00
dan
f938963462
Update react-navigation ( #5967 )
2025-06-09 22:29:53 +03:00
hailey
2a453cd9ca
invert flag for sending to statsig ( #8431 )
2025-05-30 12:13:44 -07:00
Samuel Newman
4890648116
Fix link to like-via-repost ( #8428 )
2025-05-30 12:27:24 +03:00
Samuel Newman
7b3916c8cc
Share bandwidth estimate between video instances ( #8377 )
2025-05-30 00:24:01 +03:00
Samuel Newman
cf63c2ca07
Send FeedFeedback interactions in thread view ( #8414 )
2025-05-28 22:09:28 +03:00
Samuel Newman
4303bca860
Floating "Load more" makeover ( #8420 )
2025-05-28 00:33:19 +03:00
Eric Bailey
342f820ec0
Quiet some logs, fix a bug ( #8404 )
...
* Composer, 142k
* Log geolocation error at most once per session
* Clean thumb cache, 1.4m
* Quiet generic network errors
* Handle undefined notification payloads
2025-05-27 13:25:41 -05:00
Samuel Newman
c3f88e0a48
Share menu ( #7840 )
...
* move post ctrls to #/components
* restructure post controls, basic share menu
* add border radius to searchable people list for android
* Revert "add border radius to searchable people list for android"
This reverts commit 417449086e25b82f5683b12f6405d972f48ce50e.
* add copy link to native share menu
* reorg files again
* open native share menu on long press
* Translation comments
Thanks @surfdude29
* abs path
* update type imports, remove forwardRef
* rm react import
* equal spacing of buttons, extract disco debug
* add better icon
* add right offset to share button for visual alignment
* Add recent chats to share menu (#7853 )
* add recent chats to share menu
* Update RecentChats.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update RecentChats.tsx
* add fading edge on andriod
* tweak scrollview
* Add metrics and A/B alt icon to share menu (#8401 )
* add metrics
* add a/b tested alt icon
---------
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* More descriptive share text/icon on web (#7854 )
* more descriptive share text on web
* revert dev mode changes
* add missing import
* use modified share icon everywhere
* Add back conflicting changes
---------
Co-authored-by: Eric Bailey <git@esb.lol >
---------
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
Co-authored-by: Eric Bailey <git@esb.lol >
2025-05-23 18:02:38 -05:00
Samuel Newman
a0ea634349
Speculative fix to Android camera roll issue ( #8397 )
2025-05-21 21:51:57 +03:00
hailey
c16cd36b64
add reqId to feed feedback ( #8396 )
...
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
2025-05-21 11:15:55 -07:00
Samuel Newman
fe73c13530
Improve select language prompt ( #8391 )
2025-05-20 18:49:47 +03:00
Samuel Newman
1cdbfc7092
Live via service config ( #8378 )
...
* add config (with temp config)
* only allow whitelisted domains in form
* move config to generic config
* use array-based config
* update deps
* rm expect-error
2025-05-16 15:38:34 -07:00
Samuel Newman
a0bd804262
Live ( #8354 )
2025-05-10 00:06:06 +03:00
Samuel Newman
6c28d7d535
move and rename button ( #8358 )
2025-05-09 11:12:40 -07:00
Samuel Newman
207527f1d5
[Android] Save photos to "Bluesky" folder ( #8018 )
2025-05-08 23:50:12 +03:00
Samuel Newman
36697755c7
fix reply display name being clipped ( #8315 )
2025-05-08 23:17:44 +03:00
Samuel Newman
f1372abec5
delete unused auth components ( #8334 )
2025-05-07 11:44:38 -07:00
Eric Bailey
0f96669f8c
[APP-1158] Refactor email-related dialogs ( #8296 )
...
* WIP
* Update email
* Fire off confirmation email after change
* Verify step, integrate stateful control
* Remove tentative EnterCode step
* Handle token step
* Handle instructions and integrate into 2FA setting
* Fix load state when reusing same email
* Add new state
* Add 2FA screens
* Clean up state in Update step
* Clean up verify state, handle normal callback
* Normalize convetions
* Add verification reminder screen
* Improve session refresh
* Handle verification requirements for composer and convo
* Fix lint
* Do better
* Couple missing translations
* Format
* Use listeners for easier to grok logic
* Clean errors
* Move to global context
* [APP-1158] Gate features by email verification state (#8305 )
* Use new hook in all locations
* Format
* Seems to work, not great duplication
* Wrap all open composer calls
* Remove unneeded spans
* Missed one
* Fix handler on Conversation
* Gate new chat in header
* Add comment
* Remove whoopsie
* Format
* add hackfix for dialog not showing
* add prompt to accept chat btn
* navigation not necessary
* send back one screen, rather than home
* Update comment
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
* Clear dialog state
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
* Update icon
* Check color
* Add 2FA warning
* Update instructions
* Fix X button
* Use an effect silly goose
* Update copy
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update copy
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update copy
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update copy
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update src/components/dialaUpdate copyogs/EmailDialog/screens/Update.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update copy
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update copy
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update copy
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update copy
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update copy
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update copy
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update copy
* Update copy
* Update copy
* Update copy
* Update copy
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update copy
* Add link back to update email from verify email dialog
* Handle token field validation
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
2025-05-07 10:23:33 -05:00
Samuel Newman
d1ec73a289
hide footer when lists list is empty ( #8337 )
2025-05-06 23:07:48 +03:00
Samuel Newman
4c8fd006f6
New Edit Profile dialog on web, use new Edit Image dialog everywhere ( #8220 )
2025-05-06 22:50:28 +03:00
hailey
521ec8e044
swap out cropper library ( #8327 )
...
* mostly implement
* type errors
* unused import
* rm comment
* stop accidentally deleting the image while compressing
* upgrade
* type fixes
* upgrade, remove timeout
* bump
* rm mock
* bump
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
2025-05-06 10:54:08 -07:00
Samuel Newman
973538d246
New Select component ( #8323 )
...
* radix select component on web
* native implementation (wip)
* fix sheet height/padding
* tone down web styles
* react 19 cleanup
* replace primary language select
* change style on native
* get auto placeholder working
* more style tweaks
* replace app language dropdown
* replace rnpickerselect with native select
* rm react-native-picker-select dependency
* rm placeholder, since a value is always selected
* docblock for renderItem
* add more docblocks
* add style prop to item
* pass selectedValue through renderItem
* fix context
* Style overflow buttons
---------
Co-authored-by: Eric Bailey <git@esb.lol >
2025-05-06 10:27:05 -07:00
Samuel Newman
25f8506c41
Remove post from feed after pressing show less ( #8333 )
...
* remove post from feed after pressing show less
* fix text overflow on android
* move state up so it won't get recycled away
* make type optional
2025-05-06 07:34:50 -07:00
Samuel Newman
04dc6dc9ca
add internal topic misclassification report button ( #8332 )
2025-05-06 17:03:48 +03:00
hailey
544f7befe0
bump it bop it upgrade it (rn 79/expo 53) ( #8281 )
...
* basic bumps
* more tweaking
* fix rn patch
* fix crop picker patch
* fix media library patch
* rm unnecessary patch
* fix notifications patch
* update bottomsheet
* Update withAppDelegateReferrer.js
* Delete withNoBundleCompression.js
* rm withNoBundleCompression plugin
* rm findLast shim
* metro package exports is enabled by default
* update react/react-dom/react-compiler
* fix reanimated issue
* vendor expo-ized emoji popup
* fix types
* hackfix view full thread
* Update EmojiPickerModule.podspec
* more upgrades
* fix multiformats package version
* add baseurl
* bump mmkv
* bumps
* update react-keyed-flatten-children
* bump locale packages
* fix emoji picker dark mode
* rn upgrades
* Revert "bump locale packages"
This reverts commit fc82f0f173 .
* upgrade testing-library
* rm test renderer
* update patch name minors
* rm findNodeHandle from tabbar
* only do scrollview tag thing on ios
* disable package exports
* update expo notifications handler
* memoize emoji picker styles
* fix tests, mock multiformats
* bump some dev deps with RC versions
* completely rearchitect toasts
* rm logs
* layout animation config for composer footer
* disable autolinking for patched libs
* undo lingui changes
* version bump from release candidate to 0.1
* update atproto deps
* rm @did-plc/server
* fix key issue (maybe)
* move URL polyfill to the polyfill file
* fix yarn lock
* upgrade to 53.0.3
* reanimated layout anim bug patch
* workletize a function that wasn't getting autoworkletized anymore (#8309 )
* bump to expo 53.0.4
* bump RN to 0.79.2
* fix yarn lock ci
* Revert "completely rearchitect toasts"
This reverts commit 2e2fcaeeed .
* final upgrades
* chore: cleanup yarn lock
* prettier
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
2025-05-02 13:23:39 -07:00
Paul Frazee
46ea3fdbee
Merge branch 'demo' into main
2025-05-02 10:36:43 -07:00
Paul Frazee
7b245935ea
Remove demo-mode spacing tweak
2025-04-25 10:49:10 -07:00
Samuel Newman
8ec8a64472
Modernize in-app browser consent dialog ( #8191 )
...
* add stateful dialog control hook
* add new alf'd consent
* make secondary_inverted buttons clearer
* contingency for opening a link from another dialog
* rm old modal
* Differentiate buttons more
---------
Co-authored-by: Eric Bailey <git@esb.lol >
2025-04-24 16:41:11 -05:00
Samuel Newman
278a54850b
Keep all radix dependencies aligned by using single package ( #8219 )
...
* keep all radix deps aligned by using single package
* import directly from `radix-ui` or `radix-ui/internal`
* prevent radix leaking into native build
2025-04-24 16:15:46 -05:00
Eric Bailey
6f44abee35
Verification UI tweaks ( #8276 )
...
* Prevent issuing verifications for users without display names
* Wait for success before closing, show errors
* Update icons
* WIP adjust size
* Adjust check size in feeds
* Add back unused icon
* Format
2025-04-24 11:46:23 -05:00
Paul Frazee
ba002d8252
Tune spacing for demo mode
2025-04-24 09:31:04 -07:00
Samuel Newman
70dbc94766
Modernise change email flow ( #8106 )
...
* use new verify email dialog in 2fa flow
* alf change email flow
* Fallback change email dialog
* Update ChangeEmailDialog.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update ChangeEmailDialog.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update ChangeEmailDialog.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update ChangeEmailDialog.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update ChangeEmailDialog.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update ChangeEmailDialog.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update ChangeEmailDialog.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update ChangeEmailDialog.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update Email2FAToggle.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* don't use existing email as default value
* increase max width of email dialogs
* Use ALF verify email dialog for reminder (#5924 )
* use new verify email dialog for reminder
* style tweaks, improve web
* add a lil toast
* Apply suggestions from code review
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Ditch close and push up image
---------
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
Co-authored-by: Eric Bailey <git@esb.lol >
* delete old change/verify email modals (#8122 )
(cherry picked from commit fceb655b3b )
* Translate email placeholder
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Align copy
* Clean up error handling
---------
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
Co-authored-by: Eric Bailey <git@esb.lol >
2025-04-23 11:22:08 -05:00
Samuel Newman
dba0bd8379
move dev mode hook ( #8270 )
2025-04-22 11:13:13 -07:00
Mathieu Acthernoene
a770f5635b
Edge to edge support ( #7497 )
2025-04-22 19:16:50 +03:00
Eric Bailey
8a602bf9f6
Tweak alignment ( #8258 )
2025-04-21 18:08:06 -05:00
Eric Bailey
aa3ee8db4e
Align handling ( #8255 )
2025-04-21 16:59:46 -05:00
Eric Bailey
8fdefb7e94
Add check to composer user autocomplete ( #8253 )
...
* Add check to composer autocomplete web
* Add check to composer autocomplete mobile
2025-04-21 16:32:29 -05:00
Samuel Newman
13884b0a1c
fix composer reply line height ( #8241 )
2025-04-21 15:29:46 -05:00
Eric Bailey
0278c7a0b4
Make notifications clickable ( #8251 )
2025-04-21 12:07:55 -05:00