Commit Graph

18 Commits

Author SHA1 Message Date
Simon
4f80ec1459 refactor: upgrade ESLint 9→10 and simplify React lint toolchain
- Upgrade eslint and @eslint/js to v10
- Replace eslint-plugin-react-x + eslint-plugin-react-dom + eslint-plugin-react-hooks
  with unified @eslint-react/eslint-plugin
- Raise dev Node.js requirement to ^22.13.0 || >=24 (runtime packages unaffected)
- Add .npmrc with engine-strict=true
- Move all @eslint-react rule overrides to eslint.config.js,
  eliminating plugin-specific inline eslint-disable comments
- Fix real issues caught by new rules: useless assignments,
  leaked setTimeout, ref naming, useState setter naming
2026-04-08 20:31:31 +08:00
Simon
bdfa98358b fix: requestIdleCallback on safari 2026-03-06 02:35:01 +08:00
Simon
ff31b0c03e chore: adjust website structure 2026-03-05 16:21:58 +08:00
Simon
645a7ceb52 feat(website): loading time optimize 2026-03-03 21:38:29 +08:00
Simon
dcc6cd1cf3 feat(website): reduce white screen time 2026-03-03 21:05:16 +08:00
Simon
91ae86f56e style(website): fix height; clean up code 2026-02-27 20:42:24 +08:00
Simon
68d68182e2 feat(website): drop hash-based router 2026-02-27 19:46:44 +08:00
Simon
58a3d5fbc6 feat(website): add "One More Thing" section; auto scroll 2026-02-14 17:30:00 +08:00
Simon
8dd4c5d78e feat: remove @page-agent/cdn 2026-01-19 19:10:00 +08:00
Simon
f41119c1ad fix(website): fix router 2026-01-17 01:36:15 +08:00
Simon
9e6e1b996c chore(website): simplify chunks 2026-01-17 01:27:19 +08:00
Simon
41123ac561 chore(website): optimize bundle size 2026-01-16 15:05:09 +08:00
Simon
1e737f3a71 docs: models recommendation 2026-01-13 15:17:43 +08:00
Simon
b487a7900b feat(website): layout change 2026-01-11 01:40:21 +08:00
Simon
d9faca5d01 refactor: normalize website structure 2026-01-11 01:16:57 +08:00
Simon
1666c08e58 refactor: rename instructions to custom-instructions 2026-01-10 19:25:56 +08:00
Simon
c3c01b63fb docs: upgrade docs for custom instructions 2026-01-10 19:02:18 +08:00
Simon
adec9d8197 refactor: monorepo 2025-12-01 20:11:12 +08:00