Skip to content

Closes #5 fix: show re-run enrichment button for all block types, not just thesis#57

Open
justutsav wants to merge 1 commit into
mskayyali:mainfrom
justutsav:feat/rerun-ai-enrichment
Open

Closes #5 fix: show re-run enrichment button for all block types, not just thesis#57
justutsav wants to merge 1 commit into
mskayyali:mainfrom
justutsav:feat/rerun-ai-enrichment

Conversation

@justutsav
Copy link
Copy Markdown

@justutsav justutsav commented May 22, 2026

Closes #5
Summary:

  • The "Re-run AI enrichment" button in the tile card header was previously only rendered for blocks with contentType === "thesis", leaving all other block types without a way to trigger re-enrichment.
  • The button is now shown for all block types.
    • For thesis blocks, it still passes "thesis" as the enrichment type; for other blocks it passes undefined.
    • For Non-thesis blocks, i't shows the button at reduced opacity (dimmed) with full opacity on hover to subtly distinguish behavior.
  • Also Button tooltip has been updated from "Refresh thesis synthesis" to "Re-run AI enrichment" to reflect the broader scope.

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.

Add button to force rerun AI enrichment

1 participant