summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Bump version to 2025.6.4-alpha.1github-actions[bot]2025-06-261-1/+1
|
* 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-264-0/+4
|
* chore(frontend): ↵taichan2025-06-263-2/+59
| | | | | | | | | | | 開発モード時に言語ファイルの変更を自動で反映するように (#16215) * chore(frontend): 開発モード時に言語ファイルの変更を自動で反映するように * fix message * naming * SPDX
* ジョブキューの`Progress`の値を正しく計算する (#16218)keito2025-06-258-34/+36
| | | | | * fix: ジョブキューのProgressの値の範囲を 0~100 に統一 * fix(backend): ジョブキューのProgressの計算に用いる総数を最初に一度だけ取得する
* enhance(frontend): ↵syuilo2025-06-2518-77/+121
| | | | ページネーションの並び順を逆にできるように
* Bump version to 2025.6.4-alpha.0github-actions[bot]2025-06-251-1/+1
|
* feat: ノートの下書き(draft of note) (#15298)taichan2025-06-2534-56/+2766
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | | | 設定の自動バックアップをオンにした直後に自動バックアップするように
* Release: 2025.6.3github-actions[bot]2025-06-161-1/+1
|
* Bump version to 2025.6.3-alpha.0github-actions[bot]2025-06-161-1/+1
|
* fix(frontend): ↵syuilo2025-06-161-2/+2
| | | | | | キャッシュを削除しないとクライアントが使用できないことがある問題を修正 Fix #16196
* Release: 2025.6.2github-actions[bot]2025-06-161-1/+1
|
* Bump version to 2025.6.2-alpha.0github-actions[bot]2025-06-161-1/+1
|
* fix(frontend): ↵syuilo2025-06-161-1/+5
| | | | キャッシュを削除しないとクライアントが使用できないことがある問題を修正
* Release: 2025.6.1github-actions[bot]2025-06-161-1/+1
|
* 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
* Bump version to 2025.6.1-rc.0github-actions[bot]2025-06-141-1/+1
|
* fix(frontend): ↵syuilo2025-06-142-1/+11
| | | | | | デッキのタイムラインカラムで新着ノート時のサウンドが再生されない問題を修正 Fix #16164
* Bump version to 2025.6.1-beta.2github-actions[bot]2025-06-121-1/+1
|
* fix(frontend): display reactions correctly in welcome timeline (#16186)zyoshoka2025-06-121-2/+1
|
* fix(misskey-js) : misskey-jsの drive/file/create ↵mochi33i2025-06-122-7/+3
| | | | | | | でファイルアップロードができない問題を修正 (#16028) * fix(misskey-js): drive/file/createが動かない問題を修正 * CHANGELOG.mdに修正内容を追加
* Bump version to 2025.6.1-beta.1github-actions[bot]2025-06-111-1/+1
|
* fix(frontend): disable note_view_interruptor temporary to prevent rendering ↵syuilo2025-06-112-26/+29
| | | | glitch
* fix(deps): update [backend] update dependencies (#16143)renovate[bot]2025-06-111-29/+29
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update [misskey-js] update dependencies (#16140)renovate[bot]2025-06-102-7/+7
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update [frontend] update dependencies (#16144)renovate[bot]2025-06-107-45/+45
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>