<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yacd-meta.git/src/components, 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/components?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/yacd-meta.git/atom/src/components?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/'/>
<updated>2026-07-05T09:36:35Z</updated>
<entry>
<title>feat(rules): support enabling/disabling rules and show hit/entry counts</title>
<updated>2026-07-05T09:36:35Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-07-05T09:36:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=30dfb51a61a6d6083640d411da8c63cb076318ab'/>
<id>urn:sha1:30dfb51a61a6d6083640d411da8c63cb076318ab</id>
<content type='text'>
Wire up the mihomo rules API's extra fields (disabled, hitCount, hitAt)
and the /rules/disable endpoint so each rule can be toggled on/off and
shows its hit count. Also surface the rule provider's ruleCount for
RuleSet-type rules, since their own size field is always -1.
</content>
</entry>
<entry>
<title>feat(connections): optimize closing connections with Promise.allSettled</title>
<updated>2026-07-03T09:53:06Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-07-03T09:53:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=dcc5572e526489480b3c9a0aacc64734969269ab'/>
<id>urn:sha1:dcc5572e526489480b3c9a0aacc64734969269ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>perf(connections,proxies): cache per-tick formatting and cut render overhead</title>
<updated>2026-07-03T09:52:04Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-07-03T09:52:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=3d84dd1f1703c473ebc5f05966b5067350770c8d'/>
<id>urn:sha1:3d84dd1f1703c473ebc5f05966b5067350770c8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(components): group feature components into per-feature folders</title>
<updated>2026-07-03T07:11:00Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-07-03T07:11:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=540bd3fa84fb3a5c6cd5eba23e2ff894ea66c149'/>
<id>urn:sha1:540bd3fa84fb3a5c6cd5eba23e2ff894ea66c149</id>
<content type='text'>
Connections, config, backend, home, logs and rules components were
scattered flat under src/components/ while their hooks/utils already
lived under src/modules/&lt;feature&gt;/, making each feature hard to locate
as a unit. Move them into components/&lt;connections,config,backend,home,
logs,rules&gt;/ to match the layout convention documented in CLAUDE.md,
and drop the dead components/rules/rules.hooks.tsx re-export shim.

Co-Authored-By: Claude Sonnet 5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>feat(proxies): animate display number in ProxyLatency component</title>
<updated>2026-07-03T06:56:34Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-07-03T06:56:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=e0f63fc4a069a9e94689ab2347981a66a3e422c7'/>
<id>urn:sha1:e0f63fc4a069a9e94689ab2347981a66a3e422c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(proxies): add provider health check timeout configuration and related translations</title>
<updated>2026-07-03T06:50:40Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-07-03T06:50:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=2b6d5875421a801ddc79568387b161b2b47424c1'/>
<id>urn:sha1:2b6d5875421a801ddc79568387b161b2b47424c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(proxies): add fixed selection feature and related translations</title>
<updated>2026-07-03T06:42:55Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-07-03T06:42:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=37367efe2a385114adac21f9bb044bc82c8789d5'/>
<id>urn:sha1:37367efe2a385114adac21f9bb044bc82c8789d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(proxies): add latency test URL configuration and expected status handling</title>
<updated>2026-07-03T06:06:56Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-07-03T06:06:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=5f9935312b1703561caf1187fa94abed1d046894'/>
<id>urn:sha1:5f9935312b1703561caf1187fa94abed1d046894</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: replace unmaintained @reach/tooltip with Radix UI</title>
<updated>2026-06-21T04:50:01Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-06-21T04:50:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=2de67ed7e2ca5bbf8c59dcad5a5e4c0d69462e86'/>
<id>urn:sha1:2de67ed7e2ca5bbf8c59dcad5a5e4c0d69462e86</id>
<content type='text'>
- add a shared Tooltip wrapper around @radix-ui/react-tooltip that keeps
  the @reach-style `label` API, so call sites barely change
- add a global RadixTooltip.Provider in AppProviders
- replace the custom useTooltip/TooltipPopup positioning in Proxy.tsx with
  Radix auto-positioning
- migrate reach tooltip CSS to a .tooltip-content class
- drop @reach/visually-hidden (was unused; the visually-hidden CSS class
  is unrelated)

Co-Authored-By: Claude Opus 4.8 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<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>
</feed>
