feat: ERD for components and schemas
This commit is contained in:
@@ -39,7 +39,14 @@
|
||||
</div>
|
||||
<div id="right-pane">
|
||||
<div class="pane-header">
|
||||
<h2>Endpoint Graph</h2>
|
||||
<h2>Graph Visualization</h2>
|
||||
<div style="display: flex; align-items: center; gap: 12px;">
|
||||
<label for="graph-type-select" style="font-size: 12px; color: #666;">Type:</label>
|
||||
<select id="graph-type-select" style="padding: 4px 8px; border: 1px solid #ccc; border-radius: 4px; font-size: 12px;">
|
||||
<option value="endpoints">Endpoint Graph</option>
|
||||
<option value="erd">ERD (Schema Relationships)</option>
|
||||
</select>
|
||||
</div>
|
||||
<div id="meta"></div>
|
||||
</div>
|
||||
<div id="graph"></div>
|
||||
|
||||
Reference in New Issue
Block a user