Skip to content

Add notification dashboard page#3018

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

Add notification dashboard page#3018
simponm wants to merge 1 commit intomono-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

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.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@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
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