<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/frontend/src/components/MkChannelPreview.vue, 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>2025-11-06T01:15:59Z</updated>
<entry>
<title>enhance(frontend): チャンネル周りのUIの整理 (#16743)</title>
<updated>2025-11-06T01:15:59Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2025-11-06T01:15:59Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=0edb0133fcb2dab8904d9da7f444fe6996b6d6b6'/>
<id>urn:sha1:0edb0133fcb2dab8904d9da7f444fe6996b6d6b6</id>
<content type='text'>
* enhance(frontend): チャンネル周りのUIの整理

* fix: 共通要素間の一貫性を保つ

* Update Changelog

* fix: チャンネル新規作成を管理タブに移動・上部ボタン削除</content>
</entry>
<entry>
<title>enhance(frontend): PC画面でチャンネルが複数列で表示されるように (#15129)</title>
<updated>2024-12-15T23:57:37Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2024-12-15T23:57:37Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=5a2b29a3b4c8acda1851f09af771fbba97f380c5'/>
<id>urn:sha1:5a2b29a3b4c8acda1851f09af771fbba97f380c5</id>
<content type='text'>
* チャンネル一覧の列を最大3列にした (Otaku-Social#13)

* fix

* fix

* fix

* :art:

* fix

* :art:

* Update Changelog

* Update Changelog

* 要らない_marginを消す

---------

Co-authored-by: tmorio &lt;morikapusan@morikapu-denki.com&gt;</content>
</entry>
<entry>
<title>refactor(frontend): asとanyをすぐなおせる範囲で除去 (#14848)</title>
<updated>2024-10-31T04:46:42Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2024-10-31T04:46:42Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=17d9aca5a7ec6149a8dbf0c1607c81ab188e7015'/>
<id>urn:sha1:17d9aca5a7ec6149a8dbf0c1607c81ab188e7015</id>
<content type='text'>
* refactor(frontend): できるだけanyを除去

* refactor

* lint

* fix

* remove unused

* Update packages/frontend/src/components/MkReactionsViewer.details.vue

* Update packages/frontend/src/components/MkUsersTooltip.vue

---------

Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>refactor(frontend): prefix css variables (#14725)</title>
<updated>2024-10-09T09:08:14Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2024-10-09T09:08:14Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=4a356f1ba742ae3965d01ad17179d3af4846377a'/>
<id>urn:sha1:4a356f1ba742ae3965d01ad17179d3af4846377a</id>
<content type='text'>
* wip

* Update index.d.ts

* remove unnecessary codes</content>
</entry>
<entry>
<title>refactor</title>
<updated>2024-08-19T08:32:27Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2024-08-19T08:32:27Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=130ff361c34282dc1e472adff53dc04ddec28c65'/>
<id>urn:sha1:130ff361c34282dc1e472adff53dc04ddec28c65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(frontend): フォーカスの挙動を修正 (#14158)</title>
<updated>2024-07-12T07:25:44Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2024-07-12T07:25:44Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=385969e9f56a39a1e5547b94901d155e1e811263'/>
<id>urn:sha1:385969e9f56a39a1e5547b94901d155e1e811263</id>
<content type='text'>
* fix(frontend): 直前のパターンを記録するように

* fix(frontend): フォーカス/タブ移動に関する挙動を調整 (#226)

Cherry-pick commit e8c030673326871edf3623cf2b8675d68f9e1b13

Co-authored-by: taiyme &lt;53635909+taiyme@users.noreply.github.com&gt;

* focusのデザイン修正

* move scripts

* Modalにfocus trapを追加

* 記録するホットキーはレートリミット式にする

* escキーのハンドリングをMkModalに統一

* fix

* enterで子メニューを開けるように

* lint

* fix focus trap

* improve switch accessibility

* 一部のmodalのフォーカストラップが外れない問題を修正

* fix

* fix

* Revert "記録するホットキーはレートリミット式にする"

This reverts commit 40a7509286a87911ad4cc06d9482e8a2e5d0e7e8.

* Revert "fix(frontend): 直前のパターンを記録するように"

This reverts commit 5372b2594023952cff34aa62253ed4efef15b5dd.

* Revert "Revert "fix(frontend): 直前のパターンを記録するように""

This reverts commit a9bb52e799e110927ad92cd8f26af980819334e1.

* Revert "Revert "記録するホットキーはレートリミット式にする""

This reverts commit bdac34273e0bc5f13604c7e2f9fa6b1321a0df3d.

* 試験的にCypressでのFocustrapを無効化

* fix

* fix focus-trap

* Update Changelog

* :v:

* fix focustrap invocation logic

* スクロールがsticky headerを考慮するように

* :art:

* スタイルの微調整

* :art:

* remove deprecated key aliases

* focusElementが足りなかったので修正

* preview系にfocus時スタイルが足りなかったので修正

* `returnFocusElement` -&gt; `returnFocusTo`

* lint

* Update packages/frontend/src/components/MkModalWindow.vue

* Apply suggestions from code review

Co-authored-by: taiy &lt;53635909+taiyme@users.noreply.github.com&gt;

* keydownイベントをまとめる

* use correct pesudo-element selector

* fix

* rename

---------

Co-authored-by: taiyme &lt;53635909+taiyme@users.noreply.github.com&gt;
Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>(re)  update SPDX-FileCopyrightText</title>
<updated>2024-02-13T15:59:27Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2024-02-13T15:59:27Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=c1514ce91dc08481a092a789ee37da546cdb4583'/>
<id>urn:sha1:c1514ce91dc08481a092a789ee37da546cdb4583</id>
<content type='text'>
Fix  #13290
</content>
</entry>
<entry>
<title>Revert "update SPDX-FileCopyrightText"</title>
<updated>2024-02-13T15:50:11Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2024-02-13T15:50:11Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=311c2172d7bc861d915a28650684a1587ecb4695'/>
<id>urn:sha1:311c2172d7bc861d915a28650684a1587ecb4695</id>
<content type='text'>
This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
</content>
</entry>
<entry>
<title>update SPDX-FileCopyrightText</title>
<updated>2024-02-12T02:37:45Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2024-02-12T02:37:45Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=9b5aeb76d8c9372d67058c512597152b6bf222f2'/>
<id>urn:sha1:9b5aeb76d8c9372d67058c512597152b6bf222f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enhance: チャンネルに新規の投稿がある場合にバッジを表示させる (#12690)</title>
<updated>2023-12-22T11:41:42Z</updated>
<author>
<name>ikasoba</name>
<email>57828948+ikasoba@users.noreply.github.com</email>
</author>
<published>2023-12-22T11:41:42Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=5eb944ecdeb0d65ec82b89522dfdf37d980bdb51'/>
<id>urn:sha1:5eb944ecdeb0d65ec82b89522dfdf37d980bdb51</id>
<content type='text'>
* 多分できたかも

* 不要なpropsを削除

* 不要なimportを削除

* 縁を付けた

* 枠線の位置を端に寄せた

* やっぱり内側へ寄せることにした

* できたかも

* 修正

* 修正

* クラスにまとめた

* 微調整

* 直せたかも

* importを付け足し

* 多分できたかも

* Update channel.vue

* Update MkMenu.vue

* Update channel.vue

* Update CHANGELOG.md

---------

Co-authored-by: syuilo &lt;Syuilotan@yahoo.co.jp&gt;</content>
</entry>
</feed>
