feat: add notifications and invites routes to the router and update path utilities

This commit is contained in:
2026-04-23 06:33:54 +10:00
parent 17f7a7eaf2
commit 643608f25d
4 changed files with 16 additions and 11 deletions

View File

@@ -85,6 +85,9 @@ export type InboxNotificationsPathSearchParams = {
export const INBOX_NOTIFICATIONS_PATH = `/inbox/${_NOTIFICATIONS_PATH}`;
export const INBOX_INVITES_PATH = `/inbox/${_INVITES_PATH}`;
export const DIRECT_NOTIFICATIONS_PATH = `/direct/${_NOTIFICATIONS_PATH}`;
export const DIRECT_INVITES_PATH = `/direct/${_INVITES_PATH}`;
export const SPACE_SETTINGS_PATH = '/space-settings/';
export const ROOM_SETTINGS_PATH = '/room-settings/';