summaryrefslogtreecommitdiff
path: root/packages/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): ↵かっこかり2025-08-224-19/+85
| | | | | | | | | | | | | | | | | | | | | ページネーションの進行方向を指定できるように (#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-215-3/+129
| | | | | | | | | | | | | | | * enhance: メールのverifyをAPIに変更 * enhance(frontend): メールのVerifyページを追加 * fix * :art: * :art: * Update Changelog * lint
* fix(frontend): ↵syuilo2025-08-203-8/+14
| | | | | | | 読み込み直後にプラグインによるノートの書き換えが行われない問題を修正 ブート時にプラグインがロードされるまで待機 Fix #16428
* feat: ↵syuilo2025-08-196-11/+122
| | | | 非ログイン時に表示されるトップページのスタイルを選択できるように
* 🎨syuilo2025-08-181-1/+8
|
* chore(frontend): more hapticsyuilo2025-08-181-0/+3
|
* 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-187-0/+32
| | | | #16410
* enhance(frontend): update aiscript to 1.1.0syuilo2025-08-181-1/+1
|
* enhance(frontend): improve enableInfiniteScroll stabilitysyuilo2025-08-153-3/+6
| | | | Close #16318
* fix(frontend): ↵syuilo2025-08-152-9/+4
| | | | Botプロテクションの設定の変更検知が正しくない問題を修正
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-08-141-13/+23
|\
| * fix(frontend): ↵Sayamame-beans2025-08-131-13/+23
| | | | | | | | | | | | | | メンション補完のためのサジェストが正しく表示されない問題を修正 (#16401) * fix(frontend): mention-syntax detection for autocomplete doesn't work properly * docs(changelog): update changelog
* | Update about-misskey.vuesyuilo2025-08-141-0/+4
|/
* enhance: ユーザー検索を制限できるように (#16380)かっこかり2025-08-094-2/+44
| | | | | * 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>
* enhance(frontend): 画像エフェクトのUI改善 (#16191)かっこかり2025-08-0921-191/+339
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance(frontend): 画像エフェクトの改善 * enhance: i18n colorClampAdvanced * fix: missing translation * enhance: i18n blockNoise * fix lint * fix: narrow down fx defs types * fix * fix: watermark用エフェクトは別で定義し直す * fix lint * ImageEffectorをwatermarkに隠蔽 * watermark関連の定義を完全に分離 * refactor * fix * ぼかし効果 -> スムージング * refactor: remove unnecessary `as const` * Update Changelog
* fix: ↵anatawa122025-08-095-32/+20
| | | | | | | | | カラムの名前が正しくリスト/チャンネルの名前にならない問題 (#15987) * fix: カラムの名前が正しくリスト/チャンネルの名前にならない問題 * changelog Fix: カラムの名前が正しくリスト/チャンネルの名前にならない問題を修正 * reduce requests to retrieve timeline name
* enhance(frontend): AiScriptのcode-splittingが正しく行われるようにsyuilo2025-08-081-6/+21
|
* 🎨syuilo2025-08-081-0/+8
|
* Update about-misskey.vuesyuilo2025-08-081-0/+4
|
* per-locale bundle & inline locale (#16369)anatawa122025-08-086-31/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-065-40/+41
| | | | Close #16277
* 🎨syuilo2025-08-052-4/+3
|
* fix type errorssyuilo2025-08-051-19/+6
|
* fix(frontend): ↵syuilo2025-08-051-0/+5
| | | | 投稿フォームでファイルのアップロードが中止または失敗した際のハンドリングを修正
* feat(frontend): ページのタブバーを下部に表示できるようにsyuilo2025-08-045-5/+56
|
* fix: `/:initialTab?` is shown on the URL when opening note with some ways ↵anatawa122025-08-031-0/+2
| | | | (#16353)
* コントロールパネルの検索 (#16343)syuilo2025-08-0334-1138/+1371
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* perf(frontend): tweak css performancesyuilo2025-08-031-5/+4
|
* enhnace(frontend): ↵syuilo2025-08-0211-58/+105
| | | | リロードのサジェストをダイアログではなくバナー表示に
* enhance: support emojis added in Unicode 16.0 or earlier (#16329)poppingmoon2025-08-013-61/+255
| | | | | | | | | | | | | | | | | | | | | | | | | * add missing emojis to emojilist.json * reorder family emojis * reorder harp * reorder symbols * correct emoji genders * add missing emojis to unicode-emoji-indexes * add Japanese annotations for Sark flag * correct kana notations * add square colors * upgrade @twemoji/parser to 16.0.0 * correct emoji genders * upgrade mfm.js to 0.25.0
* refactorsyuilo2025-08-014-9/+9
|
* feat(frontend): セーフモード (#16245)かっこかり2025-08-018-32/+95
| | | | | | | | | | | | | | | | | | | | | | | * 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
|
* enhance(backend): ↵syuilo2025-08-011-7/+5
| | | | | | | 連合関係のサーバー設定のデフォルト値をウィザード側に移動 - サーバー初期設定ウィザードでデフォルト値を設定できるため、データベース上のデフォルト値でオンにしておく必要がない - 連合は初期設定が終わるまで閉じられている方が安全
* feat: remote notes cleaning (#16292)syuilo2025-08-013-3/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-014-5/+89
| | | | サーバーの初期設定ウィザードをやり直せるように
* fix(frontend): MkNotesTimelineの日付dividerのスタイル修正 (#16306)かっこかり2025-07-314-12/+22
|
* clean upsyuilo2025-07-312-15/+3
| | | | ワイルドカードセレクタはexpensive
* fix(frontend): ↵かっこかり2025-07-311-1/+2
| | | | | | | | | 適用中のテーマを保持する際にリアクティビティも保持される問題を修正 (#16304) * fix(frontend): 現在のテーマを保持する際にリアクティビティが保持される問題を修正 * Update Changelog * Update theme.ts
* ノートの脱CASCADE削除 (#16332)syuilo2025-07-314-10/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * Update QueryService.ts * Update QueryService.ts * wip * Update MkNoteDetailed.vue * Update NoteEntityService.ts * wip * Update antennas.ts * Update create.ts * Update NoteEntityService.ts * wip * Update CHANGELOG.md * Update NoteEntityService.ts * Update NoteCreateService.ts * Update note.test.ts * Update note.test.ts * Update ClientServerService.ts * Update ClientServerService.ts * add error handling * Update NoteDeleteService.ts * Update CHANGELOG.md * Update entities.ts * Update entities.ts * Update misskey-js.api.md
* fix(frontend): inline な SearchMarker ↵かっこかり2025-07-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | のパスが正しくない問題を修正 (#16301) * replace URL path for inlined SearchMarkers The search index looks like: ```ts [ { id: 'foo', label: 'security', path: '/settings/security', inlining: ['2fa'], }, { id: '2fa', label: 'two-factor auth', path: '/settings/2fa', // guessed wrong by the index generation }, { id: 'aaaa', parentId: '2fa', label: 'totp', }, … ] ``` This file post-processes that index and re-parents the inlined sections. Problem was, it left the (wrong) `path` untouched. Replacing the `path` makes the search work fine. * Update Changelog --------- Co-authored-by: dakkar <dakkar@thenautilus.net>
* fix(frontend/test): Cypressが失敗する問題を修正 (#16307)かっこかり2025-07-301-3/+8
| | | | | * attempt to fix test * fix(frontend/test): Cypressが失敗する問題を修正
* enhance(frontend): typed nirax (#16309)かっこかり2025-07-3029-52/+308
| | | | | | | * enhance(frontend): typed nirax * migrate router.replace * fix
* perf(frontend): draw-blurhash ↵tamaina2025-07-301-1/+1
| | | | workerの結果をpostMessageする際にImageBitmapを移譲する (#16330)