Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
8e6b575
Simple NotificationComponent example
matthiasdanne Jul 24, 2023
2c08fc8
Toggle Icon
matthiasdanne Jul 24, 2023
f199d53
Split into client and server component
matthiasdanne Jul 25, 2023
ee7686b
Update NotificationComponent.tsx
matthiasdanne Jul 25, 2023
05a55f4
Add notification icon badge
matthiasdanne Jul 25, 2023
4c57958
NotificationIcon uses swr
matthiasdanne Jul 27, 2023
901b17d
Use ChakraUI popover for test purposes
matthiasdanne Jul 28, 2023
d5832a8
Wrap NotificationIcon.tsx in own ChakraProvider
matthiasdanne Jul 28, 2023
860e40b
Copy/paste tasklist to popover content
matthiasdanne Jul 31, 2023
3e4a429
Use Chakra UI Pro List
matthiasdanne Jul 31, 2023
c5b4a80
Comment out console.logs
matthiasdanne Jul 31, 2023
a6d136f
Fetch seen tasks from UserMetaData storage
matthiasdanne Jul 31, 2023
727c0fa
Clean code after working exampke
matthiasdanne Aug 1, 2023
c3e298f
Move close button to list element header
matthiasdanne Aug 1, 2023
982833f
Add notification if there arent any new tasks
matthiasdanne Aug 1, 2023
dc85e98
Remove drag&drop from listitems
matthiasdanne Aug 1, 2023
34fa099
Add errorComponent props & make props optional
matthiasdanne Aug 1, 2023
1cab243
Inject newTasksAPiUrl as props
matthiasdanne Aug 1, 2023
12c3e36
Add startdate to each task
matthiasdanne Aug 1, 2023
c112a96
Remove seconds from time
matthiasdanne Aug 1, 2023
0c1237d
Remove unnecessary getTasks function
matthiasdanne Aug 1, 2023
eae3276
Remove erroing exports
matthiasdanne Aug 1, 2023
5d435b7
Add refreshInterval to props
matthiasdanne Aug 2, 2023
1b40d7d
Fix build error
matthiasdanne Aug 2, 2023
fee0394
Fix build errors2
matthiasdanne Aug 2, 2023
e827cbf
Remove element without delay from list
matthiasdanne Aug 2, 2023
f495ba8
Can close Notification via browser notification
matthiasdanne Aug 4, 2023
763587d
Update NotificationIcon.tsx
matthiasdanne Aug 7, 2023
edd5caf
Remove unused variables
matthiasdanne Aug 8, 2023
7b4e2ae
Fix Notificationicon return type
matthiasdanne Aug 8, 2023
2ae1ad8
Rename component, Add fontSize to props
matthiasdanne Aug 10, 2023
dd8527c
Add Chakra theme to props
matthiasdanne Aug 10, 2023
a2e5d8c
Add badge pos to props
matthiasdanne Aug 10, 2023
7aeb30a
Remove any type from NotificationComponent
matthiasdanne Aug 10, 2023
54fa8cb
Replace close Task button with react icon
matthiasdanne Aug 10, 2023
a20d5e3
Set FiX icon color to prevent mismatching theme
matthiasdanne Aug 10, 2023
1453716
Use darker close button
matthiasdanne Aug 10, 2023
b89a061
Merge branch 'develop' into feature/PCE-101-notifications
matthiasdanne Aug 22, 2023
2946fa0
Add socket client
matthiasdanne Oct 5, 2023
d849c1b
Add second toolbar button to test socket io
matthiasdanne Oct 6, 2023
e4908ef
merge develop
matthiasdanne Oct 6, 2023
cb348bc
Add socket io client
matthiasdanne Oct 9, 2023
dbb1c1f
Add error handling
matthiasdanne Oct 9, 2023
12b77c5
First working socket.io version
matthiasdanne Oct 9, 2023
c82299e
Lint NotificationComponent
matthiasdanne Oct 9, 2023
8b390e5
Add userId to socket.io
matthiasdanne Oct 16, 2023
023d78f
Set ws as the default transport in socket.io
matthiasdanne Dec 11, 2023
48420ea
Update socket.io
matthiasdanne Feb 1, 2024
297a8cc
Merge branch 'develop' into feature/PCE-101-notifications
matthiasdanne Feb 1, 2024
9d4c49f
Regenerate package-lock.json
matthiasdanne Feb 1, 2024
5fc52cd
Revert "Regenerate package-lock.json"
matthiasdanne Feb 1, 2024
4dff547
Revert "Merge branch 'develop' into feature/PCE-101-notifications"
matthiasdanne Feb 1, 2024
a91b3e4
Update package-lock.json
matthiasdanne Feb 1, 2024
ae6b32b
Merge branch 'develop' into feature/PCE-101-notifications
matthiasdanne Feb 6, 2024
fead774
Add node types & update next-auth version
matthiasdanne Feb 6, 2024
6ae30e8
Update package-lock.json
matthiasdanne Feb 6, 2024
e29c468
Apply suggestions from code review
matthiasdanne Feb 6, 2024
1f5b44f
fix things after merge gone wrong
matthiasdanne Feb 6, 2024
9de9723
fix merge
matthiasdanne Feb 6, 2024
85f9850
Merge branch 'develop' into feature/PCE-101-notifications
matthiasdanne Apr 23, 2024
84d762a
Update package-lock.json
matthiasdanne Apr 23, 2024
4722668
Save current io connection in useRef
matthiasdanne Apr 23, 2024
7423103
fix app sdk link
matthiasdanne Apr 23, 2024
e9b0c36
update deps
matthiasdanne Apr 23, 2024
6862977
remove esbuild
matthiasdanne Apr 23, 2024
0b8bc7c
Update package-lock.json
matthiasdanne Apr 23, 2024
ab95a8f
fix build error
matthiasdanne Apr 23, 2024
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
1 change: 0 additions & 1 deletion .github/workflows/delete-npm-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_BRANCH: ${{ github.event.ref }}
run: ci_tools delete-npm-tag --except-on-primary-branches

Loading