Commit graph

427 commits

Author SHA1 Message Date
Nick Schonning
b878e3d8df
Enable ESLint react/no-deprecated (#24471) 2023-05-10 09:05:32 +02:00
KMY
551a676161 Merge remote-tracking branch 'parent/main' into kb_migration_development 2023-05-10 09:03:47 +09:00
fusagiko / takayamaki
349cae0b57
Add type annotation for DisplayName component (#24752) 2023-05-09 23:08:54 +02:00
KMY
cf1ff2c667 Merge branch 'kb_migration' into kb_migration_development 2023-05-09 15:39:30 +09:00
KMY
ba3f60ba63 Merge commit 'c8181eb0a4' into kb_migration 2023-05-09 15:39:21 +09:00
KMY
3fb5490acc Add stamp count on detailed status 2023-05-09 15:39:00 +09:00
Renaud Chaput
c8181eb0a4
Enforce stricter rules for Typescript files (#24910) 2023-05-09 03:11:56 +02:00
KMY
32f0e619f0 Merge commit 'f877aa9d70' into kb_migration 2023-05-07 14:50:12 +09:00
Claire
598e63dad2
Change media elements to use aspect-ratio rather than compute height themselves (#24686) 2023-05-02 13:58:48 +02:00
KMY
70ea37a4cc Merge commit '8099ba04be' into kb_migration 2023-04-25 17:08:32 +09:00
Nick Schonning
2daa5a1549
Enable formatjs/prefer-pound-in-plural (#24622) 2023-04-24 08:07:19 +02:00
Eugen Rochko
290e4aba31
Add lines to threads in web UI (#24549) 2023-04-24 08:07:03 +02:00
Christian Schmidt
e713c545b8
Use CSS to trim long card descriptions (#24265) 2023-04-23 22:32:47 +02:00
KMY
d4bec28e1e Merge commit 'f05fb51ecb' into kb_migration 2023-04-15 14:45:56 +09:00
Ivan Rodriguez
f05fb51ecb
Fix status title for statuses without text (#24359) 2023-04-14 17:29:09 +02:00
KMY
4c6f15fca1 Merge commit 'af49d93fd6' into kb_migration 2023-04-13 18:57:57 +09:00
Eugen Rochko
cee357d538
Change all components to use the same error page in web UI (#24512) 2023-04-12 12:44:58 +02:00
KMY
3d53a47905 Merge remote-tracking branch 'origin/kb_development' into kb_migration 2023-04-07 21:45:07 +09:00
KMY
c2cd05d0e1 Fix IconButton console error 2023-04-07 20:27:00 +09:00
KMY
4c975d32a1 Merge branch 'kb_development' into kb_migration 2023-04-07 17:32:40 +09:00
KMY
7d76d01795 Change visibility to visibility_ex 2023-04-06 20:28:05 +09:00
KMY
94cd200097 Merge remote-tracking branch 'origin/kb_development' into kb_migration 2023-04-06 16:57:01 +09:00
KMY
af20b1d2aa Add searchability support 2023-04-06 04:27:52 +09:00
KMY
49c193c2ff Merge commit '927b2fd138' into kb_migration 2023-04-05 18:56:16 +09:00
Nick Schonning
ec0c104bf2
Ensure tabIndex is number instead of string (#24409) 2023-04-04 16:33:44 +02:00
KMY
ceec3a92cd Merge commit '2b11376411' into kb_migration 2023-04-01 18:05:22 +09:00
Eugen Rochko
68a192e718
Change "direct message" nomenclature to "private mention" in web UI (#24248) 2023-03-30 15:16:20 +02:00
KMY
76340285d6 Merge commit '34225d7199' into kb_migration 2023-03-27 14:06:56 +09:00
Yamagishi Kazutoshi
d1b057a0ac
Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
KMY
2eae1bb9bf Fix chrome cosole errors 2023-03-22 22:50:01 +09:00
KMY
d73238d9f6 Add emoji reaction history list page 2023-03-19 12:21:45 +09:00
KMY
9e2390f3c9 Merge branch 'kb_development' into kb_migration 2023-03-08 16:38:48 +09:00
KMY
3557d2c135 Support wide custom emojis 2023-03-08 16:32:54 +09:00
KMY
ed3abf4f2a Add public_unlisted scope as status privacy 2023-03-05 13:24:31 +09:00
KMY
3e1b4108ed Merge branch 'kb_development' into kb_migration 2023-03-04 16:20:34 +09:00
KMY
b41968da36 Fix status meaningless space 2023-03-02 22:10:12 +09:00
KMY
4e7313a2b8 Merge commit 'd3eefead30' into kb_migration 2023-02-27 14:34:34 +09:00
KMY
e744ecc05f Add emoji link on detailed status 2023-02-27 08:53:27 +09:00
Christian Schmidt
d3eefead30
Add lang attribute to media and poll options (#23891) 2023-02-26 20:13:27 +01:00
KMY
a1485f242d Add emoji reaction detail status 2023-02-26 23:44:52 +09:00
KMY
de3512fb82 Merge commit '730bb3e211' into kb_development 2023-02-25 11:14:35 +09:00
KMY
15bc0df759 Add emoji reaction deletion api 2023-02-25 10:42:19 +09:00
Christian Schmidt
8000a8f230
Add lang attribute to preview card (#23869) 2023-02-24 20:04:38 +01:00
KMY
5f7da7bff1 Add api for set emoji reactions to toot 2023-02-24 20:57:01 +09:00
KMY
df6de7daf5 Add emoji reaction bar into status view 2023-02-24 17:51:57 +09:00
KMY
87f2d18462 Merge commit '2564117131' into kb_development 2023-02-23 08:06:55 +09:00
KMY
7fcd0e41e5 Add emoji-reaction icons as an item of action bar 2023-02-22 16:48:37 +09:00
Renaud Chaput
44a7d87cb1
Rename JSX files with proper .jsx extension (#23733) 2023-02-20 03:20:59 +01:00
Nick Schonning
eddfb33dfe
Enable ESLint import recommended rules (#23315) 2023-02-13 15:12:31 +01:00
Nick Schonning
db2c58d47a
Enable ESLint no-useless-escape (#23311) 2023-02-13 15:12:14 +01:00