Sharkey/packages/frontend/src/scripts
かっこかり 3bf63dd9c5
fix(frontend): 設定変更時のリロード確認ダイアログが複数個表示されることがある問題を修正 (#14543)
* fix(frontend): reloadAskが同時に複数実行されないように

* Update Changelog

* fix

* フラグ解除が確実に行われるように

* reloadAskを汎用化、理由を受け取るように

* fix
2024-09-17 22:18:06 +09:00
..
aiscript refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536) 2024-09-10 18:39:53 +09:00
upload
achievements.ts
admin-lookup.ts Quick action implement (#13878) 2024-05-27 17:21:05 +09:00
array.ts refactor: say bye to the weird groupBy friends (#13975) 2024-06-22 19:40:55 +09:00
autocomplete.ts
cache.ts
chart-legend.ts
chart-vline.ts
check-permissions.ts feat: このユーザーのノートを検索, クエリに基づく検索の初期値 & ノート検索のUI改善 (#14128) 2024-07-30 15:51:08 +09:00
check-reaction-permissions.ts feat(frontend): ノート・ユーザータイムライン埋め込み (#13929) 2024-09-09 20:57:36 +09:00
check-word-mute.ts
clear-cache.ts
clicker-game.ts
clone.ts
code-highlighter.ts refactor(frontend): 非推奨の表現を改める (#14517) 2024-09-15 12:31:17 +09:00
collect-page-vars.ts
color.ts
confetti.ts
contains.ts
copy-to-clipboard.ts chore: Use clipboard API directly (#14227) 2024-07-17 21:52:05 +09:00
device-kind.ts
emoji-picker.ts
extract-mentions.ts
extract-url-from-mfm.ts
focus-trap.ts fix(frontend): focustrapがzindexを考慮するように (#14431) 2024-08-18 14:18:46 +09:00
focus.ts feat(frontend): ノート・ユーザータイムライン埋め込み (#13929) 2024-09-09 20:57:36 +09:00
form.ts 新着ノートをサウンドで通知する機能をdeck UIに追加 (#13867) 2024-05-27 20:54:53 +09:00
format-time-string.ts
gen-search-query.ts refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536) 2024-09-10 18:39:53 +09:00
get-account-from-id.ts
get-appear-note.ts fix(frontend): リノートの判定が甘いのを修正 (#14396) 2024-08-17 11:28:22 +09:00
get-dom-node-or-null.ts fix(frontend): フォーカスの挙動を修正 (#14158) 2024-07-12 16:25:44 +09:00
get-drive-file-menu.ts enhance(frontend): ドライブのファイル・フォルダをドラッグしなくても移動できるように (#14318) 2024-07-30 14:42:46 +09:00
get-embed-code.ts refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536) 2024-09-10 18:39:53 +09:00
get-note-menu.ts refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536) 2024-09-10 18:39:53 +09:00
get-note-summary.ts
get-user-menu.ts refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536) 2024-09-10 18:39:53 +09:00
get-user-name.ts
hotkey.ts fix(frontend): ホットキーのレートリミットがallowRepeatを考慮しない問題を修正 (#14192) 2024-07-13 16:15:25 +09:00
idb-proxy.ts feat(frontend): ノート・ユーザータイムライン埋め込み (#13929) 2024-09-09 20:57:36 +09:00
idle-render.ts
init-chart.ts
initialize-sw.ts refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536) 2024-09-10 18:39:53 +09:00
install-plugin.ts refactor(frontend): refactor popup api and make sure call dispose callback 2024-07-04 13:14:49 +09:00
install-theme.ts
intl-const.ts refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536) 2024-09-10 18:39:53 +09:00
is-device-darkmode.ts
isFfVisibleForMe.ts fix(backend): check visibility of following/followers of remote users / feat: moderators can see following/followers of all users (#14375) 2024-08-09 12:10:51 +09:00
langmap.ts
login-id.ts
lookup.ts 検索からハッシュタグのページが開けるように、users/searchに`@`から始まる文字列が与えられた際の処理を修正 等 (#13858) 2024-07-30 19:18:43 +09:00
media-has-audio.ts
media-proxy.ts refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536) 2024-09-10 18:39:53 +09:00
merge.ts enhance(frontend): デッキのアンテナ・リスト選択画面からそれぞれを新規作成できるように (#14104) 2024-07-30 13:11:06 +09:00
mfm-function-picker.ts feat(frontend): ノート・ユーザータイムライン埋め込み (#13929) 2024-09-09 20:57:36 +09:00
misskey-api.ts refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536) 2024-09-10 18:39:53 +09:00
navigator.ts
page-metadata.ts
physics.ts
player-url-transform.ts refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536) 2024-09-10 18:39:53 +09:00
please-login.ts fix(frontend): follow-up of #13089 (#14206) 2024-07-14 17:28:34 +09:00
popout.ts refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536) 2024-09-10 18:39:53 +09:00
popup-position.ts
post-message.ts feat(frontend): ノート・ユーザータイムライン埋め込み (#13929) 2024-09-09 20:57:36 +09:00
reaction-picker.ts
reload-ask.ts fix(frontend): 設定変更時のリロード確認ダイアログが複数個表示されることがある問題を修正 (#14543) 2024-09-17 22:18:06 +09:00
search-emoji.ts
select-file.ts
show-moved-dialog.ts
show-suspended-dialog.ts
shuffle.ts
snowfall-effect.ts
sound.ts fix(frontend): ドライブの音声が再生できない場合の処理を追加 (#14073) 2024-07-30 20:30:41 +09:00
sticky-sidebar.ts
stream-mock.ts feat(frontend): ノート・ユーザータイムライン埋め込み (#13929) 2024-09-09 20:57:36 +09:00
test-utils.ts fix(storybook): prevent infinite remount of component (#14101) 2024-07-02 10:57:20 +09:00
theme-editor.ts
theme.ts fix(frontend/frontend-embed): インポートパス・テーマまわりなどの修正 (#14535) 2024-09-10 16:14:02 +09:00
time.ts
timezones.ts
touch.ts
unison-reload.ts
upload.ts refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536) 2024-09-10 18:39:53 +09:00
use-chart-tooltip.ts refactor(frontend): refactor popup api and make sure call dispose callback 2024-07-04 13:14:49 +09:00
use-leave-guard.ts
use-note-capture.ts
use-tooltip.ts