summaryrefslogtreecommitdiff
path: root/packages/frontend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(frontend): use PageWithHeader instead of ↵syuilo2025-03-2070-237/+199
| | | | MkStickyContainer+MkPageHeader combination
* follow up of 1fd87bd2e46eb50f718f95f94d844fe694e43a53syuilo2025-03-202-2/+2
| | | | コミットし忘れ
* fix(frontend): prevent transition glitch of MkHorizontalSwipesyuilo2025-03-2015-81/+79
|
* lint fixessyuilo2025-03-2071-160/+160
|
* Update eslint.config.jssyuilo2025-03-201-1/+7
|
* enhance(frontend): 通常のRouterViewにTransitionを追加syuilo2025-03-204-5/+84
|
* fix(frontend): ↵かっこかり2025-03-202-17/+17
| | | | MkRoleSelectDialogでのpopupの使い方が誤っているのを修正 (#15683)
* fix lintsyuilo2025-03-201-2/+2
|
* fix lintsyuilo2025-03-206-12/+9
|
* fix lintsyuilo2025-03-2019-32/+32
|
* Update eslint.config.jssyuilo2025-03-201-0/+4
|
* lint(frontend): force window prefixsyuilo2025-03-201-0/+23
|
* lint(frontend): relax id-denylist rulesyuilo2025-03-201-3/+3
|
* clean up consolesyuilo2025-03-202-20/+20
|
* add todosyuilo2025-03-201-0/+2
|
* enhance(frontend): improve preference manager stabilitysyuilo2025-03-201-5/+12
|
* 🎨syuilo2025-03-201-38/+31
|
* refactor(frontend): refactor componentssyuilo2025-03-206-60/+72
|
* 🎨syuilo2025-03-202-35/+41
|
* fix(frontend): minimum uiが表示できないsyuilo2025-03-201-6/+3
|
* enhance(frontend): tweak install-extensions behavioursyuilo2025-03-202-12/+11
|
* lint(frontend): improve id-denylist rulesyuilo2025-03-201-1/+5
|
* 🎨 for install-extensionssyuilo2025-03-202-59/+92
|
* fix(frontend): dev ↵syuilo2025-03-202-3/+12
| | | | buildでpreferencesのタブ同期が不必要に行われるのを修正
* follow up of 7b323031b774745ee2146c89ead2a9ebe628d613syuilo2025-03-201-2/+2
|
* fix(frontend): ↵syuilo2025-03-201-1/+7
| | | | | | モバイルレイアウト時にホームを押しても最上部へスクロールされない Fix #15679
* 🎨syuilo2025-03-191-1/+1
|
* fix(frontend): router view stacking有効時にinstall-extensionsが動かないsyuilo2025-03-191-11/+5
|
* Update deep-equal.tssyuilo2025-03-191-3/+14
|
* Enhance: ↵Sayamame-beans2025-03-191-1/+2
| | | | | | | | | | | 2段階認証時のリカバリーコードのファイル名にサーバーURLを含めるように (#15677) * enhance(frontend): include server hostname and port in 2fa recovery code filename * chore(frontend): fix mistake(use `@` for indicate server hostname) --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(frontend): use useTemplateRef for DOM referencingsyuilo2025-03-19127-359/+353
|
* refactor(frontend): router refactoringsyuilo2025-03-1910-167/+114
|
* better import pathssyuilo2025-03-191-6/+6
|
* refactorsyuilo2025-03-193-5/+5
|
* refactor(frontend): router refactoringsyuilo2025-03-1956-625/+427
|
* refactor(frontend): router refactoringsyuilo2025-03-1910-111/+29
|
* clean upsyuilo2025-03-196-69/+21
|
* 🎨syuilo2025-03-191-1/+22
|
* 🎨syuilo2025-03-184-6/+10
|
* enhance(frontend): improve StackingRouterViewsyuilo2025-03-181-48/+87
|
* 🎨syuilo2025-03-1820-73/+324
|
* 🎨syuilo2025-03-1811-544/+349
|
* fix (#15671)ikasoba2025-03-171-0/+2
|
* refactor(frontend): signinRequired -> ensureSigninsyuilo2025-03-1626-51/+51
|
* enhance(frontend): 投稿フォームの設定メニューを改良 (改)syuilo2025-03-166-12/+158
| | | | This reverts commit a814395127aa1b4ea643fb40235e3e58c747b77f.
* Revert "enhance(frontend): 投稿フォームの設定メニューを改良 ↵syuilo2025-03-165-352/+168
| | | | | | (#14804)" This reverts commit ce6b2448ced1101a4f0f8eeeb0d48378d40f696a.
* chore(frontend): use toast to show message when call copyToClipboardsyuilo2025-03-1619-27/+11
|
* 🎨syuilo2025-03-169-9/+9
|
* refactorsyuilo2025-03-163-27/+10
|
* enhance(frontend): 投稿フォームの設定メニューを改良 (#14804)かっこかり2025-03-165-168/+352
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance(frontend): 投稿フォームの設定メニューを改良 * Update Changelog * indent * MkMenuのitemを切り出して共通化 * remove unused expose * fix: ドロワーなどのOptionが当たらない問題を修正 * 他のpopupMenuの項目選択時と挙動をあわせる * チュートリアルで詰む問題を修正 * Revert "MkMenuのitemを切り出して共通化" This reverts commit ce3679798c5b642dd0e47056f70657e46b382b5e. * enhance: slotで共通化 * Update MkPostFormOtherMenu.vue * remove duplicated locale key * refactor: メニューの定義をMkPostForm側で行うように * Update CHANGELOG.md * [ci skip] Update MkPostFormOtherMenu.vue * Update MkPostForm.vue * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>