feat(dashboard): reuse reports filter on overview and add more operators (#31)
This commit is contained in:
@@ -39,7 +39,7 @@ export function Pages({ projectId }: { projectId: string }) {
|
||||
<>
|
||||
<TableButtons>
|
||||
<Input
|
||||
placeholder="Serch path"
|
||||
placeholder="Search path"
|
||||
value={search ?? ''}
|
||||
onChange={(e) => {
|
||||
setSearch(e.target.value);
|
||||
|
||||
@@ -59,7 +59,6 @@ export default async function Page({
|
||||
<div className="flex justify-between gap-2 p-4">
|
||||
<div className="flex gap-2">
|
||||
<OverviewReportRange />
|
||||
{/* <OverviewFiltersDrawer projectId={projectId} mode="events" /> */}
|
||||
</div>
|
||||
<div className="flex gap-2">
|
||||
<ServerLiveCounter projectId={projectId} />
|
||||
|
||||
Reference in New Issue
Block a user