summaryrefslogtreecommitdiff
path: root/src/components/proxies
AgeCommit message (Collapse)Author
2026-07-03perf(connections,proxies): cache per-tick formatting and cut render overheadLarvan2
2026-07-03feat(proxies): animate display number in ProxyLatency componentLarvan2
2026-07-03feat(proxies): add provider health check timeout configuration and related ↵Larvan2
translations
2026-07-03feat(proxies): add fixed selection feature and related translationsLarvan2
2026-07-03feat(proxies): add latency test URL configuration and expected status handlingLarvan2
2026-06-21refactor: replace unmaintained @reach/tooltip with Radix UILarvan2
- 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 <[email protected]>
2026-06-21chore: modernize tooling and migrate to @tanstack/react-query v5Larvan2
- migrate react-query@3 to @tanstack/react-query@5 (object-form API, useSuspenseQuery for suspense-relied queries, isLoading -> 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 <[email protected]>
2026-06-04feat(proxies): add latency test URL and timeout configurationLarvan2
2026-06-04feat: proxy group by providersLarvan2
2026-04-18chore: modify chartLarvan2
2026-04-15build(deps)!: update dependsOlivi
2026-04-13chore: remove unnecessary hover effects and adjust styles & adjust layout ↵Olivi
Overview
2026-03-15chore: adjust mobile styleLarvan2
2026-03-15refactor: reorganize codeLarvan2
2026-01-01chore: adjust styleLarvan2
2025-12-27chore: adjust styleLarvan2
2025-12-14chore: adjust latency backgroundv0.3.8Larvan2
2025-12-13feat: add healthcheck functionality for specified proxyOlivi
2025-06-04Update i18n of "provider" related titlesjebbs
2023-06-07fix: show delay for nested proxy-groupsLarvan2
2023-06-05chore: 根据屏幕大小调整箭头和测速图标Larvan2
2023-06-05adjust proxies styleLarvan2
2023-05-17chore: proxy csscubemaze
2023-05-17Revert "larvanz"Larvan2
This reverts commit b75c36f26d2fa7ffcdae610659662e4a7c59a2e8.
2023-05-17chore: refine stylecubemaze
2023-05-17chore: proxy card stylecubemaze
2023-05-17larvanzLarvan2
2023-05-17chore: group card shadowcubemaze
2023-05-17fix: proxy-provider cardcubemaze
2023-05-14chore: better DotBackgroundLarvan2
2023-05-14chore: var proxy border colorLarvan2
2023-05-13chore: update proxy styleLarvan2
2023-05-13chore: theme stylecubemaze
2023-05-13update lightLarvan2
2023-05-12chore: style adaptation themecubemaze
2023-05-12chore: adjust proxy stylecubemaze
2023-05-12chore: adjust proxy-latency font sizecubemaze
2023-05-11chore: proxy stylecubemaze
2023-04-22fix expire time showJason
2023-04-13chore: some optimization (#25)Larvan2
* chore: some optimization * adjust
2023-04-08feat: URLTest could be selectcubemaze
2023-02-27chore: 展示未使用流量->展示已使用流量Larvan2
2023-02-27feat: use different latency metrics for HTTP and HTTPS latency testsZhong Lufan
2023-02-19fix: getLatencyTestUrl, encode healthcheckProvider nameHsiaoyi Hsu
2023-02-19fix: add missing search input placeholder textkunish
2023-02-19fix: show history latencyipcjs
2023-02-19feat: selected proxy, make it more popkunish
2023-01-28feat: display `xudp` typekunish
2023-01-27chore: optimize development workflowkunish
2023-01-27fix: remove .btnStart unexpected margin-rightkunish