Matthieu Sieben
e599f0bc08
minor changes
2025-02-13 10:00:06 +01:00
Eric Bailey
be40a03229
Remove unused code
2025-02-11 10:32:08 -06:00
Eric Bailey
5a13c4c1fb
rename atp bsky
2025-02-11 10:26:07 -06:00
Eric Bailey
19a05695b2
Export post
2025-02-11 10:25:19 -06:00
Eric Bailey
1a210accf4
Loosen types
2025-02-11 10:17:10 -06:00
Eric Bailey
bf5f604ac1
Fix type error
2025-02-06 10:43:17 -06:00
Eric Bailey
119f56bd00
Add validate util
2025-02-06 10:43:09 -06:00
Eric Bailey
59e32b3005
Rename atproto -> bsky
2025-02-06 10:11:48 -06:00
Eric Bailey
2ad2219be6
Just ignore type errors and use findLast
2025-02-06 09:56:24 -06:00
Eric Bailey
fbc30cc326
Align types
2025-02-05 11:54:21 -06:00
Eric Bailey
38a0d299d8
Convert findLast
2025-02-05 11:51:54 -06:00
Eric Bailey
c68688a850
Align types
2025-02-05 11:33:56 -06:00
Eric Bailey
f8a52aa527
Use asPredicate
2025-02-05 11:33:21 -06:00
Eric Bailey
4d8c580a90
Use dangerousIsType
2025-02-05 11:32:34 -06:00
Eric Bailey
8f57d6edde
Use dangerousIsType
2025-02-05 11:31:41 -06:00
Eric Bailey
2269acde59
Align types
2025-02-05 11:30:36 -06:00
Eric Bailey
58f1e87457
Clean up upsertProfile types
2025-02-05 11:26:48 -06:00
Eric Bailey
e09858186e
Add fallback content-type to pass typecheck
2025-02-05 11:24:43 -06:00
Eric Bailey
707bb3a2c4
Use asPredicate
2025-02-05 11:22:20 -06:00
Eric Bailey
06be7f887c
Use asPredicate
2025-02-05 11:21:17 -06:00
Eric Bailey
c60346b0fa
Use dangerousIsType
2025-02-05 11:20:13 -06:00
Eric Bailey
98e7d7401b
Use new AnyProfileView
2025-02-05 11:17:35 -06:00
Eric Bailey
704d3c7497
Fix types
2025-02-05 11:16:59 -06:00
Eric Bailey
31472828ec
Use Un util
2025-02-05 11:16:35 -06:00
Eric Bailey
7126d8ca78
Use asPredicate
2025-02-05 11:11:18 -06:00
Eric Bailey
6854e6564b
Clean up upsertProfile types
2025-02-05 11:09:23 -06:00
Eric Bailey
3a9f4c4e38
Use asPredicate
2025-02-05 11:06:45 -06:00
Eric Bailey
62ecada300
Use asPredicate
2025-02-05 11:06:00 -06:00
Eric Bailey
df5c9be1d2
Use asPredicate
2025-02-05 11:05:21 -06:00
Eric Bailey
eccbc566c7
Fix types
2025-02-05 11:03:50 -06:00
Eric Bailey
fccc79feb2
use asPredicate
2025-02-05 11:03:41 -06:00
Eric Bailey
155be6467a
Loosen types a bit
2025-02-05 11:03:25 -06:00
Eric Bailey
f6b21057b9
Use asPredicate
2025-02-05 11:03:07 -06:00
Eric Bailey
3ed20f1050
Bump sdk
2025-02-05 11:02:58 -06:00
Eric Bailey
2583c175c6
Merge remote-tracking branch 'origin/main' into next/base
...
* origin/main: (100 commits)
Adding webp to regex list. Added function return type for consistency with the rest of the functions (#7649 )
bump version (#7650 )
use did for userID (#7647 )
Upgrade RN to 0.76.6 (#7557 )
Update expo-blur (#7596 )
Fix slow Hosting Provider dialog (#7594 )
make convo menu lazy (#7604 )
Fix convo header loading state (#7603 )
Spring cleaning (#7640 )
Date input improvements (#7639 )
Add example account store (#7641 )
rm refs in render (#7589 )
change search cancel behaviour (#7624 )
reduce padding on video overlay (#7617 )
Typo fix (#7637 )
no follow self (#7606 )
env var tweaks (#7457 )
Test fix
Add Danish localization (#7220 )
Add Swedish localization (#7232 )
...
2025-02-05 09:37:10 -06:00
André Fernandes
9433975984
Adding webp to regex list. Added function return type for consistency with the rest of the functions ( #7649 )
2025-02-05 14:54:52 +00:00
Samuel Newman
c3d732a76f
bump version ( #7650 )
2025-02-04 21:42:13 +00:00
Hailey
78419beeb0
use did for userID ( #7647 )
2025-02-04 11:16:15 -08:00
dan
bbe2c10866
Upgrade RN to 0.76.6 ( #7557 )
...
* Bump RN to 0.76.6
* Rename patch
2025-02-03 17:41:08 -06:00
Samuel Newman
0e4406c0dd
Update expo-blur ( #7596 )
...
* update expo-blur
* Revert "update expo-blur"
This reverts commit 0546946f7b .
* update yarn minor version and expo-blur
2025-02-03 17:37:02 -06:00
Samuel Newman
083a5c9667
Fix slow Hosting Provider dialog ( #7594 )
...
* avoid portal perf pitfall
* add dep array
2025-02-03 22:50:21 +00:00
Samuel Newman
24a4ab2b0f
make convo menu lazy ( #7604 )
2025-02-03 22:50:02 +00:00
Samuel Newman
32b28d6662
Fix convo header loading state ( #7603 )
...
* get initial convo state from cache
* undo useConvoQuery changes
* fix shadowing situation with new hook
2025-02-03 22:37:24 +00:00
Samuel Newman
fa8607b861
Spring cleaning ( #7640 )
...
* delete breakpoint layouts
* delete empty file
* delete legacy radio buttons
* delete selectable button
* rm radio buttons from debug
* delete storage.ts
* delete type-assertions.ts
2025-02-03 22:18:13 +00:00
Samuel Newman
23e62b18de
Date input improvements ( #7639 )
...
* add max date, use modern field for birthday input
* rm legacy date input
* handle simplifying to simpleDateString internally
* update jsdoc
2025-02-03 20:27:58 +00:00
Eric Bailey
25991af722
Add example account store ( #7641 )
...
* Add example account store
* Format
2025-02-03 14:22:49 -06:00
Samuel Newman
d0ff6dcba0
rm refs in render ( #7589 )
2025-02-03 20:20:15 +00:00
Samuel Newman
2523740bdc
change search cancel behaviour ( #7624 )
2025-02-03 11:38:36 -08:00
Samuel Newman
b27a11cc10
reduce padding on video overlay ( #7617 )
2025-02-03 11:38:09 -08:00
surfdude29
1ec0d11727
Typo fix ( #7637 )
...
* Update ReportDialog.tsx
* Update fr/messages.po
* Update it/messages.po
* Update ja/messages.po
* Update ko/messages.po
* Update zh-CN/messages.po
* Update zh-HK/messages.po
* Update zh-TW/messages.po
2025-02-03 13:06:37 +00:00