summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactorsyuilo2025-08-2611-29/+33
|
* refactoesyuilo2025-08-268-24/+21
|
* refactorsyuilo2025-08-266-18/+22
|
* refactorsyuilo2025-08-252-179/+176
|
* refactorsyuilo2025-08-253-24/+11
|
* refactorsyuilo2025-08-251-28/+16
|
* refactorsyuilo2025-08-251-14/+41
|
* refactorsyuilo2025-08-251-1/+1
|
* fix typosyuilo2025-08-251-4/+4
| | | | Fix #16452
* fix(frontend): ↵かっこかり2025-08-221-3/+1
| | | | | | | | | | | | | | | | | | | | | ページネーションの進行方向を指定できるように (#16433) * fix(frontend): ページネーションの進行方向を指定できるように * Update Changelog * fix lint * fix: directionをMkPaginationに移動 * fix * fix * fix --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* enhance: verify-emailにフロントエンドUIを実装 (#16431)かっこかり2025-08-212-1/+123
| | | | | | | | | | | | | | | * enhance: メールのverifyをAPIに変更 * enhance(frontend): メールのVerifyページを追加 * fix * :art: * :art: * Update Changelog * lint
* feat: ↵syuilo2025-08-194-3/+104
| | | | 非ログイン時に表示されるトップページのスタイルを選択できるように
* enhance(frontend): Add an option to customize Lockdown duration (#16405)Souma2025-08-181-16/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * chore(locales): Add "setManually" and "_time.month" Add Japanese locales to auto-generate other languages. * feat(frontend): Add text fields to set lockdown duration manually Choose from presets or set it manually. * refactor(frontend): Make objects contains option's values and labels When adding a new option, it needed to write two times. * docs(changelog): Add a description about this change Users can notice what's changed by this PR. * refactor(frontend): Manage state by MkSelect The functions only initialize the values. * refactor(frontend): Make the custom input as writable computed Clean up the MkInput components. * chore(locales): Switch to "custom" A single word is better than sentence on this situation. * refactor(frontend): Insert the custom button to presets Users don't need to click multiple times to use prests.
* Update about-misskey.vuesyuilo2025-08-181-0/+3
|
* feat(frontend): introduce haptic feedback as experimental featuresyuilo2025-08-181-0/+4
| | | | #16410
* enhance(frontend): update aiscript to 1.1.0syuilo2025-08-181-1/+1
|
* fix(frontend): ↵syuilo2025-08-151-1/+1
| | | | Botプロテクションの設定の変更検知が正しくない問題を修正
* Update about-misskey.vuesyuilo2025-08-141-0/+4
|
* enhance: ユーザー検索を制限できるように (#16380)かっこかり2025-08-093-2/+36
| | | | | * enhance: ユーザー検索を制限できるように * Update Changelog
* fix: チャットの利用可否ポリシーの考慮漏れを修正 (#16259)かっこかり2025-08-091-2/+4
| | | | | * fix: チャットの利用可否ポリシーの考慮漏れを修正 * :art:
* Fix: ↵Sayamame-beans2025-08-091-1/+1
| | | | | | | | | | | チャンネルのハイライトページにノートが表示されない問題を修正 (#16364) * fix(frontend): unable to see channel's featured notes * docs(changelog): update changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Update about-misskey.vuesyuilo2025-08-081-0/+4
|
* per-locale bundle & inline locale (#16369)anatawa122025-08-081-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: split entry file by locale name * chore: とりあえず transform hook で雑に分割 * chore: とりあえず transform 結果をいい感じに * chore: concurrent buildで高速化 * chore: vite ではローケルのないものをビルドして後処理でどうにかするように * chore: 後処理のためにi18n.jを単体になるように切り出す * chore: use typescript * chore: remove unref(i18n) in vite build process * chore: inline variable * fix: build error * fix: i18n.ts.something.replaceAll() become error * chore: ignore export specifier from error * chore: support i18n.tsx as object * chore: process literal for all files * chore: split config and locale * chore: inline locale name * chore: remove updating locale in boot common * chore: use top-level await to load locales * chore: inline locale * chore: remove loading locale from boot.js * chore: remove loading locale from boot.js * コメント追加 * fix test; fetchに失敗する * import削除ログをdebugレベルに * fix: watch pug * chore: use hash for entry files * chore: remove es-module-lexer from dependencies * chore: move to frontend-builder * chore: use inline locale in embed * chore: refetch json on hot reload * feat: store localization related to boot.js in backend in bootloaderLocales localstorage * 応急処置を戻す * fix spex * fix `Using i18n identifier "e" directly. Skipping inlining.` warning * refactor: use scriptsDir parameter * chore: remove i18n from depmap * chore: make build crash if errors * error -> warn few conditions * use inline object * update localstorage keys * remove accessing locale localstorage * fix: failed to process i18n.tsx.aaa({x:i18n.bbb})
* enhance(frontend): ↵syuilo2025-08-061-36/+44
| | | | タイムラインページのメニューから投稿フォームの表示有無を切り替えられるように
* feat(frontend): AiScriptを1.0に更新syuilo2025-08-062-7/+11
| | | | Close #16277
* 🎨syuilo2025-08-051-3/+1
|
* fix type errorssyuilo2025-08-051-19/+6
|
* feat(frontend): ページのタブバーを下部に表示できるようにsyuilo2025-08-041-0/+10
|
* コントロールパネルの検索 (#16343)syuilo2025-08-0327-1077/+1274
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update settings.vue * Update settings.vue * Update settings.vue * Update settings.vue * Update settings.vue * Update performance.vue * Update performance.vue * Update performance.vue * Update external-services.vue * wip * wip * Update security.vue * Update settings.vue * Update CHANGELOG.md * wip * Update moderation.vue * wip * Update branding.vue * wip * Update email-settings.vue * Update system-webhook.vue * Update MkSuperMenu.vue * Update index.vue
* enhnace(frontend): ↵syuilo2025-08-025-13/+12
| | | | リロードのサジェストをダイアログではなくバナー表示に
* feat(frontend): セーフモード (#16245)かっこかり2025-08-013-2/+13
| | | | | | | | | | | | | | | | | | | | | | | * feat(frontend): セーフモード * Update Changelog * Update Changelog * fix * fix * Update Changelog * Update Changelog * PWAのショートカット経由でもセーフモードで起動できるように * Update ClientServerService.ts --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend); Playのボタンがはみ出している問題を修正 (#16303)かっこかり2025-08-011-0/+1
|
* enhance: ジョブのログを表示できるようにsyuilo2025-08-011-0/+9
|
* feat: remote notes cleaning (#16292)syuilo2025-08-012-2/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * wip * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update job-queue.job.vue * wip * Update CleanRemoteNotesProcessorService.ts * wip * wip * wip * Update CleanRemoteNotesProcessorService.ts * wip * Update CHANGELOG.md * Revert "wip" This reverts commit 89d455d302c1106c421bcec309fd7bf02509465e. * wip * woip * Update QueueService.ts * Update QueueService.ts * ピン留め考慮 * Update CleanRemoteNotesProcessorService.ts * Update QueueService.ts * Update CleanRemoteNotesProcessorService.ts * add log * Update CHANGELOG.md * wip * Update MkServerSetupWizard.vue
* enhance(frontend): ↵syuilo2025-08-012-1/+26
| | | | サーバーの初期設定ウィザードをやり直せるように
* enhance(frontend): typed nirax (#16309)かっこかり2025-07-3018-30/+139
| | | | | | | * enhance(frontend): typed nirax * migrate router.replace * fix
* enhance(frontend): disable InfiniteScroll to improve stabilitysyuilo2025-07-171-0/+2
| | | | #16229
* remove unused codesyuilo2025-07-171-4/+0
|
* enhance: ウォーターマーク機能をロールで制御可能にsyuilo2025-07-123-1/+29
|
* chore(frontend): fix type errorssyuilo2025-07-061-2/+4
|
* refactor(frontend): Formまわりの型強化 (#16260)かっこかり2025-07-064-1/+12
| | | | | | | | | | | | | | | | | * refactor(frontend): Formまわりの型強化 * fix * avoid non-null assertion and add null check for safety * refactor * avoid non-null assertion and add null check for safety * Update clip.vue --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* feat: ↵syuilo2025-07-062-5/+57
| | | | 特定のドライブファイルを添付しているチャットメッセージを一覧できるように
* clean upsyuilo2025-07-051-4/+1
|
* fix type errorssyuilo2025-07-056-6/+11
|
* clean upsyuilo2025-07-051-2/+0
|
* fix(frontend): ↵かっこかり2025-07-041-1/+1
| | | | | | | ウェルカムタイムラインのメディア表示がCWを考慮していない問題を修正 (#16247) * fix(frontend): ウェルカムタイムラインのメディア表示がCWを考慮していない問題を修正 * Update Changelog
* feat: Playを検索できるようにsyuilo2025-07-041-3/+43
| | | | #13115
* enhance(frontend): ↵tamaina2025-07-031-4/+15
| | | | | | | | | | | | | | | | | | | | | | 共有ページで、titleとtextに同じ内容が入っていた際の削除ロジックを強化 (#16226) * enhance(frontend): 共有ページで、titleとtextに同じ内容が入っていた際の削除ロジックを強化 Fix #16224 * fix * +→* * fix * use RegExp.test * Update packages/frontend/src/pages/share.vue Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com> --------- Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
* fix(frontend): Paginatorの型エラー解消 (#16230)かっこかり2025-07-039-24/+26
| | | | | | | | | | | | | | | | | | | | | | | | | * fix(frontend): fix paginator type error * fix * refactor * fix * fix * fix(paginator): remove readonly type * fix * typo * fix: R -> E * remove any --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(frontend): improve pagination implementationsyuilo2025-06-2951-554/+509
|