<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/frontend/src/pages/admin, branch master</title>
<subtitle>my misskey fork
</subtitle>
<id>http://g.freya.cat/misskey/atom?h=master</id>
<link rel='self' href='http://g.freya.cat/misskey/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/'/>
<updated>2026-03-05T17:55:43Z</updated>
<entry>
<title>split url into webUrl and localUrl (like mastodon)</title>
<updated>2026-03-05T17:55:43Z</updated>
<author>
<name>Freya Murphy</name>
<email>freya@freyacat.org</email>
</author>
<published>2026-03-02T21:05:12Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=587ab8500abb2d8b0a494dc05952c9919cc7f66f'/>
<id>urn:sha1:587ab8500abb2d8b0a494dc05952c9919cc7f66f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: review fixes (#17208)</title>
<updated>2026-03-05T10:24:30Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2026-03-05T10:24:30Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=3980b2ca55cdf6a694ef8cad911e161672c0444f'/>
<id>urn:sha1:3980b2ca55cdf6a694ef8cad911e161672c0444f</id>
<content type='text'>
* fix: OAuthのContent-Typeを正しく判定するように

* fix(frontend): fix outdated comments

* fix: storagePersistenceのtop-level awaitを解消

* fix

* fix(frontend): add comment

Co-Authored-By: anatawa12 &lt;anatawa12@icloud.com&gt;

* fix

* fix: rename `users/get-following-users-by-birthday`

* fix: fix types

* Update MkForm.vue

* refactor utility/storage.ts

---------

Co-authored-by: anatawa12 &lt;anatawa12@icloud.com&gt;
Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>refactor(frontend): fix invalid self-closing tags (#17103)</title>
<updated>2026-01-16T13:42:08Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2026-01-16T13:42:08Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=389861f1da42e66fe52fe5d33ba4ade35aa16f23'/>
<id>urn:sha1:389861f1da42e66fe52fe5d33ba4ade35aa16f23</id>
<content type='text'>
* fix(frontend): fix invalid self-closing tags

* apply eslint rules

* fix

* fix</content>
</entry>
<entry>
<title>refactor(frontend): anyを除去2 (#17092)</title>
<updated>2026-01-14T05:45:45Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2026-01-14T05:45:45Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=bd81a6c8adb45067bee9582f84855a60a962e92b'/>
<id>urn:sha1:bd81a6c8adb45067bee9582f84855a60a962e92b</id>
<content type='text'>
* wip

* fix types

* fix</content>
</entry>
<entry>
<title>refactor(frontend): MkRadioをMkRadiosに統合</title>
<updated>2026-01-14T05:21:51Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2026-01-14T05:21:51Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=d8318c02a18065892fc9e373b97b56becd355467'/>
<id>urn:sha1:d8318c02a18065892fc9e373b97b56becd355467</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(frontend): MkRadiosの指定をpropsから行うように (#16597)</title>
<updated>2026-01-14T05:02:50Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2026-01-14T05:02:50Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=b941c896aa5512240de9121a1850d55aa5f8b68b'/>
<id>urn:sha1:b941c896aa5512240de9121a1850d55aa5f8b68b</id>
<content type='text'>
* refactor(frontend): MkRadiosの指定をpropsから行うように

* spdx

* fix lint

* fix: mkradiosを動的slotsに対応させる

* fix: remove comment [ci skip]

* fix lint

* fix lint

* migrate

* rename

* fix

* fix

* fix types

* remove unused imports

* fix

* wip

---------

Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>refactor: make noImplicitAny true (#17083)</title>
<updated>2026-01-09T13:06:40Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2026-01-09T13:06:40Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=41592eafb363e3c62ab2d3e5f41b38d7d083d3fb'/>
<id>urn:sha1:41592eafb363e3c62ab2d3e5f41b38d7d083d3fb</id>
<content type='text'>
* wip

* Update emojis.emoji.vue

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update manager.ts

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update analytics.ts</content>
</entry>
<entry>
<title>enhance(frontend): remove vuedraggable (#17073)</title>
<updated>2026-01-07T12:46:03Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2026-01-07T12:46:03Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=8c5572dd3ba11104493d8386fe56cb6ff96cfc56'/>
<id>urn:sha1:8c5572dd3ba11104493d8386fe56cb6ff96cfc56</id>
<content type='text'>
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update page-editor.blocks.vue

* Update MkDraggable.vue

* refactor

* refactor

* ✌️

* refactor

* Update MkDraggable.vue

* ios

* 🎨

* 🎨</content>
</entry>
<entry>
<title>fix(frontend): 管理画面でアーカイブ済のお知らせを表示した際にアクティブなお知らせが多い旨の警告が出る問題を修正 (#17059)</title>
<updated>2026-01-02T12:50:25Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2026-01-02T12:50:25Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=cdb958cdf0a9a810a36c47441fb645021b14f49e'/>
<id>urn:sha1:cdb958cdf0a9a810a36c47441fb645021b14f49e</id>
<content type='text'>
* fix(frontend): 管理画面でアーカイブ済のお知らせを表示した際にアクティブなお知らせが多い旨の警告が出る問題を修正

* Update Changelog

---------

Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>refactor(frontend): remove undefined css rules (#17051)</title>
<updated>2025-12-31T04:42:59Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2025-12-31T04:42:59Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=ff7d2c108354113d7bc90f88534c666947914fa9'/>
<id>urn:sha1:ff7d2c108354113d7bc90f88534c666947914fa9</id>
<content type='text'>
</content>
</entry>
</feed>
