Skip to content

Commit 0bd93eb

Browse files
HyteqHyteq
authored andcommitted
feat: show current day highlight on calendar
1 parent 35b9fd2 commit 0bd93eb

3 files changed

Lines changed: 6 additions & 12 deletions

File tree

apps/dashboard/app/(main)/websites/[id]/_components/tabs/overview-tab.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -861,8 +861,6 @@ export function WebsiteOverviewTab({
861861
isLoading={isLoading}
862862
initialPageSize={7}
863863
minHeight={230}
864-
isScrollable
865-
scrollHeight={400}
866864
/>
867865

868866
<DataTable
@@ -872,8 +870,6 @@ export function WebsiteOverviewTab({
872870
isLoading={isLoading}
873871
initialPageSize={7}
874872
minHeight={230}
875-
isScrollable
876-
scrollHeight={400}
877873
/>
878874
</div>
879875

@@ -884,8 +880,6 @@ export function WebsiteOverviewTab({
884880
title="Custom Events"
885881
description="User-defined events and interactions with property breakdowns"
886882
isLoading={isLoading}
887-
isScrollable
888-
scrollHeight={400}
889883
initialPageSize={8}
890884
minHeight={200}
891885
emptyMessage="No custom events tracked yet"
@@ -962,8 +956,6 @@ export function WebsiteOverviewTab({
962956
initialPageSize={8}
963957
minHeight={200}
964958
showSearch={false}
965-
isScrollable
966-
scrollHeight={400}
967959
/>
968960

969961
<DataTable
@@ -975,8 +967,6 @@ export function WebsiteOverviewTab({
975967
initialPageSize={8}
976968
minHeight={200}
977969
showSearch={false}
978-
isScrollable
979-
scrollHeight={400}
980970
/>
981971

982972
<DataTable
@@ -988,8 +978,6 @@ export function WebsiteOverviewTab({
988978
initialPageSize={8}
989979
minHeight={200}
990980
showSearch={false}
991-
isScrollable
992-
scrollHeight={400}
993981
/>
994982
</div>
995983
</div>

apps/dashboard/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@phosphor-icons/react": "^2.1.10",
1717
"@radix-ui/react-slot": "^1.2.3",
1818
"@tanstack/react-query": "^5.75.4",
19+
"@tanstack/react-virtual": "^3.13.10",
1920
"@types/d3-scale": "^4.0.9",
2021
"@types/dagre": "^0.7.52",
2122
"@types/geojson": "^7946.0.16",

bun.lock

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)