<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/frontend/src/components/MkChannelFollowButton.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-03-31T04:00:34Z</updated>
<entry>
<title>🎨</title>
<updated>2025-03-31T04:00:34Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-03-31T04:00:34Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=ea722b83607e66df42c891fed1d4d50866a3b9da'/>
<id>urn:sha1:ea722b83607e66df42c891fed1d4d50866a3b9da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(frontend): scripts -&gt; utility</title>
<updated>2025-03-09T05:28:01Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-03-09T05:28:01Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=be7e3b9a0cb81b78a744993fef2fa2fd2833fa9c'/>
<id>urn:sha1:be7e3b9a0cb81b78a744993fef2fa2fd2833fa9c</id>
<content type='text'>
</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>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>test(#10336): add `components/MkC.*` stories (#13830)</title>
<updated>2024-06-08T09:00:54Z</updated>
<author>
<name>zyoshoka</name>
<email>107108195+zyoshoka@users.noreply.github.com</email>
</author>
<published>2024-06-08T09:00:54Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=9849aab40283cbde2184e74d4795aec8ef8ccba3'/>
<id>urn:sha1:9849aab40283cbde2184e74d4795aec8ef8ccba3</id>
<content type='text'>
* test(storybook): add `components/MkC.*` stories

* test(storybook): add some tests

* test: add sleep

* test: comment-out flaky test

* test(storybook): add test for `MkChannelFollowButton`

* chore(storybook): tweak sleep duration in `MkChannelFollowButton` story test

* fix(chromatic): add delay to `MkChannelList`

* chore: replace `mswDecorator` with `mswLoader`

* fix(storybook): tweak some parameters

* chore: serve static files

* fix(chromatic): add delay to `MkCwButton`

* chore: delete logging for debug

* fix: add right click in `MkContextMenu` play

* refactor: remove unused imports</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>refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694)</title>
<updated>2024-01-04T09:32:46Z</updated>
<author>
<name>おさむのひと</name>
<email>46447427+samunohito@users.noreply.github.com</email>
</author>
<published>2024-01-04T09:32:46Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=fa9c4a19b98167c7552bec8f4d791bd89db8fbbe'/>
<id>urn:sha1:fa9c4a19b98167c7552bec8f4d791bd89db8fbbe</id>
<content type='text'>
* refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる

* fix

* fix

* renate to "misskeyApi"

* rename file</content>
</entry>
<entry>
<title>refactor(frontend): use ESM</title>
<updated>2023-09-19T07:37:43Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2023-09-19T07:37:43Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=b0f6c44f36f3173f5d232d1adb02fc09dfdcc003'/>
<id>urn:sha1:b0f6c44f36f3173f5d232d1adb02fc09dfdcc003</id>
<content type='text'>
</content>
</entry>
</feed>
