Skip to content

chore(commit): remove the recent commit messages dropdown#20

Merged
danielss-dev merged 1 commit into
mainfrom
developements/remove-recent-messages
Jul 2, 2026
Merged

chore(commit): remove the recent commit messages dropdown#20
danielss-dev merged 1 commit into
mainfrom
developements/remove-recent-messages

Conversation

@danielss-dev

Copy link
Copy Markdown
Owner

Summary

  • Removes the "Recent messages" dropdown (and its history button) from the commit subject field — resurfacing stale old commit messages made no sense next to AI suggestions.
  • Drops the recentMessages store slice, its refreshes on repo open / tab switch / close, and the per-commit recording into SQLite; removes the commitMessages db module and the dropdown''s CSS.
  • The commit_messages table stays: migration v2 is applied on user installs and migrations are append-only — the table is simply no longer read or written. Noted in TASKS.md / ROADMAP.md.

Test plan

  • pnpm exec tsc --noEmit — clean
  • pnpm exec vitest run — 158/158 pass
  • pnpm exec vite build — green
  • No Rust changes (frontend + docs only)

🤖 Generated with Claude Code

Resurfacing old commit messages next to AI suggestions made no sense
(user feedback). Removes the subject-field dropdown + history button,
the recentMessages store slice and its refreshes, and the per-commit
recording into SQLite. The commit_messages table stays — migration v2
is applied and migrations are append-only — it is just no longer read
or written.
@danielss-dev danielss-dev merged commit 1ff9baa into main Jul 2, 2026
2 checks passed
@danielss-dev danielss-dev deleted the developements/remove-recent-messages branch July 2, 2026 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant