Skip to content

Commit 3d105d0

Browse files
committed
feat: proper notification rendering
1 parent 6423e9b commit 3d105d0

9 files changed

Lines changed: 187 additions & 689 deletions

File tree

.env.example

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ J26_PUBLIC_APP_CONFIGS=/app-config.json,/another-config.json,/_services/booking/
88
J26_PUBLIC_BOTTOM_NAV_ITEMS=page_my_schedule,page_all_activities,page_map,page_more
99
J26_PUBLIC_ADDITIONAL_ROOT_PATHS=/notifs
1010

11-
J26_PUBLIC_NOTIFICATIONS_TENANT=jamboree26
12-
1311
# J26_PUBLIC_DEV_BANNER_MESSAGE="This message will be shown in a banner on top of the app."
1412
J26_PUBLIC_PAYLOAD_API_URL=http://localhost:1337/api
1513
J26_PUBLIC_PAYLOAD_LOCALES=sv,en

CLAUDE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ All runtime config vars use the `J26_PUBLIC_` prefix (e.g. `J26_PUBLIC_APP_CONFI
7575
J26_PUBLIC_APP_CONFIGS # Comma-separated URLs to app config JSONs
7676
J26_PUBLIC_BOTTOM_NAV_ITEMS # Comma-separated page IDs for bottom nav
7777
J26_PUBLIC_TOLGEE_BACKEND_FETCH_PREFIX # Translation CDN prefix
78-
J26_PUBLIC_NOTIFICATIONS_TENANT # Notifications service tenant
7978
J26_PUBLIC_DEV_BANNER_MESSAGE # Optional dev mode banner text
8079
J26_PUBLIC_TOLGEE_API_URL # Tolgee API URL (dev only)
8180
J26_PUBLIC_TOLGEE_API_KEY # Tolgee API key (dev only)

src/config.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ type Config = {
66
appConfigs: string[];
77
bottomNavItems: string[];
88
additionalRootPaths: string[];
9-
notificationsTenant: string;
109
devBannerMessage?: string | null;
1110
payloadApiUrl: string;
1211
payloadLocales: string[];

0 commit comments

Comments
 (0)