Skip to content

Add notification dashboard page#3018

Draft
simponm wants to merge 1 commit into
mono-851-create-notifications-dropdownfrom
create-notification-dashboard
Draft

Add notification dashboard page#3018
simponm wants to merge 1 commit into
mono-851-create-notifications-dropdownfrom
create-notification-dashboard

Conversation

@simponm
Copy link
Copy Markdown
Contributor

@simponm simponm commented Mar 16, 2026

No description provided.

Copy link
Copy Markdown
Contributor Author

simponm commented Mar 16, 2026

@andrefkl andrefkl changed the title added notification dashboard Add notification dashboard page Mar 17, 2026
@Terbau Terbau changed the base branch from mono-859-create-notification-backend to graphite-base/3018 March 18, 2026 18:35
@Terbau Terbau force-pushed the graphite-base/3018 branch from d6e23e1 to 6d8159e Compare March 18, 2026 18:35
@Terbau Terbau force-pushed the create-notification-dashboard branch from 24c92d6 to 0e095d4 Compare March 18, 2026 18:35
@Terbau Terbau changed the base branch from graphite-base/3018 to mono-851-create-notifications-dropdown March 18, 2026 18:35
header: () => "Tittel",
sortingFn: "alphanumeric",
cell: (info) => (
<Anchor component={Link} size="sm" href={`/varsler/${info.row.original.id}`}>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

varslinger


async create(handle, notificationData) {
const { recipientIds, ...data } = notificationData
console.log("IDIOT", notificationData)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

},
async update(handle, notificationId, notificationData) {
const { recipientIds, ...data } = notificationData
console.log("IDIOT", notificationData)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

@JacobKH123 JacobKH123 changed the base branch from mono-851-create-notifications-dropdown to graphite-base/3018 March 18, 2026 19:44
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()}`)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

varslinger

@JacobKH123 JacobKH123 force-pushed the create-notification-dashboard branch from 0e095d4 to 45895bb Compare March 18, 2026 19:49
@JacobKH123 JacobKH123 changed the base branch from graphite-base/3018 to mono-851-create-notifications-dropdown March 18, 2026 19:49
@Terbau Terbau force-pushed the mono-851-create-notifications-dropdown branch from 20b39af to f0f08f5 Compare March 29, 2026 18:13
@Terbau Terbau force-pushed the create-notification-dashboard branch from 45895bb to 7cc1524 Compare March 29, 2026 18:13
@Terbau Terbau force-pushed the create-notification-dashboard branch from 7cc1524 to dd486ed Compare April 15, 2026 12:35
@Terbau Terbau force-pushed the mono-851-create-notifications-dropdown branch from f0f08f5 to e82fa2b Compare April 15, 2026 12:35
@ErlendSae ErlendSae force-pushed the mono-851-create-notifications-dropdown branch from e82fa2b to 30f3d17 Compare April 22, 2026 06:14
@ErlendSae ErlendSae force-pushed the create-notification-dashboard branch from dd486ed to bc38db6 Compare April 22, 2026 06:14
@simponm simponm force-pushed the create-notification-dashboard branch from bc38db6 to 2460e95 Compare April 27, 2026 18:40
@simponm simponm force-pushed the mono-851-create-notifications-dropdown branch from 30f3d17 to ccd9c46 Compare April 27, 2026 18:40
@brage-andreas brage-andreas force-pushed the mono-851-create-notifications-dropdown branch from ccd9c46 to 9884c96 Compare May 10, 2026 18:56
@brage-andreas brage-andreas force-pushed the create-notification-dashboard branch from 2460e95 to 3412917 Compare May 10, 2026 18:56
@brage-andreas brage-andreas force-pushed the mono-851-create-notifications-dropdown branch from 9884c96 to f64d51d Compare May 11, 2026 09:01
@brage-andreas brage-andreas force-pushed the create-notification-dashboard branch 2 times, most recently from 0a9c96b to fdcd211 Compare May 13, 2026 23:02
@brage-andreas brage-andreas force-pushed the mono-851-create-notifications-dropdown branch 2 times, most recently from 512dfa8 to ccc6468 Compare May 13, 2026 23:44
@brage-andreas brage-andreas force-pushed the create-notification-dashboard branch 2 times, most recently from 4a7fbd8 to 9aa4e63 Compare May 14, 2026 14:34
@brage-andreas brage-andreas force-pushed the mono-851-create-notifications-dropdown branch from ccc6468 to 5ca79ae Compare May 14, 2026 14:34
@brage-andreas brage-andreas force-pushed the create-notification-dashboard branch from 9aa4e63 to 767117c Compare May 14, 2026 17:24
@brage-andreas brage-andreas force-pushed the mono-851-create-notifications-dropdown branch 2 times, most recently from 74ec7de to fd5f781 Compare May 19, 2026 10:45
@brage-andreas brage-andreas force-pushed the create-notification-dashboard branch from 767117c to 55f09c2 Compare May 19, 2026 10:45
@brage-andreas brage-andreas force-pushed the mono-851-create-notifications-dropdown branch from fd5f781 to d0c21e6 Compare May 19, 2026 21:58
@brage-andreas brage-andreas force-pushed the create-notification-dashboard branch from 55f09c2 to 775effc Compare May 19, 2026 21:58
@brage-andreas brage-andreas force-pushed the mono-851-create-notifications-dropdown branch from d0c21e6 to 983ceec Compare May 19, 2026 23:17
@brage-andreas brage-andreas force-pushed the create-notification-dashboard branch from 775effc to 5818efe Compare May 19, 2026 23:17
@brage-andreas brage-andreas force-pushed the mono-851-create-notifications-dropdown branch from 983ceec to 51ecf05 Compare May 19, 2026 23:33
@brage-andreas brage-andreas force-pushed the create-notification-dashboard branch from 5818efe to 32b31b0 Compare May 19, 2026 23:33
@brage-andreas brage-andreas force-pushed the mono-851-create-notifications-dropdown branch from 51ecf05 to 816fcc4 Compare May 21, 2026 17:19
@brage-andreas brage-andreas force-pushed the create-notification-dashboard branch from 32b31b0 to 1fa2e79 Compare May 21, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants