wip: adds cache rich functionality

This commit is contained in:
2025-06-28 15:15:49 -05:00
parent a2b20b14ea
commit 242dd6fe99
11 changed files with 223 additions and 9 deletions

View File

@@ -25,6 +25,13 @@
.alert-warning {
@apply bg-yellow-500/70 hover:bg-yellow-600 border-yellow-400 text-black
}
.primary-btn {
@apply px-1 py-1 rounded-md bg-orange-500 self-end text-white w-16 ml-2 hover:bg-orange-600
}
.secondary-btn {
@apply px-1 py-1 rounded-md self-end w-16 hover:bg-stone-100
}
}
/* Prevent scrolling while dialog is open */