mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 20:52:14 +01:00
add basic crud frontend for clients, tags and projects
This commit is contained in:
@@ -34,7 +34,7 @@ const hasActions = computed(() => !!useSlots().actions);
|
||||
|
||||
<div
|
||||
v-if="hasActions"
|
||||
class="flex items-center justify-end px-4 py-3 bg-card-background border-t border-card-background-seperator text-end sm:px-6 shadow sm:rounded-bl-md sm:rounded-br-md">
|
||||
class="flex items-center justify-end px-4 py-3 bg-card-background border-t border-card-background-separator text-end sm:px-6 shadow sm:rounded-bl-md sm:rounded-br-md">
|
||||
<slot name="actions" />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user