changed tab bar to be mobile friendly and added next plays

This commit is contained in:
Polaris
2024-08-24 17:52:52 -04:00
parent bdcd73f91e
commit 7fa261669c
7 changed files with 224 additions and 11 deletions

View File

@ -52,7 +52,7 @@ export function DataTable<TData, TValue>({
return (
<div className="rounded-md border">
<div className="mb-2">
<div className="">
<DebouncedInput
value={globalFilter ?? ""}
onChange={(value) => setGlobalFilter(String(value))}