feat(f9): webview segmented mode toggle + authorship legend + author CSS

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Ben Stull
2026-06-11 14:38:50 -07:00
parent 399e3c5f70
commit e0118bb835
3 changed files with 49 additions and 6 deletions
+5
View File
@@ -193,8 +193,13 @@ export class TrackChangesPreviewController implements vscode.Disposable {
</head>
<body>
<div id="cw-header">
<div id="cw-mode" role="group">
<button id="cw-mode-changes" class="cw-seg cw-seg-on" data-mode="changes">Track changes</button>
<button id="cw-mode-authorship" class="cw-seg" data-mode="authorship">Authorship</button>
</div>
<span id="cw-epoch">Track changes</span>
<span id="cw-summary"></span>
<span id="cw-legend" hidden></span>
</div>
<div id="cw-body"></div>
<script nonce="${nonce}" src="${scriptUri}"></script>