<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yacd-meta.git/src/components/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/components/proxies?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/yacd-meta.git/atom/src/components/proxies?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/'/>
<updated>2026-07-03T09:52:04Z</updated>
<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>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>chore: modernize tooling and migrate to @tanstack/react-query v5</title>
<updated>2026-06-21T04:30:23Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-06-21T04:30:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=bd5566677fad9e7028073ab90eaf100d988d2873'/>
<id>urn:sha1:bd5566677fad9e7028073ab90eaf100d988d2873</id>
<content type='text'>
- migrate react-query@3 to @tanstack/react-query@5 (object-form API,
  useSuspenseQuery for suspense-relied queries, isLoading -&gt; isPending,
  invalidateQueries object syntax)
- migrate ESLint 8 .eslintrc.yml to ESLint 9 flat config (eslint.config.mjs),
  drop legacy airbnb-base/react-app configs and the dead flowtype plugin,
  replace @typescript-eslint/* pair with the unified typescript-eslint
- remove unused deps: prop-types, regenerator-runtime
- add lint/typecheck scripts; auto-fix import ordering across src

Co-Authored-By: Claude Opus 4.8 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>feat(proxies): add latency test URL and timeout configuration</title>
<updated>2026-06-04T13:14:57Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-06-04T13:14:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=cc6efa25afc9853771565a5f68d1cc24b3a945b2'/>
<id>urn:sha1:cc6efa25afc9853771565a5f68d1cc24b3a945b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: proxy group by providers</title>
<updated>2026-06-04T10:43:18Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-06-04T10:43:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=120f06c59ef7e1514baa3cdf81dec79c7fa6e1e6'/>
<id>urn:sha1:120f06c59ef7e1514baa3cdf81dec79c7fa6e1e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: modify chart</title>
<updated>2026-04-18T06:07:20Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-04-18T06:07:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=56758999537ca0790837f446984379eebca3a44d'/>
<id>urn:sha1:56758999537ca0790837f446984379eebca3a44d</id>
<content type='text'>
</content>
</entry>
</feed>
