summaryrefslogtreecommitdiff
path: root/packages/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance(frontend): disable InfiniteScroll to improve stabilitysyuilo2025-07-173-2/+4
| | | | #16229
* remove unused codesyuilo2025-07-171-4/+0
|
* 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 "削除された投稿への投稿"
* enhance: ウォーターマーク機能をロールで制御可能にsyuilo2025-07-124-3/+34
|
* fix: unable to horizontally scroll when pull to refresh is enabled (#16273)anatawa122025-07-121-2/+2
|
* chore(frontend): fix type errorssyuilo2025-07-061-5/+18
|
* chore(frontend): fix type errorssyuilo2025-07-062-13/+22
|
* chore(frontend): fix type errorssyuilo2025-07-063-4/+9
|
* fix(frontend): ↵かっこかり2025-07-062-2/+9
| | | | | | | | | MkRange/MkSelectでdisabledが効かなくなっている問題を修正 (#16263) * fix(frontend): MkRange/MkSelectでdisabledが効かなくなっている問題を修正 * Update Changelog * 誤字
* refactor(frontend): Formまわりの型強化 (#16260)かっこかり2025-07-0645-239/+344
| | | | | | | | | | | | | | | | | * 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>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-07-061-16/+101
|\
| * refactor(frontend): menuの型定義の可読性向上 (#16261)かっこかり2025-07-061-16/+101
| |
* | chore(frontend): tweak selector to improve rendering performancesyuilo2025-07-061-5/+5
|/
* clean upsyuilo2025-07-064-25/+0
|
* clean upsyuilo2025-07-061-21/+0
|
* feat: ↵syuilo2025-07-063-6/+58
| | | | 特定のドライブファイルを添付しているチャットメッセージを一覧できるように
* clean upsyuilo2025-07-053-265/+1
|
* fix type errorssyuilo2025-07-057-7/+12
|
* clean upsyuilo2025-07-051-1/+0
|
* 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
|
* 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
* fix(frontend): ↵かっこかり2025-07-041-0/+7
| | | | | | | | | | | | | プラグインのアンインストール時にローカルのセーブデータを削除するように (#16246) * fix(frontend): プラグインのアンインストール時にローカルのセーブデータを削除するように * Update Changelog * remove unused import --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* enhance(frontend): ↵syuilo2025-07-031-9/+3
| | | | | | 投稿フォームにファイルをペースト/ドロップした際のUXを改善 Resolve #16205
* fix(frontend): ↵かっこかり2025-07-032-5/+69
| | | | | | | | | タブが不可視なあいだのpaginationのアップデートを停止するように (#16243) * fix(frontend): タブが不可視なあいだのpaginationのアップデートを停止するように * fix lint * 待たない
* 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): ↵tamaina2025-07-031-1/+1
| | | | | 条件により保存できない場合のメッセージを汎用的なものへ (#16238) Fix #16228
* fix(frontend): Paginatorの型エラー解消 (#16230)かっこかり2025-07-0318-135/+213
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-2967-1137/+1063
|
* enhance(frontend): ↵syuilo2025-06-291-1/+1
| | | | ファイルアップロード時にセンシティブ設定されているか表示するように
* feat: モデログを検索できるようにsyuilo2025-06-282-4/+24
|
* enhance(frontend): improve modlog paginationsyuilo2025-06-284-74/+144
|
* enhance: ↵syuilo2025-06-283-15/+50
| | | | ページネーション(一覧表示)の基準日時を指定できるように sinceId/untilIdが指定可能なエンドポイントにおいて、sinceDate/untilDateも指定可能に
* enhance(frontend): improve MkTl renderingsyuilo2025-06-284-19/+36
|
* lintsyuilo2025-06-281-28/+28
|
* Update about-misskey.vuesyuilo2025-06-281-0/+3
|
* refactorsyuilo2025-06-281-14/+26
|
* Update about-misskey.vuesyuilo2025-06-271-0/+1
|
* lintsyuilo2025-06-271-1/+2
|
* refactor(frontend/pref): refactor preferences managersyuilo2025-06-262-112/+110
| | | | Refactored preferences manager to decouple account context and storage provider, improving normalization and loading of profiles. Replaced static profile creation/normalization with instance-based logic, and updated usage in preferences.ts to pass account context explicitly. This enhances maintainability and prepares for better guest account handling.
* refactor(frontend): refactor uploader image editing features and menusyuilo2025-06-261-61/+51
| | | | Replaces separate 'effect' and 'crop' features with a unified 'imageEditing' feature in the uploader. Groups crop and effect actions under a new parent 'editImage' menu item, adds localization for 'editImage', and updates supported types accordingly.
* refactorsyuilo2025-06-261-20/+25
|
* Update type from UploaderDialogFeatures to UploaderFeaturessyuilo2025-06-261-2/+2
| | | | Replaces the UploaderDialogFeatures type with UploaderFeatures in the select function and SelectFileOptions type to ensure consistency and correct type usage.