summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): ↵かっこかり2025-08-222-7/+49
| | | | | | | | | | | | | | | | | | | | | ページネーションの進行方向を指定できるように (#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-211-1/+2
| | | | | | | | | | | | | | | * enhance: メールのverifyをAPIに変更 * enhance(frontend): メールのVerifyページを追加 * fix * :art: * :art: * Update Changelog * lint
* feat: ↵syuilo2025-08-192-8/+18
| | | | 非ログイン時に表示されるトップページのスタイルを選択できるように
* 🎨syuilo2025-08-181-1/+8
|
* chore(frontend): more hapticsyuilo2025-08-181-0/+3
|
* feat(frontend): introduce haptic feedback as experimental featuresyuilo2025-08-184-0/+12
| | | | #16410
* enhance(frontend): improve enableInfiniteScroll stabilitysyuilo2025-08-152-2/+2
| | | | Close #16318
* fix(frontend): ↵syuilo2025-08-151-8/+3
| | | | Botプロテクションの設定の変更検知が正しくない問題を修正
* enhance(frontend): 画像エフェクトのUI改善 (#16191)かっこかり2025-08-093-84/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* 🎨syuilo2025-08-081-0/+8
|
* per-locale bundle & inline locale (#16369)anatawa122025-08-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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})
* feat(frontend): AiScriptを1.0に更新syuilo2025-08-062-29/+26
| | | | Close #16277
* 🎨syuilo2025-08-051-1/+2
|
* fix(frontend): ↵syuilo2025-08-051-0/+5
| | | | 投稿フォームでファイルのアップロードが中止または失敗した際のハンドリングを修正
* feat(frontend): ページのタブバーを下部に表示できるようにsyuilo2025-08-042-4/+42
|
* コントロールパネルの検索 (#16343)syuilo2025-08-033-11/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* refactorsyuilo2025-08-014-9/+9
|
* enhance(backend): ↵syuilo2025-08-011-7/+5
| | | | | | | 連合関係のサーバー設定のデフォルト値をウィザード側に移動 - サーバー初期設定ウィザードでデフォルト値を設定できるため、データベース上のデフォルト値でオンにしておく必要がない - 連合は初期設定が終わるまで閉じられている方が安全
* feat: remote notes cleaning (#16292)syuilo2025-08-011-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-4/+63
| | | | サーバーの初期設定ウィザードをやり直せるように
* fix(frontend): MkNotesTimelineの日付dividerのスタイル修正 (#16306)かっこかり2025-07-314-12/+22
|
* ノートの脱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/test): Cypressが失敗する問題を修正 (#16307)かっこかり2025-07-301-3/+8
| | | | | * attempt to fix test * fix(frontend/test): Cypressが失敗する問題を修正
* enhance(frontend): typed nirax (#16309)かっこかり2025-07-305-7/+7
| | | | | | | * enhance(frontend): typed nirax * migrate router.replace * fix
* enhance(frontend): disable InfiniteScroll to improve stabilitysyuilo2025-07-172-2/+2
| | | | #16229
* Migration cleanup (#16288)anatawa122025-07-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * chore: apply several @Index and @ManyToOne to match actual migration code * chore: several decorator updates with typeorm bug workaround with patches * feat: add final cleanup migration * dev: add .editorconfig settings for generated migrations * chore: update dockerfile to build package with patches * chore: update federation test compose to include patches * chore: revert few dependency update * chore: don't check disableRegistration on test env * test: add test for checking migration script * chore: set proxyRemoteFiles true in test config * chore: enter invitation code in signup test * fix: register send button is not disabled when invitationCode is not input
* Don't remove notes when reply / renote is removed (#16287)anatawa122025-07-151-0/+14
| | | | | | | | | * chore: make NO ACTION on channel/reply/renote removal * chore(docs): add description to show a possibility of reply null with replyId non-null * fix: packing NoteDraft fails when reply / renote is removed * feat: show drafts targeting removed renote / reply as "削除された投稿への投稿"
* fix: unable to horizontally scroll when pull to refresh is enabled (#16273)anatawa122025-07-121-2/+2
|
* chore(frontend): fix type errorssyuilo2025-07-062-2/+5
|
* fix(frontend): ↵かっこかり2025-07-062-2/+9
| | | | | | | | | MkRange/MkSelectでdisabledが効かなくなっている問題を修正 (#16263) * fix(frontend): MkRange/MkSelectでdisabledが効かなくなっている問題を修正 * Update Changelog * 誤字
* clean upsyuilo2025-07-063-13/+0
|
* feat: ↵syuilo2025-07-061-1/+1
| | | | 特定のドライブファイルを添付しているチャットメッセージを一覧できるように
* clean upsyuilo2025-07-052-261/+0
|
* fix type errorssyuilo2025-07-051-1/+1
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-07-051-25/+7
|\
| * ノートのサーバー情報(InstanceTicker)のデザイン/パフォー ↵tamaina2025-07-051-25/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ンス改善(-webkit-text-stroke ver) (#16225) * Revert "enhance(frontend): Instance Tickerのデザイン改善 (#15946)" This reverts commit 04928ba7d163d3c5ecec89196f36b4cb94a01381. * enhance(frontend): Instance Tickerのデザイン改善(-webkit-text-stroke) * :art: * use theme fg/bg * use panel
* | 🎨syuilo2025-07-052-4/+2
|/
* perf(frontend): improve rendering performancesyuilo2025-07-052-8/+7
|
* enhance(frontend): ↵syuilo2025-07-031-9/+3
| | | | | | 投稿フォームにファイルをペースト/ドロップした際のUXを改善 Resolve #16205
* fix(frontend): ↵かっこかり2025-07-032-5/+69
| | | | | | | | | タブが不可視なあいだのpaginationのアップデートを停止するように (#16243) * fix(frontend): タブが不可視なあいだのpaginationのアップデートを停止するように * fix lint * 待たない
* fix(frontend): ↵tamaina2025-07-031-1/+1
| | | | | 条件により保存できない場合のメッセージを汎用的なものへ (#16238) Fix #16228
* fix(frontend): Paginatorの型エラー解消 (#16230)かっこかり2025-07-038-27/+31
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* 🎨syuilo2025-06-291-1/+17
|
* fix of f1deb89e348eb8f1a39b51e33a0ae33d59529febsyuilo2025-06-291-0/+4
|
* refactor(frontend): improve pagination implementationsyuilo2025-06-2912-250/+219
|
* enhance(frontend): ↵syuilo2025-06-291-1/+1
| | | | ファイルアップロード時にセンシティブ設定されているか表示するように
* feat: モデログを検索できるようにsyuilo2025-06-281-2/+16
|
* enhance(frontend): improve modlog paginationsyuilo2025-06-282-40/+85
|
* enhance: ↵syuilo2025-06-282-11/+41
| | | | ページネーション(一覧表示)の基準日時を指定できるように sinceId/untilIdが指定可能なエンドポイントにおいて、sinceDate/untilDateも指定可能に
* enhance(frontend): improve MkTl renderingsyuilo2025-06-281-16/+32
|