feat: add ghost image and enhance CreateSessionModal with session existence check and improved server handling

This commit is contained in:
2025-06-05 13:31:21 +05:00
parent fbbfcd6b42
commit 4091626bc8
5 changed files with 96 additions and 23 deletions
-1
View File
@@ -13,7 +13,6 @@ function TableSelector({
selectedTable,
onSelect,
}: TableSelectorProps) {
console.log(tables);
return (
<div className="flex gap-[0.556vw] overflow-x-auto -mx-[1.111vw] pl-[1.111vw] [scrollbar-width:none]">
{tables.map((table) => (