akinshaywai
90e1c297f4
style(ui): improve HistoryList loading/empty states and add button tooltips
...
- Replace plain 'Loading...' text in HistoryList with animated skeleton
placeholder rows that match the shape of real history items
- Replace plain 'No history yet' text with a centred History icon +
label for a more polished empty state
- Add aria-label and title to the Back button in HistoryList header
- Add aria-label and title to History and Settings buttons in main header
- Add aria-label and title to Send and Stop task buttons in footer
2026-04-16 15:56:57 +08:00
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
c35f367b39
feat(ext): style adjust; rm rerunDisabled
2026-03-20 16:36:23 +08:00
adonis
0bc47a997d
feat(ext): rerun tasks from history
2026-03-19 23:54:08 +08:00
Simon
2f5476b76c
refactor(ext): mv ui components for later reuse
2026-03-17 19:11:13 +08:00
Simon
67846db28f
chore(ext): ui layout
2026-03-12 00:52:19 +08:00
Simon
a74b7542ba
feat: extension use the same version as packages
2026-03-12 00:37:43 +08:00
Simon
80e2a93a8c
feat: add button to clear saved configuration from the error boundary
2026-03-07 23:16:03 +08:00
Simon
a0c979602e
feat: do not throw for webgl2 fail
2026-03-07 03:07:21 +08:00
Simon
7a97de2a37
feat(ext): expose more config
2026-03-05 20:34:55 +08:00
Simon
68d68182e2
feat(website): drop hash-based router
2026-02-27 19:46:44 +08:00
Simon
07b4dc32f7
feat: add legacy endpoint migration and testing endpoint notice
2026-02-27 17:50:10 +08:00
Simon
89c83f454d
feat: update terms and default llm endpoint
2026-02-27 17:09:54 +08:00
Simon
b89228693d
feat(ext): add lang setting
2026-02-14 16:10:46 +08:00
Simon
66cc9e0a3c
style: pretty up; fix extension shadcn
2026-02-14 15:12:45 +08:00
Simon
43b7c1b136
style(ext): make over
2026-02-13 19:09:46 +08:00
Simon
430be466fc
feat(ext): add chat history
2026-02-10 18:43:54 +08:00
Simon
648a0c1bda
feat(ext): expose ext meta data to main world
2026-02-03 16:39:24 +08:00
Simon
2b3bb8ab9e
chore(ext): rm React.FormEvent
2026-02-03 13:18:03 +08:00
Simon
a834d37f28
fix(ext): inject versions
2026-02-02 21:11:23 +08:00
Simon
0c3be817c9
style(ext): attribution; dark mode
2026-02-02 21:07:31 +08:00
Simon
b8999fdb7c
style(ext): improve config panel
2026-02-02 19:51:48 +08:00
Simon
98d3016395
style(ext): remove raw section from ResultCard
2026-02-02 19:16:07 +08:00
Simon
97cdb1e1cd
docs: Add Custom UI doc
2026-01-30 14:58:33 +08:00
Simon
4e87940127
fix(ext): update message handlers
...
> If multiple listeners are registered for onMessage,
> only the first listener to respond, reject, or throw
> an error will affect the sender; all other listeners
> will run, but their results will be ignored.
2026-01-29 18:37:42 +08:00
Simon
0f3ae38cb3
fix(ConfigPanel): correct auth token storage key
2026-01-28 20:19:16 +08:00
Simon
ef2d115742
feat(ext): expose extension to main-world and auth with token
2026-01-28 19:47:15 +08:00
Simon
d7b17facb6
feat(ext): UI for debugging
2026-01-28 15:26:11 +08:00
Simon
77a771f0b6
chore(ext): react misc
2026-01-28 14:11:44 +08:00
Simon
55ffbb8f08
refactor(ext): improve folder structure
2026-01-28 13:15:34 +08:00
Simon
96a51d3674
fix(ext): prevent submit on composing state
2026-01-27 17:47:56 +08:00
Simon
fdc3cf4e6d
feat(ext): handcraft the whole ext from scratch
...
AI coding doesn't work for MV3 extensions.
Threading was an unfixable mess.
Removed everything and rebuilt by hand.
2026-01-27 17:21:32 +08:00
Simon
cdecf3cc3d
refactor(ext): mv files
2026-01-26 19:33:57 +08:00
Simon
c4bcad04bd
chore(ext): debug logging
2026-01-26 16:16:04 +08:00
Simon
6141c0f669
feat(ext): update mask controller
2026-01-24 19:37:46 +08:00
Simon
fa5ab9d567
feat: multi tabs control
2026-01-24 19:29:27 +08:00
Simon
8c43fe1409
feat: update historical event types
2026-01-22 15:15:18 +08:00
Simon
53d3aaa67f
refactor: update event types
2026-01-22 14:57:21 +08:00
Simon
570c79623b
feat(ext): update API Key input to use password type for enhanced security
2026-01-21 17:37:27 +08:00
Simon
7dcfad42f5
feat(ext): refactor event card; the result also counts as a step
2026-01-21 17:25:44 +08:00
Simon
189e9f3d39
feat(ext): display step index in event card
2026-01-21 17:14:51 +08:00
Simon
9531fcff5a
feat(ext): enhance error handling and improve UI structure
2026-01-21 16:50:55 +08:00
Simon
5402cdecc2
style: update text sizes and spacing in components
2026-01-21 02:22:12 +08:00
Simon
969c00b2d1
feat(ext): auto fold reflections
2026-01-21 01:54:44 +08:00
Simon
4200c78327
feat(ext): style; code split
2026-01-20 21:13:44 +08:00
Simon
f500445965
feat: show rawResponse in cards
2026-01-20 20:38:02 +08:00
Simon
37332cbb9d
feat(ext): icon; set chrome profile
2026-01-20 18:56:39 +08:00
Simon
db3b24a5ea
feat(ext): draft extension structure (single-page mode)
2026-01-20 17:36:33 +08:00