Ronni Baslund
17ffd95a70
chore(portal,operator): upgrade to Nuxt 4
...
Upgrade both Nuxt apps to Nuxt 4.4.6 (vue-tsc 3, TypeScript 5.6, undici 7) and add a root tsconfig.json to each app. Fix the strict-null / noUncheckedIndexedAccess errors surfaced by Nuxt 4's stricter generated tsconfig and vue-tsc 3. Drop the nuxt-oidc-auth pnpm patch (Nuxt 4 fixes the prepare:types crash natively).
2026-05-30 08:02:43 +02:00
Ronni Baslund
0bd4e5498e
feat: portal redesign, pricing catalog, partner-staff invites
...
- portal: new admin/ and partner/ surfaces with full component library
(AppLauncher, Avatar, Badge, Card, Modal, Tabs, etc.), composables,
layouts, partner-routing middleware, and supporting server APIs
- pricing: Price schema/module with operator CRUD, pricing.vue catalog UI,
Subscription extended with cycle/currency/perSeatAmount/seats snapshots
for stable MRR aggregation
- partner staff: User.partnerId, invite-partner-user DTO and flow,
/partners/:slug/users endpoints, InvitePartnerUserModal, shared
dezky-partner-staff Authentik group
- /me: partner-aware endpoint returning user + partner context so portal
can route between end-user and partner-admin surfaces
- tenant: seats field for portfolio displays and future MRR calculations
- operator: pricing page, signed-out page, useMe/useToast composables,
ToastStack
2026-05-28 20:00:33 +02:00