<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yacd-meta.git/src/modules/proxies, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/yacd-meta.git/atom/src/modules/proxies?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/yacd-meta.git/atom/src/modules/proxies?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/'/>
<updated>2026-06-21T04:42:56Z</updated>
<entry>
<title>refactor: migrate recoil to jotai and react-table v7 to v8</title>
<updated>2026-06-21T04:42:56Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-06-21T04:42:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=5ed61163bf6f621a16fe109119ebf4f261c26830'/>
<id>urn:sha1:5ed61163bf6f621a16fe109119ebf4f261c26830</id>
<content type='text'>
- replace recoil with jotai: atom({key,default}) -&gt; atom(value),
  useRecoilState -&gt; useAtom, RecoilState -&gt; PrimitiveAtom, drop RecoilRoot
  (recoil is archived and blocks the React 19 upgrade)
- migrate react-table v7 to @tanstack/react-table v8 in ConnectionTable:
  useTable/useSortBy -&gt; useReactTable + getSortedRowModel; the internal
  ConnectionColumn type and localStorage sort/visibility persistence are
  kept intact and mapped to v8 ColumnDef inside the component
- drop the hand-written react-table type augmentation in custom.d.ts
  (v8 ships its own types)
- add keyboard a11y to sortable table headers

Co-Authored-By: Claude Opus 4.8 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>refactor: reorganize code</title>
<updated>2026-03-15T07:01:57Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-03-15T07:01:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=0e420859f5f7011ba124c965d8319bf3bf4c5fe3'/>
<id>urn:sha1:0e420859f5f7011ba124c965d8319bf3bf4c5fe3</id>
<content type='text'>
</content>
</entry>
</feed>
