add config preview with a bunch of other tweaks

This commit is contained in:
Joel Wetzell
2026-03-14 10:26:53 -05:00
parent 4ca78f6cbf
commit 36c60a6ce7
15 changed files with 179 additions and 186 deletions
@@ -13,7 +13,7 @@
{{ schema().title || module()?.type }}
</div>
<div class="flex-grow"></div>
<div class="flex items-center justify-center hover:bg-gray-700" (click)="delete.emit()">
<div class="flex items-center justify-center hover:bg-gray-700 hover:cursor-pointer" (click)="delete.emit()">
<mat-icon class="!text-red-500">close</mat-icon>
</div>
</div>