KMY
|
fc9d27ff91
|
Merge remote-tracking branch 'parent/main' into upstream-20240913
|
2024-09-13 10:31:48 +09:00 |
|
Eugen Rochko
|
24ef8255b3
|
Change design of embed modal in web UI (#31801)
|
2024-09-12 12:54:16 +00:00 |
|
KMY(雪あすか)
|
a41946d11a
|
Fix: 公開範囲を指定してブーストが正しく動かない問題(kmyblue独自拡張部分) (#818)
* Fix: 公開範囲を指定してブーストが正しく動かない問題(kmyblue独自拡張部分)
* Fix export
|
2024-08-22 18:01:55 +09:00 |
|
KMY(雪あすか)
|
a40d491c66
|
Fix: ブーストできない問題 (#803)
|
2024-08-17 20:13:03 +09:00 |
|
KMY
|
8b09a57a91
|
Merge remote-tracking branch 'parent/main' into upstream-20240731
|
2024-07-31 13:00:13 +09:00 |
|
Eugen Rochko
|
8818748b90
|
Change design of confirmation modals in web UI (#30884)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
|
2024-07-25 17:05:54 +00:00 |
|
KMY
|
a99f174d98
|
Merge commit '9e04007020 ' into upstream-20240725
|
2024-07-25 13:06:26 +09:00 |
|
Claire
|
9cb9427133
|
Refactor CW handling in an action (#31103)
|
2024-07-22 16:03:58 +00:00 |
|
Claire
|
03dea64b79
|
Refactor code for reblogging and favouriting (#31102)
|
2024-07-22 15:45:07 +00:00 |
|
Claire
|
e768b23aa9
|
Remove routerHistory parameters from composer actions (#31077)
|
2024-07-19 15:26:44 +00:00 |
|
KMY(雪あすか)
|
f7d978b7e3
|
Change: #742 スマホで引用・参照をおこなったとき、投稿画面へ遷移するよう変更 (#763)
|
2024-06-24 12:18:57 +09:00 |
|
KMY
|
c546939a40
|
Merge remote-tracking branch 'parent/main' into upstream-20240524
|
2024-05-24 08:33:49 +09:00 |
|
Renaud Chaput
|
b6fd14f0e2
|
Fix createDataLoadingThunk and related actions (#30408)
|
2024-05-23 18:22:42 +00:00 |
|
Renaud Chaput
|
10ec421dd4
|
Proposal: a modern & typed way of writing Redux actions doing API requests (#30270)
|
2024-05-23 09:50:13 +00:00 |
|
Renaud Chaput
|
a178ba7cd5
|
Use a modern React context for identity in the app (#30098)
|
2024-05-19 17:07:32 +00:00 |
|
KMY
|
bef755a577
|
Merge remote-tracking branch 'parent/main' into upstream-20240401
|
2024-04-01 08:52:35 +09:00 |
|
Renaud Chaput
|
67442f9039
|
Remove global boosts state and convert boosts modal to Typescript (#29774)
|
2024-03-28 15:33:15 +00:00 |
|
Renaud Chaput
|
9fbe8d3a0c
|
Rewrite PIP state in Typescript (#27645)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2024-03-27 15:19:33 +00:00 |
|
KMY
|
6c9b221cb2
|
Merge remote-tracking branch 'parent/main' into upstream-20240326
|
2024-03-26 09:08:20 +09:00 |
|
Claire
|
37ca59815c
|
Remove setting for unfollow confirmation modal, and make it unconditional (#29373)
|
2024-03-22 16:24:04 +00:00 |
|
KMY
|
76598bd542
|
Merge remote-tracking branch 'parent/main' into upstream-20240319
|
2024-03-19 09:15:20 +09:00 |
|
Eugen Rochko
|
ec19d0a14b
|
Change mute, block and domain block confirmations in web UI (#29576)
|
2024-03-15 17:36:41 +00:00 |
|
KMY
|
4b5fc77b6e
|
Merge remote-tracking branch 'parent/main' into upstream-20240229
|
2024-02-29 09:23:59 +09:00 |
|
Renaud Chaput
|
899eac1a92
|
Use modern ES syntax rather than .call (#29368)
|
2024-02-27 15:42:05 +00:00 |
|
KMY
|
3dd9591a4b
|
Merge remote-tracking branch 'parent/main' into upstream-20240126
|
2024-01-26 11:14:21 +09:00 |
|
Eugen Rochko
|
6936e5aa69
|
Change design of compose form in web UI (#28119)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2024-01-25 15:41:31 +00:00 |
|
KMY
|
991c0dfddf
|
Merge remote-tracking branch 'parent/main' into kb_development
|
2023-11-02 10:24:38 +09:00 |
|
Renaud Chaput
|
277e6968f5
|
Use helpers to check environment in frontend (#27633)
|
2023-10-31 16:05:44 +00:00 |
|
KMY(雪あすか)
|
44b739a39a
|
Add: Webでの引用表示 (#50)
* Add compacted component
* 引用表示の間にコンテナをはさみ、不要なコードを削除
* 引用APIを作成、ついでにブロック状況を引用APIに反映
* テスト修正など
* 引用をキャッシュに登録
* `quote_id`が`quote_of_id`になったのをSerializerに反映
* Fix test
* 引用をフィルターの対象に含める設定+エラー修正
* ストリーミングの存在しないプロパティ削除によるエラーを修正
* Fix lint
* 他のサーバーから来た引用付き投稿を処理
* Fix test
* フィルター設定時エラーの調整
* 画像つき投稿のスタイルを調整
* 画像つき投稿の最大高さを調整
* 引用禁止・非表示の設定を追加
* ブロック対応
* マイグレーションコード調整
* 引用設定の翻訳を作成
* Lint修正
* 参照1つの場合は引用に変換する設定を削除
* 不要になったテストを削除
* ブロック設定追加、バグ修正
* 他サーバーへ引用送信・受け入れ
|
2023-10-02 11:12:51 +09:00 |
|
KMY
|
36f3bbb909
|
Merge remote-tracking branch 'parent/main' into kb_development
|
2023-09-23 20:14:11 +09:00 |
|
Renaud Chaput
|
4b7bc1f07c
|
Convert dropdown_menu state to Typescript (#25585)
|
2023-09-22 18:18:46 +02:00 |
|
KMY
|
353e76c9c9
|
Add quote menu
|
2023-09-20 16:49:16 +09:00 |
|
KMY
|
87490a3220
|
Wip: bookmark statuses view and adder
|
2023-08-26 13:25:57 +09:00 |
|
KMY
|
3af223275f
|
Add circle visibility
|
2023-08-21 18:22:14 +09:00 |
|
KMY
|
287eacf5f3
|
Merge commit 'fd284311e7 ' into kb_migration
|
2023-08-01 17:59:16 +09:00 |
|
Claire
|
b4e739ff0f
|
Change interaction modal in web UI (#26075)
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
|
2023-07-27 16:11:17 +02:00 |
|
KMY
|
4b65740722
|
Merge commit 'f826a95f6e ' into kb_migration
|
2023-07-25 15:09:10 +09:00 |
|
gunchleoc
|
217ef7f2af
|
Replace 'favourite' by 'favorite' for American English (#26009)
|
2023-07-21 19:09:13 +02:00 |
|
KMY
|
f18fa97f0c
|
Merge commit '71db616fed ' into kb_migration
|
2023-07-14 12:43:55 +09:00 |
|
Stanislas Signoud
|
5fad7bd58a
|
Change links in multi-column mode so tabs are open in single-column mode (#25893)
|
2023-07-13 17:18:09 +02:00 |
|
Claire
|
41f65edb21
|
Fix embed dropdown menu item for unauthenticated users (#25964)
|
2023-07-13 15:53:03 +02:00 |
|
KMY
|
44a987810b
|
Add status reference menu
|
2023-07-06 17:09:14 +09:00 |
|
KMY
|
bb2e964dca
|
Merge commit 'aea67d448b ' into kb_migration
|
2023-06-04 10:15:09 +09:00 |
|
Renaud Chaput
|
b0780cfeed
|
Fix /share and cleanup and reorganize frontend locale loading (#25240)
|
2023-06-02 15:00:27 +02:00 |
|
KMY
|
093cfdbb7b
|
Merge commit 'c15c8c7aa8 ' into kb_migration
|
2023-06-01 17:30:18 +09:00 |
|
Christian Schmidt
|
69057467cb
|
Translate CW, poll options and media descriptions (#24175)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2023-06-01 00:10:21 +02:00 |
|
Renaud Chaput
|
44cd88adc4
|
Upgrade react-intl (#24906)
|
2023-05-31 23:43:39 +02:00 |
|
KMY
|
ee625dfdc0
|
Merge commit '38c6216082 ' into kb_migration
|
2023-05-26 15:18:50 +09:00 |
|
KMY
|
f1625fe101
|
Add reaction deck
|
2023-05-26 15:15:48 +09:00 |
|
fusagiko / takayamaki
|
38c6216082
|
Rewrite actions/modal and reducers/modal with typescript (#24833)
|
2023-05-25 15:42:37 +02:00 |
|