wip
This commit is contained in:
parent
abcf8ee75e
commit
12869e35bf
34 changed files with 1177 additions and 156 deletions
|
|
@ -33,12 +33,21 @@
|
|||
|
||||
<!-- Today's Bookings -->
|
||||
@await Component.InvokeAsync("BookingList", "todays-bookings")
|
||||
|
||||
<!-- Attention Items -->
|
||||
@await Component.InvokeAsync("AttentionList", "current-attentions")
|
||||
</swp-main-column>
|
||||
|
||||
<swp-side-column>
|
||||
<!-- Notifications -->
|
||||
@await Component.InvokeAsync("NotificationList", "recent-notifications")
|
||||
|
||||
<!-- Waitlist Card -->
|
||||
@await Component.InvokeAsync("WaitlistCard", "waitlist")
|
||||
|
||||
<!-- Quick Stats (This Week) -->
|
||||
@await Component.InvokeAsync("QuickStatList", "this-week")
|
||||
|
||||
<!-- Quick Actions -->
|
||||
<swp-card>
|
||||
<swp-card-header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue