summaryrefslogtreecommitdiff
path: root/packages/frontend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix: If mail delivery is disabled on the server, make the settings page ↵nexryai2023-03-041-1/+6
| | | | | indicate this (#10191) Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* :art:syuilo2023-03-041-2/+14
|
* chore(client): tweak default value of numberOfPageCachesyuilo2023-03-041-1/+1
|
* enhance(client): improve channel uisyuilo2023-03-041-108/+53
|
* fix(client): Viteで This assignment will throw because "role" is a ↵syuilo2023-03-041-1/+1
| | | | | | constantというエラーが出る Fix #10187
* enhance(client): improve channel uisyuilo2023-03-046-2/+41
|
* enhance(client): add share button to clip and channel pagesyuilo2023-03-042-1/+23
| | | | Resolve #10183
* (CSS完全に)理解したsyuilo2023-03-031-1/+1
|
* clean upsyuilo2023-03-031-4/+0
|
* :art:syuilo2023-03-033-200/+223
|
* fix(client): prevent null reference errorsyuilo2023-03-031-4/+10
|
* update soundssyuilo2023-03-0337-23/+29
|
* :art:syuilo2023-03-036-4/+27
|
* :art:syuilo2023-03-0210-265/+300
|
* clean upsyuilo2023-03-024-4/+1
|
* enhance(client): provide sticktyFootersyuilo2023-03-024-19/+60
|
* refactor(frontend): add explicit `Promise<void>` return types in `os.ts` ↵Kagami Sascha Rosylight2023-03-021-5/+5
| | | | (#10156)
* refactor(client): use css modulessyuilo2023-03-021-64/+51
|
* update soundssyuilo2023-03-0219-5/+14
|
* Update about-misskey.vuesyuilo2023-03-021-0/+3
|
* :art:syuilo2023-03-011-1/+1
|
* enhance(client): add new soundssyuilo2023-03-017-0/+6
|
* fix(frontend): read KeyboardEvent.key instead of which/code (#10083)Kagami Sascha Rosylight2023-03-013-23/+8
|
* refactor: plugin.tsの型を修正する (#10027)KokiSakano2023-03-012-21/+54
| | | | | | | | | | | | | | | | | * refactor:plugin内のすべての関数にreturn typeを設定 * fix:pluginContextsから取得できない場合は早期リターンする * fix:valueがstring以外の時は早期リターンする * fix:valueが取得できる時以外は早期リターンする * fix:pluginに型をつける * fix:絞り込みをassertStringに変更 * fix:修正漏れ * fix:valToJsからvalueを取得するように変更
* enhance(client): Renote した時の表示をリップルエフェクトと ↵Khsmty2023-03-013-5/+47
| | | | | | | | | | | | | | | toast に (#10116) * enhance(client): Renote した時の表示を toast に * fix: lint エラー * enhance(client): Renote した時の表示をリップルエフェクトに * toast も追加 * rippleeffect のタイミング変更 * toast の位置を header に被らないように
* :art:syuilo2023-03-012-0/+2
|
* :art:syuilo2023-03-011-2/+2
|
* :art:syuilo2023-03-012-70/+87
|
* :art:syuilo2023-03-011-16/+32
|
* feat: 時限ロール (#10145)syuilo2023-03-013-8/+93
| | | | | | | | | | | | | | | * feat: 時限ロール * クライアントから期限を確認できるように * リファクタとか * fix test * fix test * fix test * clean up
* enhance(client): ↵syuilo2023-02-284-8/+43
| | | | ノートの操作部をホバー時のみ表示するオプション
* enhance(client): emojisはIndexedDBに保存する (#10121)tamaina2023-02-282-10/+19
| | | | | * enhance(client): emojisはIndexedDBに保存する * lastEmojisFetchedAt
* enhance: Play ↵牛蒡2023-02-281-3/+3
| | | | | | | の「ソースを表示」にシンタックスハイライトを当てる (#10107) * シンタックスハイライトを当てる * fix
* fix(client): photoswipe(画像の拡大表示)がなんか変 (#10138)tamaina2023-02-281-10/+13
| | | | | | | | | | * fix(client): photoswipe(画像の拡大表示)がなんか変 Fix #10037 * important --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: ↵tamaina2023-02-282-11/+11
| | | | | | | | | | | | | | | 外部メディアプロキシ使用時にアバタークロップができない問題を修正 (#10142) * wip * fix * Update packages/frontend/src/scripts/media-proxy.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(client): 招待コードが必要なことが分かりやすいようにsyuilo2023-02-281-0/+8
|
* :art:syuilo2023-02-281-1/+1
|
* fix(client): モバイル環境でポップアップが表示されないsyuilo2023-02-261-1/+1
| | | | Fix #10110
* update depssyuilo2023-02-261-14/+13
|
* enhance(client): ↵syuilo2023-02-261-0/+8
| | | | メニューの「もっと」からインスタンス情報を見れるように
* enhance(client): photoswipe ↵Khsmty2023-02-261-0/+17
| | | | | | | | | | | 表示時に戻る操作をしても前の画面に戻らないように (#10098) * enhance(client): photoswipe 表示時に戻る操作をしても前の画面に戻らないように * add: changelog --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(client): improve user menu uxsyuilo2023-02-261-42/+32
|
* Update about-misskey.vuesyuilo2023-02-261-0/+1
|
* Simplify search.vue (remove dead code) (#10088)Soni L2023-02-261-19/+0
| | | | | | | * Simplify search.vue This is already handled by the code above it, no need to handle it twice * Remove unused imports
* refactor(frontend): fix eslint error (#10084)Kagami Sascha Rosylight2023-02-251-1/+1
|
* feat: in-channel featured notesyuilo2023-02-251-11/+25
| | | | Resolve #9938
* :art:syuilo2023-02-252-5/+2
|
* :art:syuilo2023-02-251-5/+37
|
* enhance(client): tweak contextmenu position calculationsyuilo2023-02-253-23/+45
|
* enhance(client): renoteした際の表示を改善syuilo2023-02-252-4/+4
| | | | Resolve #10078