1
0
forked from mirror/misskey
mi.moris.day/packages/frontend/src
かっこかり d86c77260e
fix(frontend): RSSウィジェットでURLエンコードを二重に行っている問題を修正 (#15272)
* don't double-url-encode rss urls

`url.searchParams.set()` already encodes the values passed!

(this is a partial revert of 0472d43ee9,
the change in `statusbar-rss.vue` was correct)

* Update Changelog

---------

Co-authored-by: dakkar <dakkar@thenautilus.net>
2025-01-14 00:13:57 +00:00
..
boot refactor(frontend): 動画UIのフルスクリーン周りの調整 (#14877) 2024-11-09 10:57:04 +09:00
components fix(frontend): ファイルの添付可能数を超えたらノートボタンを押せないように (#15126) 2025-01-04 06:24:25 +00:00
directives refactor(frontend): getBgColorを共通化 (#14782) 2024-10-19 18:02:09 +09:00
filters
pages feat(frontend): Do not display blocked instances on the welcome page (#15178) 2025-01-08 10:51:23 +00:00
router refactor(frontend): asとanyをすぐなおせる範囲で除去 (#14848) 2024-10-31 13:46:42 +09:00
scripts refactor/deps(frontend): shikiのdeprecated表現を修正 (#15169) 2025-01-11 13:47:15 +00:00
types refactor(frontend): asとanyをすぐなおせる範囲で除去 (#14848) 2024-10-31 13:46:42 +09:00
ui fix(frontend): サーバードキュメントとMisskey関連リソースとの間にdividerが入らないことがある問題を修正 (#15044) 2024-11-24 15:23:21 +09:00
unicode-emoji-indexes
widgets fix(frontend): RSSウィジェットでURLエンコードを二重に行っている問題を修正 (#15272) 2025-01-14 00:13:57 +00:00
workers
_boot_.ts enhance(frontend): 外部アプリ認証画面の改良 (#14828) 2024-10-25 14:20:33 +09:00
_dev_boot_.ts refactor(frontend): prefix css variables (#14725) 2024-10-09 18:08:14 +09:00
account.ts enhance(frontend): 外部アプリ認証画面の改良 (#14828) 2024-10-25 14:20:33 +09:00
cache.ts
custom-emojis.ts
debug.ts
events.ts
i18n.ts
index.html
index.mdx
instance.ts
local-storage.ts
navbar.ts feat: 送信したフォローリクエストを確認できるように (#14856) 2024-11-15 17:30:54 +09:00
nirax.ts refactor(frontend): asとanyをすぐなおせる範囲で除去 (#14848) 2024-10-31 13:46:42 +09:00
os.ts refactor(frontend): asとanyをすぐなおせる範囲で除去 (#14848) 2024-10-31 13:46:42 +09:00
pizzax.ts chore: little type trick in pizzax.ts (#14891) 2024-11-06 22:01:58 +09:00
plugin.ts
server-context.ts fix(frontend): serverContextの型エラーを修正 (#15131) 2024-12-16 09:03:46 +09:00
store.ts refactor(frontend): 動画UIのフルスクリーン周りの調整 (#14877) 2024-11-09 10:57:04 +09:00
stream.ts
style.scss chore(frontend): tweak animation style 2024-11-15 18:00:20 +09:00
theme-store.ts
timelines.ts
type.ts