かっこかり
d4654dd7bd
refactor(frontend): os.select, MkSelectのitem指定をオブジェクトによる定義に統一し、型を狭める ( #16475 )
...
* refactor(frontend): MkSelectのitem指定をオブジェクトによる定義に統一
* fix
* spdx
* fix
* fix os.select
* fix lint
* add comment
* fix
* fix: os.select対応漏れを修正
* fix
* fix
* fix: MkSelectのmodelに対する型チェックを厳格化
* fix
* fix
* fix
* Update packages/frontend/src/components/MkEmbedCodeGenDialog.vue
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix
* fix types
* fix
* fix
* Update packages/frontend/src/pages/admin/roles.editor.vue
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix: MkSelectに直接配列を指定している場合に正常に型が解決されるように
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-09-13 21:00:33 +09:00
かっこかり
5b4115e21a
refactor(frontend): フロントエンドの型エラー解消(途中まで) ( #16539 )
...
* fix(frontend): FormLinkをボタンとして使用した際にエラーが出る問題を修正
* refactor(frontend): フロントエンドの型エラー解消
* remove unused ts-expect-error
* migrate
* remove unrelated changes
* fix lint
* more type fixes
2025-09-13 08:33:14 +09:00
かっこかり
788c5660ba
enhance(frontend): フロントエンドのキャッシュクリア操作でブラウザの内部キャッシュも削除するように ( #16522 )
...
* enhance(frontend): フロントエンドのキャッシュクリア操作でブラウザの内部キャッシュも削除するように
* 削除するキャッシュを増やす
* Update Changelog
* fix: 何らかのエラーがあっても無視するように
2025-09-06 14:46:24 +09:00
syuilo
d27c740ab0
refactor
2025-09-01 12:31:27 +09:00
syuilo
2e4c4dd555
refactor
2025-08-28 08:59:13 +09:00
syuilo
25df56dfd0
refactor
2025-08-27 10:14:17 +09:00
syuilo
5e3d8fc9b8
refactor
2025-08-26 20:17:25 +09:00
syuilo
69bbac013a
refactor
2025-08-26 17:31:36 +09:00
syuilo
d6a1046361
refactor
2025-08-26 13:34:41 +09:00
syuilo
dbb6c71c5c
refactor
2025-08-26 09:39:23 +09:00
syuilo
506c8a259b
refactor
2025-08-26 08:50:34 +09:00
tamaina
7e7dc03796
fix(frontend): ap/showでローカルユーザーを解決した際@username@nullに飛ばされる問題を修正 ( #16460 )
2025-08-26 07:43:59 +09:00
かっこかり
ade603ff7a
fix(frontend): ページネーションの進行方向を指定できるように ( #16433 )
...
* fix(frontend): ページネーションの進行方向を指定できるように
* Update Changelog
* fix lint
* fix: directionをMkPaginationに移動
* fix
* fix
* fix
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-08-22 19:34:20 +09:00
syuilo
fcde6789ff
feat(frontend): introduce haptic feedback as experimental feature
...
#16410
2025-08-18 10:49:27 +09:00
Sayamame-beans
7bb43329bb
fix(frontend): メンション補完のためのサジェストが正しく表示されない問題を修正 ( #16401 )
...
* fix(frontend): mention-syntax detection for autocomplete doesn't work properly
* docs(changelog): update changelog
2025-08-13 10:51:23 +09:00
かっこかり
b5b7914073
enhance: ユーザー検索を制限できるように ( #16380 )
...
* enhance: ユーザー検索を制限できるように
* Update Changelog
2025-08-09 14:41:11 +09:00
かっこかり
785b85ee46
enhance(frontend): 画像エフェクトのUI改善 ( #16191 )
...
* 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
2025-08-09 14:11:19 +09:00
anatawa12
8598f3912e
per-locale bundle & inline locale ( #16369 )
...
* 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})
2025-08-08 11:26:18 +09:00
syuilo
6f3cc2cdf7
コントロールパネルの検索 ( #16343 )
...
* 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
2025-08-03 11:02:20 +09:00
syuilo
fc244067e0
enhnace(frontend): リロードのサジェストをダイアログではなくバナー表示に
2025-08-02 12:10:51 +09:00
かっこかり
927aa9dc3d
fix(frontend): inline な SearchMarker のパスが正しくない問題を修正 ( #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>
2025-07-30 14:39:55 +09:00
かっこかり
4f653f2fbc
enhance(frontend): typed nirax ( #16309 )
...
* enhance(frontend): typed nirax
* migrate router.replace
* fix
2025-07-30 12:30:35 +09:00
syuilo
c4fdf5a47c
chore(frontend): fix type errors
2025-07-06 20:47:31 +09:00
かっこかり
a8abb03d17
refactor(frontend): Formまわりの型強化 ( #16260 )
...
* 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>
2025-07-06 19:36:11 +09:00
かっこかり
09a5e4b10a
fix(frontend): Paginatorの型エラー解消 ( #16230 )
...
* 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>
2025-07-03 11:20:26 +09:00
syuilo
f1deb89e34
refactor(frontend): improve pagination implementation
2025-06-29 15:11:25 +09:00
syuilo
f1983d1aa5
Update type from UploaderDialogFeatures to UploaderFeatures
...
Replaces the UploaderDialogFeatures type with UploaderFeatures in the select function and SelectFileOptions type to ensure consistency and correct type usage.
2025-06-26 12:02:25 +09:00
taichan
b752dc72e5
feat: ノートの下書き(draft of note) ( #15298 )
...
* 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: 自分のアカウントでの投稿でしか下書きを利用できないように
完全に塞ぐことはできないが一応
* 🎨
* APIのエラーIDを追加
* enhance: スタイル調整
* remove unused code
* 🎨
* 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>
2025-06-25 17:09:23 +09:00
syuilo
32d4c312ef
enhance(frontend): ファイルアップロード前にキャプション設定を行えるように
...
Resolve #16210
2025-06-25 10:49:58 +09:00
syuilo
fe805fb7f0
enhance(frontend/image-effector): tweak fxs
2025-06-15 11:06:46 +09:00
syuilo
e9af9d4451
enhance(frontend/image-effector): tweak fxs
2025-06-15 10:57:29 +09:00
syuilo
ce90fee586
enhance(frontend/image-effector): add blockNoise fx
2025-06-15 10:55:11 +09:00
syuilo
5bec8ba6b0
enhance(frontend/image-effector): tweak fxs
2025-06-15 10:19:42 +09:00
syuilo
3dbfd80d65
enhance(frontend/image-effector): tweak colorAdjust fx
2025-06-15 09:25:57 +09:00
syuilo
b33eeb1366
enhance(frontend/image-effector): tweak distort fx
2025-06-15 08:47:59 +09:00
かっこかり
32d721abf1
refactor(frontend): checkWordMuteの返り値が誤っている問題を修正 ( #16188 )
...
* refactor(frontend): checkWordMuteの返り値が誤っている問題を修正
* fix lint
2025-06-14 16:08:14 +09:00
syuilo
6506429f09
enhance(frontend): アップローダー内でセンシティブフラグを設定可能に
2025-06-07 07:57:23 +09:00
かっこかり
a603a4970e
enhance(frontend): 画像エフェクト「色調補正」を追加 ( #16170 )
2025-06-05 20:29:02 +09:00
syuilo
6c9e055aae
add note
2025-06-05 15:05:00 +09:00
syuilo
a971e44cee
refactor(frontend): refactor ImageEffector
2025-06-05 15:00:17 +09:00
syuilo
c6808f1eb6
refactor(frontend): refactor ImageEffector
2025-06-05 12:58:32 +09:00
syuilo
2a78360588
refactor(frontend): refactor ImageEffector
2025-06-05 12:25:22 +09:00
かっこかり
b43dfa260b
fix/refactor(frontend): 画像編集機能の修正・型強化 ( #16156 )
...
* enhance: refine uploadFile
* fix: missing locale
* refactor: harden types
* refactor: シェーダーファイルをlazy-loadingできるように
* fix(frontend): omit console.log in production environment
* fix: glslのバージョン表記は最初の行になければならない
* fix: シェーダーの読み込みが完了してからレンダリングを行うように
* fix merge failure
* fix: ウォーターマークのプリセットがない場合にdividerが2重に表示される問題を修正
* fix: アップローダーダイアログの機能設定でウォーターマークが無効な場合でもデフォルトのプリセットが適用されてしまう問題を修正
* fix lint
* Revert "fix: シェーダーの読み込みが完了してからレンダリングを行うように"
This reverts commit e06f37a7d4
.
* Revert "fix: glslのバージョン表記は最初の行になければならない"
This reverts commit afcc37d886
.
* Revert "refactor: シェーダーファイルをlazy-loadingできるように"
This reverts commit a1ab2fa38c
.
* fix: ウォーターマークのFX定義を分ける
* Update packages/frontend/src/components/MkWatermarkEditorDialog.vue
* Update packages/frontend/src/components/MkWatermarkEditorDialog.vue
* Update packages/frontend/src/components/MkWatermarkEditorDialog.vue
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-06-04 16:22:09 +09:00
syuilo
cd9322a824
feat(frontend): 画像編集機能 ( #16121 )
...
* wip
* wip
* wip
* wip
* Update watermarker.ts
* wip
* wip
* Update watermarker.ts
* Update MkUploaderDialog.vue
* wip
* Update ImageEffector.ts
* Update ImageEffector.ts
* wip
* wip
* wip
* wip
* wip
* wip
* Update MkRange.vue
* Update MkRange.vue
* wip
* wip
* Update MkImageEffectorDialog.vue
* Update MkImageEffectorDialog.Layer.vue
* wip
* Update zoomLines.ts
* Update zoomLines.ts
* wip
* wip
* Update ImageEffector.ts
* wip
* Update ImageEffector.ts
* wip
* Update ImageEffector.ts
* swip
* wip
* Update ImageEffector.ts
* wop
* Update MkUploaderDialog.vue
* Update ImageEffector.ts
* wip
* wip
* wip
* Update def.ts
* Update def.ts
* test
* test
* Update manager.ts
* Update manager.ts
* Update manager.ts
* Update manager.ts
* Update MkImageEffectorDialog.vue
* wip
* use WEBGL_lose_context
* wip
* Update MkUploaderDialog.vue
* Update drive.vue
* wip
* Update MkUploaderDialog.vue
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
2025-06-03 19:18:29 +09:00
syuilo
93d17aff6c
refactor(frontend): ID生成処理を統一
2025-06-03 07:37:08 +09:00
syuilo
3bc81522c6
enhance(frontend): IDにUUIDを使うのをやめる ( #16138 )
...
* wip
* Update flash-edit.vue
2025-06-03 07:31:19 +09:00
syuilo
f4167ae7f1
enhance(frontend): 非同期的なコンポーネントの読み込み時のハンドリングを強化
2025-06-01 10:44:45 +09:00
syuilo
0254570fbf
enhance(frontend): 設定の同期をオンにするときに競合したときに値をマージできるように
2025-05-31 12:49:10 +09:00
Soli
ed8a95f5bc
fix(frontend): Twitch クリップの埋め込みが開けない問題を修正 ( #16102 )
2025-05-29 11:43:08 +09:00
zyoshoka
97e916c912
refactor(frontend): revoke weakening endpoint param type of API caller for type safety ( #16100 )
2025-05-27 20:45:05 +09:00