misskey/packages/frontend/src
kabo2468 71b016b293
fix: PhotoSwipeによるクライアントのメモリリークの解消 (#11395)
* Destroy PhotoSwipe on unmounted

* Update CHANGELOG.md
2023-07-27 06:44:16 +09:00
..
boot enhance(client): Deckで非ルートページにアクセスした際に簡易UIで表示しない設定を追加 2023-07-17 08:11:17 +09:00
components fix: PhotoSwipeによるクライアントのメモリリークの解消 (#11395) 2023-07-27 06:44:16 +09:00
directives cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
filters cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
pages fix(frontend): Remove errors in prefeerences-backups.vue 2023-07-26 12:40:45 +00:00
scripts refactor: Array.from(iterable).map(mapfn)をArray.from(iterable | { length: number }, mapfn)に (#11337) 2023-07-25 10:46:52 +00:00
themes cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
types
ui fix: insert bottom spacing appropriately (#11370) 2023-07-25 19:49:52 +09:00
unicode-emoji-indexes enhance(frontend): 追加の絵文字用辞書をダウンロードできるように 2023-06-01 17:10:53 +09:00
widgets refactor: 可読性のため一部でArray.prototype.atを使うように (#11274) 2023-07-14 10:45:01 +09:00
workers perf(frontend): MkImgWithBlurhashでblurhash描画に使うcanvasは再利用するようにする (#10966) 2023-07-02 13:46:49 +09:00
_boot_.ts
account.ts
cache.ts feat: ユーザーをcontextmenuからアンテナに追加できるようになど (#11206) 2023-07-10 15:55:10 +09:00
config.ts
const.ts enhance: 招待機能の改善 (#11195) 2023-07-15 09:57:58 +09:00
custom-emojis.ts perf(frontend): サーバーにカスタム絵文字の種類が多い場合のパフォーマンスの改善 2023-05-31 12:42:24 +09:00
debug.ts
emojilist.json perf(frontend): emojilistのサイズ削減 2023-05-30 11:18:40 +09:00
events.ts
i18n.ts
index.mdx
instance.ts エラー画像URLを設定可能に (#10959) 2023-06-09 14:00:53 +09:00
local-storage.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
navbar.ts
nirax.ts fix(frontend): ページ遷移でスクロール位置が保持されない問題を修正 2023-07-08 15:30:36 +09:00
os.ts feat(frontend): allow cropping images on drive (#11092) 2023-07-05 13:54:40 +09:00
pizzax.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
plugin.ts
router.ts enhance: 招待機能の改善 (#11195) 2023-07-15 09:57:58 +09:00
store.ts [ci skip] make enableCondensedLineForAcct false by default 2023-06-01 19:50:51 +09:00
stream.ts tweak of 981e6f996 2023-06-06 09:16:38 +09:00
style.scss fix: insert bottom spacing appropriately (#11370) 2023-07-25 19:49:52 +09:00
theme-store.ts