mirror of
https://github.com/olehomelchenko/astrolabe-nvc.git
synced 2025-12-21 21:22:23 +00:00
feat: implement draft/published workflow with toggle and status indicators
This commit is contained in:
11
index.html
11
index.html
@@ -103,7 +103,16 @@
|
||||
<!-- Editor Panel -->
|
||||
<div class="panel editor-panel" id="editor-panel">
|
||||
<div class="panel-header">
|
||||
Editor
|
||||
<span>Editor</span>
|
||||
<div class="editor-controls">
|
||||
<button class="action-btn publish-btn" id="publish-btn">Publish</button>
|
||||
<button class="action-btn revert-btn" id="revert-btn">Revert</button>
|
||||
<span class="view-label">View:</span>
|
||||
<div class="view-toggle-group">
|
||||
<button class="view-toggle-btn active" id="view-draft">Draft</button>
|
||||
<button class="view-toggle-btn" id="view-published">Published</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-content">
|
||||
<div id="monaco-editor" style="height: 100%; width: 100%;"></div>
|
||||
|
||||
Reference in New Issue
Block a user