Skip to content

fix(buds): polish Learnings recap rendering + share markdown styles with QA panel - #190

Merged
mickyarun merged 1 commit into
mainfrom
fix/learnings-markdown-design
Jun 2, 2026
Merged

fix(buds): polish Learnings recap rendering + share markdown styles with QA panel#190
mickyarun merged 1 commit into
mainfrom
fix/learnings-markdown-design

Conversation

@mickyarun

Copy link
Copy Markdown
Owner

Summary

  • The post-close BUD Learnings tab was rendering markdown with default browser styling — unstyled tables, thick <hr> lines, no paragraph spacing, weak inline <code>. It looked broken next to the surrounding Vuetify v-tables and AppCallout surfaces.
  • Pull the markdown rules into a shared assets/styles/markdown-body.scss partial. Both LearningsPanel and BUDQAPanel (which carried a near-duplicate block) now use the same .markdown-body class, eliminating future visual drift between test/execution plans and post-close recaps.
  • New .markdown-body--numeric modifier opts tables into right-aligned tabular-nums for the 2nd+ columns — used by the Phase Breakdown table whose generating prompt always emits label/numeric columns.
  • Card titles ("Phase drift", "Contributors", "Retrospective") move from text-body-1 to an uppercase letter-spaced eyebrow style, matching design language already in use.

Before / After

Verified locally against a real prod retrospective (BUD-008 closed, recap generated by the Learning Agent) — phase-drift table, contributors, and rendered retrospective now share the same visual language. Markdown tables get the v-table look, inline code reads cleanly, paragraphs breathe.

Test plan

  • Open a closed BUD with a post-close retrospective — Learnings tab renders cleanly (tables, code, paragraphs, hrs)
  • Open the Testing / UAT tab on a BUD with test_plan_md / qa_execution_plan_md — QA panel still looks correct (same shared class)
  • Spot-check at narrow viewport (≤768px) — tables wrap / scroll, not crammed
  • vue-tsc --noEmit clean

…es with QA panel

The post-close Learnings tab was rendering markdown with default browser
styling — unstyled tables, thick HR lines, no paragraph spacing, weak
inline code, and weak card titles. The result looked broken next to
the Vuetify v-tables and AppCallout surfaces around it.

Extract the markdown rules into ``assets/styles/markdown-body.scss``
and apply them via the global ``.markdown-body`` class. Both this panel
and ``BUDQAPanel`` (which carried a near-duplicate block) now share one
source of truth, so test/execution plans and post-close recaps cannot
drift visually. A ``--numeric`` modifier opts tables into right-align +
tabular-nums when the generating prompt produces label/numeric columns.

Card titles ("Phase drift", "Contributors", "Retrospective") move from
``text-body-1`` to an uppercase letter-spaced eyebrow style consistent
with the design language already in use elsewhere.

Signed-off-by: Arun Rajkumar <mickyarunr@gmail.com>
@mickyarun
mickyarun merged commit dde83bc into main Jun 2, 2026
14 checks passed
@mickyarun
mickyarun deleted the fix/learnings-markdown-design branch June 2, 2026 16:18
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