summaryrefslogtreecommitdiff
path: root/packages/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): ↵arrow2nd2023-03-051-1/+4
| | | | | | | ユーザーページのバッジ表示を適切に折り返すように (#10222) * fix(frontend): ユーザーページのバッジ表示を適切に折り返すように * Update CHANGELOG.md
* [ci skip] :art:syuilo2023-03-051-2/+2
|
* [ci skip] fix(client): fix post button of channelsyuilo2023-03-051-1/+1
|
* refactor(client): use css modulesyuilo2023-03-051-21/+21
|
* enhance(client): tweak MkFolder componentsyuilo2023-03-051-43/+47
|
* enhance(client): tweak brain diver detectionsyuilo2023-03-051-1/+8
|
* enhance(client): tweak signup formsyuilo2023-03-051-0/+1
|
* Update about-misskey.vuesyuilo2023-03-051-0/+7
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-051-1/+6
|\
| * 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>
* | fix(client): ↵syuilo2023-03-051-1/+2
|/ | | | | | ロールの権限で「一般ユーザー」のロールがいきなり設定できない問題を修正 Fix #10203
* :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-032-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-021-5/+14
|
* Update about-misskey.vuesyuilo2023-03-021-0/+3
|
* :art:syuilo2023-03-011-1/+1
|
* enhance(client): add new soundssyuilo2023-03-011-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
* 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>