Unify table-management canon and aqua icon system
This commit is contained in:
@@ -60,6 +60,19 @@
|
||||
<path d="M5.8 4L8 1.8 10.2 4"></path>
|
||||
<path d="M5 10.2h6"></path>
|
||||
</symbol>
|
||||
<symbol id="ico-export-filtered" viewBox="0 0 16 16">
|
||||
<path d="M2 4.2v8.6h10.8"></path>
|
||||
<path d="M7 8V1.8"></path>
|
||||
<path d="M4.8 4L7 1.8 9.2 4"></path>
|
||||
<path d="M10 5.1h5.2L13.1 7.5v3.1l-1.3.7V7.5z"></path>
|
||||
</symbol>
|
||||
<symbol id="ico-export-selected" viewBox="0 0 16 16">
|
||||
<path d="M2 4.2v8.6h10.8"></path>
|
||||
<path d="M7 8V1.8"></path>
|
||||
<path d="M4.8 4L7 1.8 9.2 4"></path>
|
||||
<rect x="10.1" y="5.2" width="5" height="5" rx="0.6"></rect>
|
||||
<path d="M11.2 6.3l2.8 2.8M14 6.3l-2.8 2.8"></path>
|
||||
</symbol>
|
||||
<symbol id="ico-retry" viewBox="0 0 16 16">
|
||||
<path d="M12.2 6A4.8 4.8 0 0 0 4.8 4.4"></path>
|
||||
<path d="M5.6 2.9L4.1 4.6 5.9 5.8"></path>
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
<div class="toolbar-group-title">Import/Export</div>
|
||||
<div class="toolbar-group-buttons">
|
||||
<a class="tool-icon-btn" href="/patterns/io" title="Import" aria-label="Import"><svg class="tool-svg" aria-hidden="true"><use href="#ico-import"></use></svg></a>
|
||||
<a class="tool-icon-btn" href="{{ .BulkExportURL }}" title="Export selected" aria-label="Export selected"><svg class="tool-svg" aria-hidden="true"><use href="#ico-export"></use></svg></a>
|
||||
<a class="tool-icon-btn" href="{{ .BulkExportURL }}" title="Export selected" aria-label="Export selected"><svg class="tool-svg" aria-hidden="true"><use href="#ico-export-selected"></use></svg></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="toolbar-group" role="group" aria-label="Task actions">
|
||||
|
||||
@@ -26,15 +26,16 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel-subsection panel-subsection-divider" id="operator-actions">
|
||||
<div class="panel-subsection panel-subsection-divider" id="operator-queue">
|
||||
<div class="panel-head">
|
||||
<h2>Operator Tooling Actions</h2>
|
||||
<div class="meta">Batch controls must keep scope/filter context explicit</div>
|
||||
<h2>Operations Queue</h2>
|
||||
<div class="meta">Complex dashboards may include multiple tables; standardize row actions and statuses first.</div>
|
||||
</div>
|
||||
{{ if .ActionMessage }}<div class="notice">{{ .ActionMessage }}</div>{{ end }}
|
||||
<p class="meta" style="margin-bottom:12px;">
|
||||
Selected on this view: {{ .SelectedVisible }}{{ if gt .SelectionOutside 0 }} · Selected outside current filter: {{ .SelectionOutside }}{{ end }}
|
||||
</p>
|
||||
<div class="meta" style="margin-bottom:12px;">Batch controls must keep scope/filter context explicit.</div>
|
||||
<div class="table-toolbar" role="toolbar" aria-label="Operator tooling actions">
|
||||
<div class="toolbar-group" role="group" aria-label="Selection">
|
||||
<div class="toolbar-group-title">Selection</div>
|
||||
@@ -55,8 +56,8 @@
|
||||
<div class="toolbar-group-title">Import/Export</div>
|
||||
<div class="toolbar-group-buttons">
|
||||
<a class="tool-icon-btn" href="{{ .ImportPreviewURL }}" title="Import batch preview" aria-label="Import batch preview"><svg class="tool-svg" aria-hidden="true"><use href="#ico-import"></use></svg></a>
|
||||
<a class="tool-icon-btn" href="{{ .ExportFilteredURL }}" title="Export filtered" aria-label="Export filtered"><svg class="tool-svg" aria-hidden="true"><use href="#ico-export"></use></svg></a>
|
||||
<a class="tool-icon-btn" href="{{ .ExportSelectedURL }}" title="Export selected" aria-label="Export selected"><svg class="tool-svg" aria-hidden="true"><use href="#ico-export"></use></svg></a>
|
||||
<a class="tool-icon-btn" href="{{ .ExportFilteredURL }}" title="Export filtered" aria-label="Export filtered"><svg class="tool-svg" aria-hidden="true"><use href="#ico-export-filtered"></use></svg></a>
|
||||
<a class="tool-icon-btn" href="{{ .ExportSelectedURL }}" title="Export selected" aria-label="Export selected"><svg class="tool-svg" aria-hidden="true"><use href="#ico-export-selected"></use></svg></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="toolbar-group" role="group" aria-label="Task actions">
|
||||
@@ -74,13 +75,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel-subsection panel-subsection-divider" id="operator-queue">
|
||||
<div class="panel-head">
|
||||
<h2>Operations Queue</h2>
|
||||
<div class="meta">Complex dashboards may include multiple tables; standardize row actions and statuses first.</div>
|
||||
</div>
|
||||
<div class="table-wrap">
|
||||
<table class="ui-table">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user