fix(ui): restore lost changes, add github_dev recipe #41

Merged
barrettruth merged 1 commit from fix/missing-ui-changes into main 2026-03-23 19:57:55 +00:00
barrettruth commented 2026-03-23 19:57:44 +00:00

Problem

Several UI changes from the previous session were silently lost during squash merges — shiki dual theme, calendar dot shapes, today ring removal, h/l week navigation, task detail category combobox, and input sizing never landed on main.

Solution

Restore all missing changes and add github_dev automation recipe:

  • Shiki: dual theme (light/dark) instead of defaultTheme, light mode CSS rules
  • Calendar: square status dots, no today ring in month view, simplified today header in week, h/l day navigation with week auto-advance
  • Task detail: category combobox (type + dropdown), h-8 inputs, text-xs date/hint text
  • New github_dev recipe: fetches all user repos, creates tasks for open issues AND PRs (including own), paginated
## Problem Several UI changes from the previous session were silently lost during squash merges — shiki dual theme, calendar dot shapes, today ring removal, h/l week navigation, task detail category combobox, and input sizing never landed on main. ## Solution Restore all missing changes and add `github_dev` automation recipe: - Shiki: dual theme (`light`/`dark`) instead of `defaultTheme`, light mode CSS rules - Calendar: square status dots, no today ring in month view, simplified today header in week, h/l day navigation with week auto-advance - Task detail: category combobox (type + dropdown), `h-8` inputs, `text-xs` date/hint text - New `github_dev` recipe: fetches all user repos, creates tasks for open issues AND PRs (including own), paginated
Sign in to join this conversation.
No description provided.