misskey/packages/frontend
かっこかり 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
..
.storybook fix(ci): change Chromatic build to be triggered when frontend `package.json` is edited instead of lockfile (#15793) 2025-04-27 10:49:23 +09:00
.vscode test(#10336): add `components/Mk[A-B].*` stories (#10475) 2023-04-13 12:20:39 +09:00
@types Feat: ドライブ周りのUIの強化 (#16011) 2025-05-21 07:31:24 +09:00
assets feat(frontend): 画像編集機能 (#16121) 2025-06-03 19:18:29 +09:00
lib feat: show file name for warning / errors of [create-search-index] (#15785) 2025-04-09 08:10:04 +09:00
public (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
src fix/refactor(frontend): 画像編集機能の修正・型強化 (#16156) 2025-06-04 16:22:09 +09:00
test feat(frontend): 絵文字をミュート可能にする機能 (#15966) 2025-05-12 10:00:06 +09:00
.gitignore build(#10336): Storybook & Chromatic & msw (#10365) 2023-04-04 09:38:34 +09:00
eslint.config.js Feat: ドライブ周りのUIの強化 (#16011) 2025-05-21 07:31:24 +09:00
package.json enhance(frontend): IDにUUIDを使うのをやめる (#16138) 2025-06-03 07:31:19 +09:00
tsconfig.json Block deliver by software (#15727) 2025-05-01 17:58:34 +09:00
vite.config.ts chore(dev): update vite configuration (#16110) 2025-05-27 15:18:37 +09:00
vite.json5.ts Fix type errors from vite.json5.ts (#9936) 2023-02-15 17:14:47 +09:00
vue-shims.d.ts Fix/vue import error on intellij (#12612) 2023-12-09 13:13:31 +09:00