Add notification dashboard page#3018
Draft
simponm wants to merge 1 commit into
Draft
Conversation
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
d6e23e1 to
6d8159e
Compare
24c92d6 to
0e095d4
Compare
ErlendSae
reviewed
Mar 18, 2026
| header: () => "Tittel", | ||
| sortingFn: "alphanumeric", | ||
| cell: (info) => ( | ||
| <Anchor component={Link} size="sm" href={`/varsler/${info.row.original.id}`}> |
ErlendSae
reviewed
Mar 18, 2026
|
|
||
| async create(handle, notificationData) { | ||
| const { recipientIds, ...data } = notificationData | ||
| console.log("IDIOT", notificationData) |
ErlendSae
reviewed
Mar 18, 2026
| }, | ||
| async update(handle, notificationId, notificationData) { | ||
| const { recipientIds, ...data } = notificationData | ||
| console.log("IDIOT", notificationData) |
ErlendSae
reviewed
Mar 18, 2026
| const handleTabChange = (value: string | null) => { | ||
| const params = new URLSearchParams(searchParams.toString()) | ||
| params.set("tab", value ?? SIDEBAR_LINKS[0].slug) | ||
| router.replace(`/varsler/${notification.id}?${params.toString()}`) |
6d8159e to
20b39af
Compare
0e095d4 to
45895bb
Compare
20b39af to
f0f08f5
Compare
45895bb to
7cc1524
Compare
7cc1524 to
dd486ed
Compare
f0f08f5 to
e82fa2b
Compare
e82fa2b to
30f3d17
Compare
dd486ed to
bc38db6
Compare
bc38db6 to
2460e95
Compare
30f3d17 to
ccd9c46
Compare
ccd9c46 to
9884c96
Compare
2460e95 to
3412917
Compare
9884c96 to
f64d51d
Compare
0a9c96b to
fdcd211
Compare
512dfa8 to
ccc6468
Compare
4a7fbd8 to
9aa4e63
Compare
ccc6468 to
5ca79ae
Compare
9aa4e63 to
767117c
Compare
74ec7de to
fd5f781
Compare
767117c to
55f09c2
Compare
fd5f781 to
d0c21e6
Compare
55f09c2 to
775effc
Compare
d0c21e6 to
983ceec
Compare
775effc to
5818efe
Compare
983ceec to
51ecf05
Compare
5818efe to
32b31b0
Compare
51ecf05 to
816fcc4
Compare
32b31b0 to
1fa2e79
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.