misskey/packages/frontend/src/utility
syuilo 4ba18690d7
feat(frontend): EXIFフレーム機能 (#16725)
* wip

* wip

* Update ImageEffector.ts

* Update image-label-renderer.ts

* Update image-label-renderer.ts

* wip

* Update image-label-renderer.ts

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update use-uploader.ts

* Update watermark.ts

* wip

* wu

* wip

* Update image-frame-renderer.ts

* wip

* wip

* Update image-frame-renderer.ts

* Create ImageCompositor.ts

* Update ImageCompositor.ts

* wip

* wip

* Update ImageEffector.ts

* wip

* Update use-uploader.ts

* wip

* wip

* wip

* wip

* Update fxs.ts

* wip

* wip

* wip

* Update CHANGELOG.md

* wip

* wip

* Update MkImageEffectorDialog.vue

* Update MkImageEffectorDialog.vue

* Update MkImageFrameEditorDialog.vue

* Update use-uploader.ts

* improve error handling

* Update use-uploader.ts

* 🎨

* wip

* wip

* lazy load

* lazy load

* wip

* wip

* wip
2025-11-06 20:25:17 +09:00
..
image-compositor-functions feat(frontend): EXIFフレーム機能 (#16725) 2025-11-06 20:25:17 +09:00
image-effector feat(frontend): EXIFフレーム機能 (#16725) 2025-11-06 20:25:17 +09:00
image-frame-renderer feat(frontend): EXIFフレーム機能 (#16725) 2025-11-06 20:25:17 +09:00
watermark feat(frontend): EXIFフレーム機能 (#16725) 2025-11-06 20:25:17 +09:00
achievements.ts lint fixes 2025-03-29 16:09:27 +09:00
admin-lookup.ts refactor 2025-08-26 13:34:41 +09:00
array.ts
autocomplete.ts fix(frontend): メンション補完のためのサジェストが正しく表示されない問題を修正 (#16401) 2025-08-13 10:51:23 +09:00
cache.ts
chart-legend.ts refactor 2025-09-01 12:31:27 +09:00
chart-vline.ts refactor 2025-08-26 09:39:23 +09:00
check-permissions.ts enhance: ユーザー検索を制限できるように (#16380) 2025-08-09 14:41:11 +09:00
check-reaction-permissions.ts
check-word-mute.ts
clear-cache.ts fix(frontend): キャッシュをクリアするとテーマ再適用するまでレンダリングが正しく行われない問題を修正 2025-10-25 08:22:47 +09:00
clicker-game.ts refactor 2025-08-26 13:34:41 +09:00
clone.ts
code-highlighter.ts refactor(frontend): フロントエンドの型エラー解消(途中まで) (#16539) 2025-09-13 08:33:14 +09:00
collect-page-vars.ts
color.ts
confetti.ts fix(frontend): confettiの実行がアニメーション設定を考慮していない問題を修正 (#16714) 2025-10-27 18:41:03 +09:00
contains.ts
copy-to-clipboard.ts chore(frontend): use toast to show message when call copyToClipboard 2025-03-16 15:04:38 +09:00
deep-equal.ts Update deep-equal.ts 2025-03-19 20:32:15 +09:00
device-kind.ts
drive.ts refactor 2025-08-28 08:59:13 +09:00
emoji-mute.ts feat(frontend): 絵文字をミュート可能にする機能 (#15966) 2025-05-12 10:00:06 +09:00
emoji-picker.ts refactor(frontend): src -> anchorElement 2025-05-22 12:24:52 +09:00
extract-mentions.ts refactor 2025-08-27 10:14:17 +09:00
extract-url-from-mfm.ts refactor 2025-08-26 17:31:36 +09:00
file-drop.ts
focus-trap.ts lint fixes 2025-03-20 19:00:09 +09:00
focus.ts lint fixes 2025-03-20 19:00:09 +09:00
form.ts refactor(frontend): os.select, MkSelectのitem指定をオブジェクトによる定義に統一し、型を狭める (#16475) 2025-09-13 21:00:33 +09:00
format-time-string.ts
fullscreen.ts lint fixes 2025-03-20 19:00:09 +09:00
get-account-from-id.ts
get-appear-note.ts
get-bg-color.ts
get-dom-node-or-null.ts
get-drive-file-menu.ts enhance(frontend): 非同期的なコンポーネントの読み込み時のハンドリングを強化 2025-06-01 10:44:45 +09:00
get-embed-code.ts enhance(frontend): IDにUUIDを使うのをやめる (#16138) 2025-06-03 07:31:19 +09:00
get-note-menu.ts enhance(frontend): 実験的機能としてTranslator APIを用いた翻訳を実装 (#16600) 2025-10-05 15:43:13 +09:00
get-note-summary.ts feat: ノートの下書き(draft of note) (#15298) 2025-06-25 17:09:23 +09:00
get-user-environment.ts enhance(frontend): お問い合わせページからデバイス情報を出力できるように (#16598) 2025-10-06 10:06:53 +09:00
get-user-menu.ts プロフィールの「ユーザーのノートを検索」でローカルのユーザーを検索できないのを修正 (#16570) 2025-09-22 19:21:01 +09:00
get-user-name.ts
haptic.ts feat(frontend): introduce haptic feedback as experimental feature 2025-08-18 10:49:27 +09:00
hotkey.ts [カスタム絵文字beta]MacのCmdキー対応とCtrl/Cmd+Arrowキー対応 (#16621) 2025-10-09 09:29:47 +09:00
id.ts enhance(frontend): IDにUUIDを使うのをやめる (#16138) 2025-06-03 07:31:19 +09:00
idb-proxy.ts fix(frontend): keyval-storeの値が削除できずに処理が止まる問題を修正 (#15803) 2025-04-13 15:48:43 +09:00
idle-render.ts lint fixes 2025-03-29 16:09:27 +09:00
inapp-search.ts コントロールパネルの検索 (#16343) 2025-08-03 11:02:20 +09:00
init-chart.ts lint fixes 2025-03-20 19:00:09 +09:00
initialize-sw.ts
intl-const.ts
intl-string.ts refactor 2025-04-09 08:05:27 +09:00
is-device-darkmode.ts
isFfVisibleForMe.ts enhance(frontend): improve accounts management 2025-03-13 22:12:23 +09:00
isWebpSupported.ts Feat: ドライブ周りのUIの強化 (#16011) 2025-05-21 07:31:24 +09:00
langmap.ts
login-id.ts
lookup.ts fix(frontend): ap/showでローカルユーザーを解決した際@username@nullに飛ばされる問題を修正 (#16460) 2025-08-26 07:43:59 +09:00
media-has-audio.ts
media-proxy.ts
merge.ts
mfm-function-picker.ts refactor(frontend): src -> anchorElement 2025-05-22 12:24:52 +09:00
misskey-api.ts refactor(frontend): revoke weakening endpoint param type of API caller for type safety (#16100) 2025-05-27 20:45:05 +09:00
navigator.ts
paginator.ts fix(frontend): ページネーションの進行方向を指定できるように (#16433) 2025-08-22 19:34:20 +09:00
physics.ts lint fixes 2025-03-20 19:00:09 +09:00
please-login.ts enhance(frontend): 非同期的なコンポーネントの読み込み時のハンドリングを強化 2025-06-01 10:44:45 +09:00
popout.ts refactor 2025-08-26 09:39:23 +09:00
popup-position.ts refactor 2025-08-26 20:17:25 +09:00
post-message.ts
random-id.ts enhance(frontend): 通常のRouterViewにTransitionを追加 2025-03-20 18:55:32 +09:00
reaction-picker.ts refactor(frontend): src -> anchorElement 2025-05-22 12:24:52 +09:00
reload-suggest.ts enhnace(frontend): リロードのサジェストをダイアログではなくバナー表示に 2025-08-02 12:10:51 +09:00
search-emoji.ts Complete unicode emoji after last colon (#13384) 2025-04-16 11:25:21 +09:00
show-moved-dialog.ts enhance(frontend): improve accounts management 2025-03-13 22:12:23 +09:00
show-suspended-dialog.ts
shuffle.ts
snowfall-effect.fragment.glsl refactor(frontend): 既存のGLSLを単独のファイルに移行 (#16677) 2025-10-23 11:05:21 +09:00
snowfall-effect.ts refactor(frontend): 既存のGLSLを単独のファイルに移行 (#16677) 2025-10-23 11:05:21 +09:00
snowfall-effect.vertex.glsl refactor(frontend): 既存のGLSLを単独のファイルに移行 (#16677) 2025-10-23 11:05:21 +09:00
sound.ts enhance(frontend): 設定の同期をオンにするときに競合したときに値をマージできるように 2025-05-31 12:49:10 +09:00
sticky-sidebar.ts refactor 2025-08-26 09:39:23 +09:00
stream-mock.ts
test-utils.ts lint fixes 2025-03-29 16:09:27 +09:00
theme-editor.ts enhance(frontend): IDにUUIDを使うのをやめる (#16138) 2025-06-03 07:31:19 +09:00
time.ts
timeline-date-separate.ts Feat: ドライブ周りのUIの強化 (#16011) 2025-05-21 07:31:24 +09:00
timezones.ts
touch.ts refactor(frontend): MkHorizontalSwipe -> MkSwiper 2025-04-15 20:48:25 +09:00
unison-reload.ts fix lint 2025-03-20 16:07:52 +09:00
url-preview.ts fix(frontend): Twitch クリップの埋め込みが開けない問題を修正 (#16102) 2025-05-29 11:43:08 +09:00
virtual.d.ts コントロールパネルの検索 (#16343) 2025-08-03 11:02:20 +09:00
webgl.ts feat(frontend): EXIFフレーム機能 (#16725) 2025-11-06 20:25:17 +09:00