akinshaywai
5ab34a2f50
fix: add rel="noopener noreferrer" to hub link in ConfigPanel
...
The 'Manage Page Agent Hub' link uses target="_blank" without
rel="noopener noreferrer". This exposes the opener browsing context
to the target page via window.opener. All other external links in
ConfigPanel already include this attribute.
2026-04-24 01:48:37 +01:00
Olabode Felix Akinyemi
8a75c15557
Merge pull request #454 from akinshaywai/fix/a11y-config-panel-labels
...
fix(a11y): add accessible labels to ConfigPanel inputs and icon buttons
2026-04-15 16:31:24 +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
cad033d63b
feat(ext): add experimentalIncludeAllTabs UI
2026-03-30 20:25:04 +08:00
Simon
78a31ef5d1
fix: tslint
2026-03-25 00:50:29 +08:00
Simon
66a85c0dd3
feat: option to disable named tool choice
2026-03-20 17:40:16 +08:00
Simon
fe82b11285
feat: AK optional
2026-03-19 19:50:05 +08:00
Simon
252f550c04
style(ext): fix ai-motion overflow; wording; launcher info
2026-03-18 20:25:54 +08:00
Simon
61d598142d
feat(ext): ask user approval for MCP task
2026-03-18 19:14:44 +08:00
Simon
2f5476b76c
refactor(ext): mv ui components for later reuse
2026-03-17 19:11:13 +08:00