| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-21 | refactor: migrate recoil to jotai and react-table v7 to v8 | Larvan2 | |
| - replace recoil with jotai: atom({key,default}) -> atom(value), useRecoilState -> useAtom, RecoilState -> 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 -> 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 <[email protected]> | |||
| 2026-03-15 | refactor: reorganize code | Larvan2 | |
| 2025-12-27 | chore: adjust style | Larvan2 | |
| 2023-04-07 | feat: add memory chat | rookisbusy | |
| 2023-01-27 | chore: optimize development workflow | kunish | |
| 2022-06-12 | Revert "Merge branch 'haishanh-master'" | Matain | |
| This reverts commit e4e921e0b93f74bf126ca80cbb83f5e912f73a88, reversing changes made to a825925cc97d95762634d234ef06be1627a21fb1. | |||
| 2022-06-11 | Make selected indicator more distinguishable in proxy summary list | Haishan | |
| ref #575 | |||
| 2022-06-11 | Resolve a few "ts-expect-error"s | Haishan | |
| 2022-06-06 | Run prettier | Haishan | |
| 2022-05-08 | Upgrade chart.js | Haishan | |
| 2021-05-31 | Minor log style tweak | Haishan | |
| 2021-05-30 | Use vite | Haishan | |
| 2020-11-13 | chore: remove husky and lint-staged | Haishan | |
| 2020-11-01 | chore: run ts-migrate | Haishan | |
| 2020-07-04 | feat: support rule provider | Haishan | |
| 2020-06-20 | feat: add a simple filter for proxy names | Haishan | |
| 2020-02-10 | refactor(Proxies): UI revamp | Haishan | |
| 2019-12-27 | chore: get rid of webpack resolve alias | Haishan | |
| 2019-10-01 | fix: revert useRemainingViewPortHeight to use useLayoutEffect | Haishan | |
| 2019-10-01 | refactor: improve useRemainingViewPortHeight | Haishan | |
| 2019-05-14 | feat(logs): fetch logs with correct log level | Haishan | |
| see also #14 | |||
| 2019-04-21 | squash: feat(config): add options to select traffic chart style | Haishan | |
| 2019-01-13 | hooks: extract element remaining view port height logic into a hook | Haishan | |
