dev → main: task claims (milestone 381), embedding model stamp, dedup copy band, sweep-shared.css #185

Merged
bvandeusen merged 12 commits from dev into main 2026-09-24 06:57:12 -04:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit baf22179ef - Show all commits
+3
View File
@@ -14,6 +14,9 @@
* style — rather than growing a modifier here per pane.
*/
/* The pane itself: header, filters, rows and footnote stacked. */
.sweep { display: flex; flex-direction: column; gap: var(--fs-space-3); }
.sweep-lede {
margin: 0;
max-width: 62ch;
@@ -143,7 +143,6 @@ defineExpose({ reload });
</template>
<style scoped>
.sweep { display: flex; flex-direction: column; gap: var(--fs-space-3); }
h2 { margin: 0; font-size: 1.05rem; }
.sweep-lede { margin-top: 0.35rem; }
/* A check can be a long URL or command with no break point. */
@@ -104,7 +104,6 @@ onMounted(reload);
<style src="@/assets/rules-shared.css" />
<style scoped>
.sweep { display: flex; flex-direction: column; gap: var(--fs-space-3); }
.statement { margin: 0.35rem 0 0; font-size: 0.88rem; color: var(--fs-text-secondary); }
.sweep-filter select {