Eric Bailey
9520fdb246
Comment
2025-01-06 18:20:53 -06:00
Eric Bailey
36f6cb8ec0
Use util types
2025-01-06 18:12:29 -06:00
Eric Bailey
69da4ce9b9
Use assertDid
...
Co-authored-by: Matthieu Sieben <matthieusieben@users.noreply.github.com >
2025-01-06 18:12:07 -06:00
Eric Bailey
73009ac6f0
Add fastIsType util
2025-01-06 17:44:08 -06:00
Eric Bailey
52eec72147
Tighten up types now that we have AnyProfileView
2025-01-06 17:25:22 -06:00
Eric Bailey
15b9d5af43
Cast for perf reasons
2025-01-06 16:05:03 -06:00
Eric Bailey
4cb5cfa8d4
Expand AnyProfileView to include chat profile view, update post shadow to reflect this
2025-01-06 16:01:07 -06:00
Eric Bailey
d1906e3159
Add parseEmbed utils
2025-01-06 15:44:51 -06:00
Eric Bailey
e851b3de41
[@next] Profile handling, migrate ProfileCard ( #7347 )
...
* Introduce new utils for profiles, migrate old ProfileCard
* Rename, reorg
2025-01-06 14:17:49 -06:00
Eric Bailey
1f5830f7fe
Migrate guard in Wizard/State
2025-01-03 09:58:30 -06:00
Eric Bailey
dace2a26f1
Migrate a guard in notifications/util
2025-01-03 09:48:22 -06:00
Eric Bailey
75fd73bda7
Add correct type guards to notifications/feed
2025-01-03 09:29:50 -06:00
Eric Bailey
50fc2d1dd5
Use correct type in post-feed
2025-01-03 09:26:45 -06:00
Eric Bailey
8a61a4297f
FIX potential bug in post-thread
2025-01-03 09:25:53 -06:00
Eric Bailey
220ff2ff25
Use correct type in post-quotes
2025-01-03 09:23:54 -06:00
Eric Bailey
2cd8dd5edd
Specify exact types in post-thread
2025-01-02 18:12:52 -06:00
Eric Bailey
62e4751439
Migrate postgate/index
2025-01-02 18:02:46 -06:00
Eric Bailey
13b89eae53
Ditto last
2025-01-02 17:58:51 -06:00
Eric Bailey
fa5d130259
Use internal type util to align types
2025-01-02 17:49:34 -06:00
Eric Bailey
288ecbdd85
Specify exact types in search-posts
2025-01-02 17:43:38 -06:00
Eric Bailey
bf08a3a708
Todo
2025-01-02 17:43:14 -06:00
Eric Bailey
0399e59443
Fix up types in starter-packs queries
2025-01-02 17:28:07 -06:00
Eric Bailey
69b9b14898
Fix types in threadgates
2025-01-02 17:21:51 -06:00
Eric Bailey
df51b486f2
Migrate to isValidRecord in threadgate/util
2025-01-02 17:05:55 -06:00
Eric Bailey
19cb6aa605
Migrate to isValidView in queries/util
2025-01-02 17:05:13 -06:00
Eric Bailey
45171ab6ec
Migrate another isValidRecord in NotificationFeedItem
2025-01-02 16:19:11 -06:00
Eric Bailey
517543f13a
Improve MediaPreview types
2025-01-02 16:15:53 -06:00
Eric Bailey
1cf4f44de4
Use isValidRecord in NotfyFeedItem
2025-01-02 16:12:55 -06:00
Eric Bailey
1dbeff9852
Todo
2025-01-02 16:08:04 -06:00
Eric Bailey
a1d4c1eadc
Use matching types in NotificationFeedItem
2025-01-02 16:02:15 -06:00
Eric Bailey
44e2460a05
Omit type from constraint in avatar props
2025-01-02 16:01:51 -06:00
Eric Bailey
fdfdeb5bdc
Use matching type if PostRepostedBy
2025-01-02 15:12:46 -06:00
Eric Bailey
2009ea30db
Migrate to isValidRecord in PostFeedItem
2025-01-02 15:12:13 -06:00
Eric Bailey
164d534c0e
Use matching type in ProfileFollowers screen
2025-01-02 15:10:40 -06:00
Eric Bailey
0334813160
Use matching type in ProfileFollows screen
2025-01-02 15:10:01 -06:00
Eric Bailey
30de00cdfa
Ignore errors in DebugMod screen
2025-01-02 15:08:35 -06:00
Eric Bailey
48ef08aa3e
Remove redundant cast in PostThreadFollowBtn
2025-01-02 15:04:27 -06:00
Eric Bailey
11227f07d2
Replace isRecord with isValidRecord in PostThreadItem
2025-01-02 15:03:45 -06:00
Eric Bailey
87ce8bdcd4
Conslidate and fix check for isValidRecord in Post.tsx
2025-01-02 15:03:03 -06:00
Eric Bailey
069609e7f3
Use correct type for update profile mutation
2025-01-02 14:55:41 -06:00
Eric Bailey
8f62efcb61
Omit type from constraint in profile queries where appropriate
2025-01-02 14:54:25 -06:00
Eric Bailey
363e700681
Omit type from constraint for old ProfileCard
2025-01-02 14:31:50 -06:00
Eric Bailey
f0c6224781
Replace isRecord with isValidRecord in QuoteEmbed
2025-01-02 10:51:47 -06:00
Eric Bailey
b1f1098ff3
Omit from constraint for profile shadow
2025-01-02 10:24:00 -06:00
Eric Bailey
c2f9d7c5b1
Use consistent type in profile query
2025-01-02 10:10:12 -06:00
Stanislas Signoud
9f075b1340
Localize lang selectors according to the app language ( #6207 )
...
* Localize lang selectors according to the app language
* Explicitly ignore RangeError when translating locale names
2024-12-31 13:27:14 -08:00
Paul Frazee
09297d92cb
Release 1.96.3 ( #7318 )
...
* Run intl extract
* 1.96.3
2024-12-31 13:06:33 -08:00
Yiannis Mertzanis
2300410b4d
Add Greek Language ('el') Support and Internationalization ( #6677 )
...
* Add Greek language support to the application
* Add support for Greek language in date handling and tests
* Update Greek locale file with translator and team information
* Add support for Greek language in date handling and tests
* Add support for Greek language in app configuration, and updated translation from the reviewers' comments
* Update src/locale/i18n.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update src/locale/i18n.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com >
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
2024-12-31 12:28:17 -08:00
f e l p s
30d110dbcd
PT-BR Translation update ( #6975 )
...
* PT-BR Translation update to 1.95.0
* PT-BR Translation update to 1.95.0
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com >
2024-12-31 12:25:42 -08:00
Virenbar
af94b79e2c
Update Russian localization ( #7116 )
...
* Update messages.po
* Update messages.po
* Update messages.po (е -> ё)
* Update messages.po (plurals)
* Update messages.po
* Update messages.po
More е -> ё
Fix some strings
* Update messages.po
* Update messages.po
* Update messages.po (draft)
* Update messages.po
* Update messages.po
* Update messages.po
---------
Co-authored-by: ponfertato <ponfertato@ya.ru >
2024-12-31 12:20:38 -08:00