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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user