Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
d7864e6
feat: Add unread status indicator to notifications
rozita-hasani Feb 28, 2025
f2f1cc0
Merge branch 'main' into feature/#70-implement-notifications
rozita-hasani Mar 6, 2025
fb98993
Merge branch 'main' into feature/#70-implement-notifications
rozita-hasani Mar 10, 2025
d896d78
feat: Implement notification system with triggers and channels
rozita-hasani Mar 10, 2025
35f7a8d
feat: break TriggerCreatePage into components
rozita-hasani Mar 10, 2025
ca43e33
feat: add scroll-are and radio-group
rozita-hasani Mar 10, 2025
9810085
feat: implement notification system with context and UI components
rozita-hasani Mar 11, 2025
2641104
feat: Implement dialog for notification details, remove NotificationC…
rozita-hasani Mar 11, 2025
70513ae
refactor: create a NotificationTriggerForm.tsx
rozita-hasani Mar 16, 2025
40a392b
feat: Implement NotificationTriggerCreatePage, create tooltip for for…
rozita-hasani Mar 16, 2025
cf45490
feat: Implement NotificationTriggerUpdatePage
rozita-hasani Mar 16, 2025
f01bb43
feat: Implement NotificationTriggersPage
rozita-hasani Mar 16, 2025
27d374e
feat: create delete dialog for notification trigger
rozita-hasani Mar 16, 2025
a1941e7
reafactor: improve NotificationsPage UI
rozita-hasani Mar 16, 2025
fae3e5d
refactor: complete notification service and routes
rozita-hasani Mar 16, 2025
ba8a7cd
refactor: move fetch notification into NotificationPopover
rozita-hasani Mar 16, 2025
5a558e7
feat: add setInterval for fetchNotificationsCount
rozita-hasani Mar 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.5",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.3",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slider": "^1.2.0",
Expand All @@ -34,6 +36,7 @@
"chart.js": "^4.2.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"date-fns": "^3.6.0",
"dayjs": "^1.11.7",
"localforage": "^1.10.0",
Expand Down
Loading