lllin000_PaperForge/paperforge/plugin
Research Assistant e662033fd9 feat: dashboard ui refine — arrow icons, maillard colors, responsive grid, setup bugfix
Dashboard UI:

- Replace text expand/collapse with SVG arrow + clickable gradient container

- Map agent_platform key to display name (OpenCode, not opencode)

- Maillard/Morandi palette for OCR progress bars (pending brown, done deep green)

- Shorten 'Needs Attention' to 'Attention' to prevent label wrap

- Responsive workflow overview: CSS Grid + container queries (narrow: 2x2, wide: 4x1 with max-width 160px stop)

Setup Wizard:

- Fix Phase 7 verification crash (undefined agents_src/agents_dst variables)

Skill restructure:

- Move chart-reading references under references/ directory

- Remove old pf-*.md script files (deployed via skill_deploy service)

- Add new reference files (deep-reading, paper-qa, paper-resolution, save-session)
2026-05-10 20:52:21 +08:00
..
src refactor(dashboard): Phase 1 cleanup - remove Copy Context, deep-reading dead code, static Quick Actions grid 2026-05-10 13:44:50 +08:00
tests test: update ACTIONS count from 6 to 4, remove copy-context test cases 2026-05-10 14:10:41 +08:00
main.js feat: dashboard ui refine — arrow icons, maillard colors, responsive grid, setup bugfix 2026-05-10 20:52:21 +08:00
manifest.json bump: 1.4.17 -> 1.4.18 2026-05-10 11:25:45 +08:00
package-lock.json fix(ci): two pre-existing CI config issues blocking pipeline 2026-05-09 17:50:38 +08:00
package.json feat(53-001): extract src/ modules from main.js and add Vitest test infrastructure 2026-05-09 00:05:19 +08:00
styles.css feat: dashboard ui refine — arrow icons, maillard colors, responsive grid, setup bugfix 2026-05-10 20:52:21 +08:00
versions.json fix: add v1.4.18 entry to versions.json — missing from bump script 2026-05-10 11:37:58 +08:00
vitest.config.ts fix(plugin): extract testable functions to src/testable.js, fix vitest imports 2026-05-10 11:03:31 +08:00