updated calendar to be tabular, moved bid schedule there, started client view refactoring

This commit is contained in:
Casey 2025-12-12 08:03:48 -06:00
parent c5c5ffb0fb
commit 440381265c
18 changed files with 2283 additions and 2159 deletions

View file

@ -237,6 +237,7 @@
dataKey="id"
:loading="loading"
:loadingIcon="loadingIcon"
@row-click="$emit('row-click', $event)"
>
<template #empty>
<div class="text-center py-6">
@ -475,6 +476,7 @@ const props = defineProps({
const emit = defineEmits([
"rowClick",
"row-click",
"lazy-load",
"page-change",
"sort-change",