Skip to content

Commit 0d5b0b0

Browse files
committed
refactor: remove legacy comments referencing intent-0.2.4 from markdown and task block components
1 parent c8045c3 commit 0d5b0b0

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/app/globals.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ body {
222222
}
223223

224224
/* ─── MarkdownViewer Styles ──────────────────────────────────────────── */
225-
/* Based on intent-0.2.4's MarkdownViewer.svelte styles */
226225

227226
.markdown-viewer {
228227
position: relative;

src/client/components/markdown-viewer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/**
44
* MarkdownViewer - Read-only tiptap markdown renderer.
55
*
6-
* Inspired by intent-0.2.4's MarkdownViewer.svelte:
76
* - Uses `marked` to convert markdown → HTML
87
* - Uses tiptap `Editor` (read-only) for interactive rendering
98
* - Supports task lists, code blocks with syntax highlighting, tables, etc.

src/client/components/mermaid-renderer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/**
44
* MermaidRenderer - React component for rendering mermaid diagrams.
55
*
6-
* Inspired by intent-0.2.4's MermaidRenderer.svelte:
76
* - Renders mermaid code into SVG
87
* - Supports fullscreen expansion
98
* - Auto-updates on theme change

src/client/utils/task-block-parser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Task Block Parser
33
*
44
* Parses `@@@task` / `@@@tasks` blocks from Routa agent responses.
5-
* Based on intent-0.2.4's task-block-parser.ts pattern.
65
*
76
* Format:
87
* ```

0 commit comments

Comments
 (0)