Hailey
86b84dfbdd
fix wording
2024-06-19 17:09:03 -07:00
Hailey
7315f5dfac
merge in delete mutation
2024-06-19 17:06:55 -07:00
Hailey
2376732770
fix check
2024-06-19 17:03:57 -07:00
Hailey
a78f8ff168
fix check
2024-06-19 17:03:57 -07:00
Hailey
dca966da52
start using mutations
2024-06-19 17:03:57 -07:00
Hailey
a1880ac1ba
add mutation for creating pack
2024-06-19 17:03:57 -07:00
Hailey
512cd985dd
rename file
2024-06-19 17:03:57 -07:00
Eric Bailey
8d0fd335e9
Delete mutation, wip dropdown
2024-06-19 18:49:10 -05:00
Eric Bailey
25cc40841d
Merge remote-tracking branch 'origin/main' into starter-packs
...
* origin/main:
Convert button to use forwardRef (#4576 )
use 1000x1000 for image height in avatar cropper (#4453 )
fix for autofill covering border (#4573 )
2024-06-19 18:48:48 -05:00
Eric Bailey
7d8fca56dc
Convert button to use forwardRef ( #4576 )
2024-06-19 18:47:43 -05:00
Hailey
89d99a8701
use 1000x1000 for image height in avatar cropper ( #4453 )
2024-06-20 02:20:43 +03:00
Samuel Newman
5c31859f7b
fix for autofill covering border ( #4573 )
2024-06-20 01:42:12 +03:00
Eric Bailey
18ccaf2a6d
Leading on sp screen
2024-06-19 17:30:28 -05:00
Hailey
32870c6095
remove unused param
2024-06-19 15:22:42 -07:00
Hailey
e57c180b72
Merge branch 'main' into starter-packs
2024-06-19 15:10:02 -07:00
Hailey
b283fbd484
UI tweaks and nits for starter packs ( #4548 )
...
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
Co-authored-by: Paul Frazee <pfrazee@gmail.com >
Co-authored-by: Eric Bailey <git@esb.lol >
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
fix truncation on native (#4575 )
2024-06-19 15:09:00 -07:00
Samuel Newman
50a61f1084
Update HomeHeaderLayoutMobile.tsx ( #4572 )
2024-06-19 15:04:57 -07:00
Samuel Newman
9047bc8a9b
Option for large alt badges ( #4571 )
...
* add pref for large alt badge
* add to settings
* do the large badge bit
* Tweak wording
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2024-06-19 15:04:55 -07:00
Samuel Newman
900aa6aaab
Truncate post metrics and fix truncation on native ( #4575 )
...
* truncate post counts
* add numberformat polyfill
* Fix perf
* Simplify type shenanigans
* Bump versions to remove dupes
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2024-06-19 15:04:22 -07:00
Hailey
b4b6c5dde8
Add report dialog to starter pack screen ( #4546 )
2024-06-19 14:53:52 -07:00
Samuel Newman
73fc0094dd
Update HomeHeaderLayoutMobile.tsx ( #4572 )
2024-06-20 00:45:08 +03:00
Samuel Newman
0f931933a7
Option for large alt badges ( #4571 )
...
* add pref for large alt badge
* add to settings
* do the large badge bit
* Tweak wording
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2024-06-20 00:32:44 +03:00
Samuel Newman
22c5aa4da4
Truncate post metrics and fix truncation on native ( #4575 )
...
* truncate post counts
* add numberformat polyfill
* Fix perf
* Simplify type shenanigans
* Bump versions to remove dupes
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2024-06-20 00:21:02 +03:00
Hailey
43672e1f39
Merge remote-tracking branch 'origin/main' into starter-packs
2024-06-19 11:45:28 -07:00
Hailey
f95b64a22b
unnecessary diff
2024-06-19 09:25:19 -07:00
dan
ca17cf276f
Fix avi placeholder layout ( #4570 )
2024-06-19 19:03:59 +03:00
Hailey
1dbfc6715d
Ensure nothing happens if QR code fails to save
2024-06-19 08:59:54 -07:00
Hailey
eec332f373
lint
2024-06-18 22:51:50 -07:00
Hailey
cc6edaa17b
tweak routes for edit
2024-06-18 21:43:23 -07:00
Hailey
2fe903e382
infinite query
2024-06-18 20:40:25 -07:00
Hailey
a222a5ad18
move provider further up
2024-06-18 19:10:58 -07:00
Hailey
a2c635a49f
move provider to the right place
2024-06-18 18:57:54 -07:00
Hailey
8b85546f2e
SP state cleanup ( #4569 )
2024-06-18 18:42:22 -07:00
Hailey
156de402b8
Merge branch 'main' into starter-packs
2024-06-18 18:26:59 -07:00
Hailey
8788708bd2
add support for ListEmptyComponent, allow undefined data ( #4403 )
...
* add support for `ListEmptyComponent`, allow `undefined` data
* change `header` and `footer` to be in line with `emptyComponent`
* don't render `onEndReached` or `onStartReached` `Visibility` if empty
2024-06-19 03:33:43 +03:00
Samuel Newman
3dc34be929
GIF previews in notifications ( #4447 )
...
* gifs in notifications
* remove try/catch
* Limit try/catch scope
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2024-06-19 03:09:06 +03:00
dan
7ddbc392c3
[Session] Convert account to session data explicitly ( #4446 )
...
* Extract a variable
* Extract sessionAccountToSession
* Convert account to session data on assignment
2024-06-19 02:47:50 +03:00
Eric Bailey
5159495274
Move onboarding start to after successfull account creation ( #4381 )
...
* Move onboarding start to after successfull account creation
* Remove unused dispatch
2024-06-19 02:46:34 +03:00
Paul Frazee
07c2be255f
Collection of moderation fixes ( #4566 )
...
* Fix: dont blur parents in threads that embed blocks
* After tapping 'Show hidden replies', show the individual hider cards
* Add shape override to UserAvatar and fix the fallback avi for labelers
* Fix precedence
* Detect shape for DefaultAvatar
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2024-06-19 02:36:46 +03:00
Eric Bailey
ac08c76168
Fix undefined block ( #4479 )
...
* Fix undefined block (#4378 )
* Fix undefined block
* Changing text and handling all blocks.
* Tweaks
* Update copy, make non-interactive
* Remove console
* Clarify logic
* Pass through parent blocked state for 3p blocks
* Better translation
---------
Co-authored-by: Josh <hi@oracularhades.com >
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2024-06-19 02:03:23 +03:00
Samuel Newman
2237e10ad2
fix gap between tab bar and its border ( #4538 )
2024-06-19 01:53:54 +03:00
Eric Bailey
c92ef2fe31
Better handling of blocks in KnownFollowers ( #4563 )
...
* Better handle nested conditionals, use renderable items to determine UI
* Better translate
* Fix translation and fix missing case in the process
* Clarify naming
* Add safeguard
* Remove unneeded msg
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2024-06-19 01:33:17 +03:00
Hailey
d6116e9ed4
Merge remote-tracking branch 'origin/main' into starter-packs
2024-06-18 15:32:38 -07:00
Eric Bailey
32b4063185
Verify email reminders ( #4510 )
...
* Clarify intent
* Increase email reminder period to once per day
* Fallback
* Snooze immediately after account creation, prevent showing right after signup
* Fix e2e test exports
* Remove redundant check
* Better simple date generation
* Replace in DateField
* Use non-string comparison
* Revert change to unrelated code
* Also parse
* Remove side effect
2024-06-18 17:21:34 -05:00
Paul Frazee
853c32b4d8
Bump labeler limit to 20 ( #4565 )
...
* Increase the labeler subscription limit to 20
* Bump @atproto/api@0.12.20
* Fix: correctly count labeler subscriptions
---------
Co-authored-by: dan <dan.abramov@gmail.com >
2024-06-19 00:21:55 +03:00
Hailey
c4f722ed77
Merge remote-tracking branch 'origin/main' into starter-packs
2024-06-18 14:17:33 -07:00
Hailey
d59356edbc
update atproto
2024-06-18 14:15:33 -07:00
Hailey
fdbecff78d
fix initial index selecton
2024-06-18 14:14:25 -07:00
Samuel Newman
0012d1236f
Migrate local thread mutes ( #4523 )
...
* migrate thread mutes
* don't try and clear if not logged in yet
* migrate mutes one at a time
* write before mutating
* only migrate mutes of self posts
* use /** @deprecated */
* shouldLike -> shouldMute
2024-06-19 00:05:59 +03:00
Hailey
8097b268a2
fix merge error
2024-06-18 13:59:58 -07:00