Skip to content

Commit e248bce

Browse files
authored
Merge pull request #77 from SigNoz/feat/calendar-data-table-improvements
feat: calendar component
2 parents bfe9cbb + aa7fd6b commit e248bce

44 files changed

Lines changed: 3601 additions & 39 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/docs/.storybook/preview.css

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -172,26 +172,6 @@ code {
172172
color: #fbbf24;
173173
}
174174

175-
/* Improve table styling */
176-
table {
177-
border-collapse: collapse;
178-
width: 100%;
179-
margin: 1rem 0;
180-
}
181-
182-
th,
183-
td {
184-
padding: 0.75rem;
185-
text-align: left;
186-
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
187-
}
188-
189-
th {
190-
font-weight: 600;
191-
background: rgba(0, 0, 0, 0.2);
192-
color: #ffffff;
193-
}
194-
195175
/* Ensure dark mode is applied by default */
196176
.dark {
197177
background: #0b0c0e;

apps/docs/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"chromatic": "pnpm dlx chromatic --exit-zero-on-changes "
1414
},
1515
"dependencies": {
16+
"@signozhq/popover": "workspace:*",
17+
"@signozhq/calendar": "workspace:*",
18+
"@signozhq/date-picker": "workspace:*",
1619
"@signozhq/badge": "workspace:*",
1720
"@signozhq/button": "workspace:*",
1821
"@signozhq/callout": "workspace:*",
@@ -33,6 +36,7 @@
3336
"@signozhq/tooltip": "workspace:*",
3437
"lucide-react": "^0.445.0",
3538
"react": "^18.2.0",
39+
"react-day-picker": "^9.9.0",
3640
"react-dom": "^18.2.0",
3741
"react-use": "^17.6.0",
3842
"react-virtualized-auto-sizer": "^1.0.26",

0 commit comments

Comments
 (0)