summaryrefslogtreecommitdiff
path: root/packages/frontend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-2968-1137/+1066
|
* 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.
* add notesyuilo2025-06-261-0/+1
|
* tweak eslint configsyuilo2025-06-261-0/+1
|
* chore(frontend): ↵taichan2025-06-263-2/+59
| | | | | | | | | | | 開発モード時に言語ファイルの変更を自動で反映するように (#16215) * chore(frontend): 開発モード時に言語ファイルの変更を自動で反映するように * fix message * naming * SPDX
* ジョブキューの`Progress`の値を正しく計算する (#16218)keito2025-06-251-1/+1
| | | | | * fix: ジョブキューのProgressの値の範囲を 0~100 に統一 * fix(backend): ジョブキューのProgressの計算に用いる総数を最初に一度だけ取得する
* enhance(frontend): ↵syuilo2025-06-2518-77/+121
| | | | ページネーションの並び順を逆にできるように
* feat: ノートの下書き(draft of note) (#15298)taichan2025-06-256-54/+459
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIp (backend) * Remove unused * 下書きbackend 続き * fix(backedn): visibilityが下書きに反映されない * Update packages/backend/src/postgres.ts Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * Fix : import order * fix(backend) : createでcwが効かない * FIX FOREGIN KEY * wip: frontend(既存の下書きを挿入) まだ:チャンネル表示、下書きの作成、削除 * WIP: ノート選択ダイアログ 投稿時に下書きを削除 * Promiseに変更 * 連合なし、チャンネルも表示 * Hashtagの値抜け漏れ * hasthagを0文字でも作成可能に * 下書きの保存機構 * chore(misskey-js): build types * localOnly抜け漏れ * チャンネル情報の書き換え * enhance(frontend): ヘッダ部の表示改善 * fix(frontend): ファイル添付できない * fix: no file * fix(frontend): 投票が反映されない * ハッシュタグの展開(コメントアウト外し忘れ) * fix: visibleUserIdsが反映されない * enhance: APIの型を整備 * refactor: 型が整備できたのでasを削除 * Add userhost * fix * enhance: paginationを使う * fix * fix: 自分のアカウントでの投稿でしか下書きを利用できないように 完全に塞ぐことはできないが一応 * :art: * APIのエラーIDを追加 * enhance: スタイル調整 * remove unused code * :art: * fix: ロールポリシーの型 * ロールの編集画面 * ダイアログの挙動改善 * 下書き機能が利用できない場合は表示しないように * refactor * fix: ダブルクリックが効かない問題を修正 * add comments * fix * fix: 保存時のエラーの種別にかかわらずmodalを閉じないように * fix()backend: NoteDraftのreply, renoteの型が間違ってたので修正 (migtrationはあってた) * fix: 投稿フォームを空白にして通常リノートできるやつは下書きとしては弾くように * fix(backend): テキストが0文字でも下書きは保存できるように * Fix(backend): replyIdの型定義がミスっているのを修正 * chore(misskey-js): update types * Add CHANGELOG * lint * 常にサーバー下書きに保存し、上限を超えた場合のみ尋ねるように * NoteDraftServiceにcreate, updateの処理を移譲 * Fix typeerror * remove tooltip * Remove Mkbutton:short and use iconOnly * 不要なコメントの削除 * Remove Short Completely * wip * escキーまわりの挙動を改善 * 下書き選択時に下書き可能数と現在の量が分かるように * cleanUp * wip * wi * wip * Update MkPostForm.vue --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵syuilo2025-06-251-1/+1
| | | | | | ファイルがドライブの既定アップロード先に指定したフォルダにアップロードされない問題を修正 Fix #16206
* enhance(frontend): ↵syuilo2025-06-253-4/+23
| | | | | | ファイルアップロード前にキャプション設定を行えるように Resolve #16210
* enhance(frontend): improve theme settingssyuilo2025-06-251-7/+28
|
* enhance(frontend): ↵syuilo2025-06-251-1/+16
| | | | 全てのページネーションにおいてコンテキストメニューからリロードできるように
* enhance(frontend): improve useScrollPositionKeepersyuilo2025-06-241-0/+6
|
* Update about-misskey.vuesyuilo2025-06-241-0/+3
|
* add notesyuilo2025-06-241-0/+1
|
* enhance(frontend): ↵syuilo2025-06-231-0/+2
| | | | 設定の自動バックアップをオンにした直後に自動バックアップするように
* enhance(frontend/image-effector): tweak fxssyuilo2025-06-154-10/+8
|
* enhance(frontend/image-effector): tweak fxssyuilo2025-06-151-7/+9
|
* enhance(frontend/image-effector): add blockNoise fxsyuilo2025-06-153-0/+122
|
* enhance(frontend/image-effector): tweak fxssyuilo2025-06-156-0/+18
|
* enhance(frontend/image-effector): tweak colorAdjust fxsyuilo2025-06-153-27/+35
|
* enhance(frontend/image-effector): tweak distort fxsyuilo2025-06-151-9/+13
|
* refactor(frontend): ↵かっこかり2025-06-143-10/+18
| | | | | | | checkWordMuteの返り値が誤っている問題を修正 (#16188) * refactor(frontend): checkWordMuteの返り値が誤っている問題を修正 * fix lint
* fix(frontend): ↵syuilo2025-06-142-1/+11
| | | | | | デッキのタイムラインカラムで新着ノート時のサウンドが再生されない問題を修正 Fix #16164
* fix(frontend): display reactions correctly in welcome timeline (#16186)zyoshoka2025-06-121-2/+1
|
* fix(frontend): disable note_view_interruptor temporary to prevent rendering ↵syuilo2025-06-112-26/+29
| | | | glitch
* fix(deps): update [frontend] update dependencies (#16144)renovate[bot]2025-06-101-17/+17
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(frontend): ↵syuilo2025-06-102-20/+16
| | | | | | Plugin:register_note_view_interruptor()によるノートの書き換えが機能しない問題を修正 Fix #16180