chore: apply project-wide formatting and UI library updates

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-05-29 20:23:14 +01:00
co-authored by Sisyphus
parent ef650e013a
commit 6e901690fd
131 changed files with 2437 additions and 1571 deletions
+2 -1
View File
@@ -59,7 +59,8 @@
return endTime > now;
})
.sort(
(a: any, b: any) => new SvelteDate(a.start_time).getTime() - new SvelteDate(b.start_time).getTime()
(a: any, b: any) =>
new SvelteDate(a.start_time).getTime() - new SvelteDate(b.start_time).getTime()
);
} catch (err) {
console.error('Error fetching bookings:', err);