Skip to content

Conversation

@pacovilletard
Copy link
Contributor

@pacovilletard pacovilletard commented May 28, 2025

Summary

  • redirect / and /my-dashboard to rewards page
  • remove sidebar/header and show a migration banner
  • simplify dashboard layout and expose Request Payment button

Testing

  • npm run lint (fails: next not found)
  • npm test (fails: vitest not found)

Summary by CodeRabbit

  • New Features
    • Introduced a migration banner notifying users that the contributor app has moved and providing a link to the new location.
  • Improvements
    • Simplified the SaaS layout by removing the sidebar, header, and multiple banners, displaying only the migration banner.
    • Streamlined the dashboard layout by removing tab navigation and related UI, now showing only the payment request option and main content.
  • Chores
    • Updated redirect paths to point users directly to the rewards section.

@vercel
Copy link

vercel bot commented May 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
saas-frontend ❌ Failed (Inspect) May 28, 2025 10:19am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented May 28, 2025

Walkthrough

The updates remove navigation elements, headers, and banners from the SaaS layout and dashboard, consolidating messaging into a new migration banner. The root and dashboard routes are redirected to the rewards page. A new AppMigrationBanner component is introduced to inform users about the application's migration and limited functionality.

Changes

File(s) Change Summary
app/(saas)/layout.tsx Removed sidebar, header, and multiple banners; added AppMigrationBanner in layout; updated imports.
app/(saas)/my-dashboard/layout.tsx Removed tab navigation, conditional UI, and related logic; simplified to show only payment request and content.
next.config.mjs Changed root and dashboard redirects to point to the rewards page.
shared/features/app-migration-banner/app-migration-banner.tsx Added new AppMigrationBanner component displaying migration alert and link.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Layout
    participant AppMigrationBanner

    User->>Layout: Access SaaS app or dashboard
    Layout->>AppMigrationBanner: Render migration banner
    AppMigrationBanner->>User: Display migration alert and link
    Layout->>User: Render children content below banner
Loading

Poem

A banner now shines where tabs used to be,
"We've moved!" it proclaims, for all to see.
Rewards await on a redirected trail,
Old paths are gone, new journeys prevail.
🐇 With a hop and a link, the news is unfurled—
Only withdrawals remain in this little world!

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

npm warn config production Use --omit=dev instead.
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/accordion@2.0.40
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/accordion@2.0.40
npm warn node_modules/@nextui-org/accordion
npm warn @nextui-org/accordion@"2.0.40" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/accordion@2.0.40
npm warn node_modules/@nextui-org/accordion
npm warn @nextui-org/accordion@"2.0.40" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/avatar@2.0.33
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/avatar@2.0.33
npm warn node_modules/@nextui-org/avatar
npm warn @nextui-org/avatar@"2.0.33" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 1 more (@nextui-org/user)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/avatar@2.0.33
npm warn node_modules/@nextui-org/avatar
npm warn @nextui-org/avatar@"2.0.33" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 1 more (@nextui-org/user)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/badge@2.0.32
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/badge@2.0.32
npm warn node_modules/@nextui-org/badge
npm warn @nextui-org/badge@"2.0.32" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/badge@2.0.32
npm warn node_modules/@nextui-org/badge
npm warn @nextui-org/badge@"2.0.32" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/breadcrumbs@2.0.13
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/breadcrumbs@2.0.13
npm warn node_modules/@nextui-org/breadcrumbs
npm warn @nextui-org/breadcrumbs@"2.0.13" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/breadcrumbs@2.0.13
npm warn node_modules/@nextui-org/breadcrumbs
npm warn @nextui-org/breadcrumbs@"2.0.13" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/button@2.0.38
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/button@2.0.38
npm warn node_modules/@nextui-org/button
npm warn @nextui-org/button@"2.0.38" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn 5 more (@nextui-org/calendar, @nextui-org/date-picker, ...)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/button@2.0.38
npm warn node_modules/@nextui-org/button
npm warn @nextui-org/button@"2.0.38" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn 5 more (@nextui-org/calendar, @nextui-org/date-picker, ...)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/calendar@2.0.12
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.2.0" from @nextui-org/calendar@2.0.12
npm warn node_modules/@nextui-org/calendar
npm warn @nextui-org/calendar@"2.0.12" from @nextui-org/date-picker@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/date-picker
npm warn 1 more (@nextui-org/react)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.2.0" from @nextui-org/calendar@2.0.12
npm warn node_modules/@nextui-org/calendar
npm warn @nextui-org/calendar@"2.0.12" from @nextui-org/date-picker@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/date-picker
npm warn 1 more (@nextui-org/react)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/card@2.0.34
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/card@2.0.34
npm warn node_modules/@nextui-org/card
npm warn @nextui-org/card@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/card@2.0.34
npm warn node_modules/@nextui-org/card
npm warn @nextui-org/card@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/checkbox@2.1.5
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/checkbox@2.1.5
npm warn node_modules/@nextui-org/checkbox
npm warn @nextui-org/checkbox@"2.1.5" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 1 more (@nextui-org/table)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/checkbox@2.1.5
npm warn node_modules/@nextui-org/checkbox
npm warn @nextui-org/checkbox@"2.1.5" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 1 more (@nextui-org/table)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/chip@2.0.33
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/chip@2.0.33
npm warn node_modules/@nextui-org/chip
npm warn @nextui-org/chip@"2.0.33" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/chip@2.0.33
npm warn node_modules/@nextui-org/chip
npm warn @nextui-org/chip@"2.0.33" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/code@2.0.33
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/code@2.0.33
npm warn node_modules/@nextui-org/code
npm warn @nextui-org/code@"2.0.33" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/code@2.0.33
npm warn node_modules/@nextui-org/code
npm warn @nextui-org/code@"2.0.33" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/date-input@2.1.4
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.2.0" from @nextui-org/date-input@2.1.4
npm warn node_modules/@nextui-org/date-input
npm warn @nextui-org/date-input@"2.1.4" from @nextui-org/date-picker@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/date-picker
npm warn 1 more (@nextui-org/react)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.2.0" from @nextui-org/date-input@2.1.4
npm warn node_modules/@nextui-org/date-input
npm warn @nextui-org/date-input@"2.1.4" from @nextui-org/date-picker@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/date-picker
npm warn 1 more (@nextui-org/react)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/divider@2.0.32
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/divider@2.0.32
npm warn node_modules/@nextui-org/divider
npm warn @nextui-org/divider@"2.0.32" from @nextui-org/accordion@2.0.40
npm warn node_modules/@nextui-org/accordion
npm warn 3 more (@nextui-org/listbox, @nextui-org/menu, @nextui-org/react)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/divider@2.0.32
npm warn node_modules/@nextui-org/divider
npm warn @nextui-org/divider@"2.0.32" from @nextui-org/accordion@2.0.40
npm warn node_modules/@nextui-org/accordion
npm warn 3 more (@nextui-org/listbox, @nextui-org/menu, @nextui-org/react)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/dropdown@2.1.31
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/dropdown@2.1.31
npm warn node_modules/@nextui-org/dropdown
npm warn @nextui-org/dropdown@"2.1.31" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/dropdown@2.1.31
npm warn node_modules/@nextui-org/dropdown
npm warn @nextui-org/dropdown@"2.1.31" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/kbd@2.0.34
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/kbd@2.0.34
npm warn node_modules/@nextui-org/kbd
npm warn @nextui-org/kbd@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/kbd@2.0.34
npm warn node_modules/@nextui-org/kbd
npm warn @nextui-org/kbd@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/link@2.0.35
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/link@2.0.35
npm warn node_modules/@nextui-org/link
npm warn @nextui-org/link@"2.0.35" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/link@2.0.35
npm warn node_modules/@nextui-org/link
npm warn @nextui-org/link@"2.0.35" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/menu@2.0.30
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/menu@2.0.30
npm warn node_modules/@nextui-org/menu
npm warn @nextui-org/menu@"2.0.30" from @nextui-org/dropdown@2.1.31
npm warn node_modules/@nextui-org/dropdown
npm warn 1 more (@nextui-org/react)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/menu@2.0.30
npm warn node_modules/@nextui-org/menu
npm warn @nextui-org/menu@"2.0.30" from @nextui-org/dropdown@2.1.31
npm warn node_modules/@nextui-org/dropdown
npm warn 1 more (@nextui-org/react)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/modal@2.0.41
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/modal@2.0.41
npm warn node_modules/@nextui-org/modal
npm warn @nextui-org/modal@"2.0.41" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/modal@2.0.41
npm warn node_modules/@nextui-org/modal
npm warn @nextui-org/modal@"2.0.41" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/navbar@2.0.37
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/navbar@2.0.37
npm warn node_modules/@nextui-org/navbar
npm warn @nextui-org/navbar@"2.0.37" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/navbar@2.0.37
npm warn node_modules/@nextui-org/navbar
npm warn @nextui-org/navbar@"2.0.37" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/pagination@2.0.36
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/pagination@2.0.36
npm warn node_modules/@nextui-org/pagination
npm warn @nextui-org/pagination@"2.0.36" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/pagination@2.0.36
npm warn node_modules/@nextui-org/pagination
npm warn @nextui-org/pagination@"2.0.36" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/popover@2.1.29
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/popover@2.1.29
npm warn node_modules/@nextui-org/popover
npm warn @nextui-org/popover@"2.1.29" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn 4 more (@nextui-org/date-picker, @nextui-org/dropdown, ...)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/popover@2.1.29
npm warn node_modules/@nextui-org/popover
npm warn @nextui-org/popover@"2.1.29" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn 4 more (@nextui-org/date-picker, @nextui-org/dropdown, ...)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/progress@2.0.34
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/progress@2.0.34
npm warn node_modules/@nextui-org/progress
npm warn @nextui-org/progress@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/progress@2.0.34
npm warn node_modules/@nextui-org/progress
npm warn @nextui-org/progress@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/radio@2.1.5
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/radio@2.1.5
npm warn node_modules/@nextui-org/radio
npm warn @nextui-org/radio@"2.1.5" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/radio@2.1.5
npm warn node_modules/@nextui-org/radio
npm warn @nextui-org/radio@"2.1.5" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/ripple@2.0.33
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/ripple@2.0.33
npm warn node_modules/@nextui-org/ripple
npm warn @nextui-org/ripple@"2.0.33" from @nextui-org/button@2.0.38
npm warn node_modules/@nextui-org/button
npm warn 2 more (@nextui-org/card, @nextui-org/react)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/ripple@2.0.33
npm warn node_modules/@nextui-org/ripple
npm warn @nextui-org/ripple@"2.0.33" from @nextui-org/button@2.0.38
npm warn node_modules/@nextui-org/button
npm warn 2 more (@nextui-org/card, @nextui-org/react)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/scroll-shadow@2.1.20
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/scroll-shadow@2.1.20
npm warn node_modules/@nextui-org/scroll-shadow
npm warn @nextui-org/scroll-shadow@"2.1.20" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn 2 more (@nextui-org/react, @nextui-org/select)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/scroll-shadow@2.1.20
npm warn node_modules/@nextui-org/scroll-shadow
npm warn @nextui-org/scroll-shadow@"2.1.20" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn 2 more (@nextui-org/react, @nextui-org/select)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/skeleton@2.0.32
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/skeleton@2.0.32
npm warn node_modules/@nextui-org/skeleton
npm warn @nextui-org/skeleton@"2.0.32" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/skeleton@2.0.32
npm warn node_modules/@nextui-org/skeleton
npm warn @nextui-org/skeleton@"2.0.32" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/slider@2.2.17
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/slider@2.2.17
npm warn node_modules/@nextui-org/slider
npm warn @nextui-org/slider@"2.2.17" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/slider@2.2.17
npm warn node_modules/@nextui-org/slider
npm warn @nextui-org/slider@"2.2.17" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/snippet@2.0.43
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/snippet@2.0.43
npm warn node_modules/@nextui-org/snippet
npm warn @nextui-org/snippet@"2.0.43" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/snippet@2.0.43
npm warn node_modules/@nextui-org/snippet
npm warn @nextui-org/snippet@"2.0.43" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/spacer@2.0.33
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/spacer@2.0.33
npm warn node_modules/@nextui-org/spacer
npm warn @nextui-org/spacer@"2.0.33" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 1 more (@nextui-org/table)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/spacer@2.0.33
npm warn node_modules/@nextui-org/spacer
npm warn @nextui-org/spacer@"2.0.33" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 1 more (@nextui-org/table)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/spinner@2.0.34
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/spinner@2.0.34
npm warn node_modules/@nextui-org/spinner
npm warn @nextui-org/spinner@"2.0.34" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn 3 more (@nextui-org/button, @nextui-org/react, @nextui-org/select)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/spinner@2.0.34
npm warn node_modules/@nextui-org/spinner
npm warn @nextui-org/spinner@"2.0.34" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn 3 more (@nextui-org/button, @nextui-org/react, @nextui-org/select)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/switch@2.0.34
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/switch@2.0.34
npm warn node_modules/@nextui-org/switch
npm warn @nextui-org/switch@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/switch@2.0.34
npm warn node_modules/@nextui-org/switch
npm warn @nextui-org/switch@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/table@2.0.40
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/table@2.0.40
npm warn node_modules/@nextui-org/table
npm warn @nextui-org/table@"2.0.40" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/table@2.0.40
npm warn node_modules/@nextui-org/table
npm warn @nextui-org/table@"2.0.40" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/tabs@2.0.37
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/tabs@2.0.37
npm warn node_modules/@nextui-org/tabs
npm warn @nextui-org/tabs@"2.0.37" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/tabs@2.0.37
npm warn node_modules/@nextui-org/tabs
npm warn @nextui-org/tabs@"2.0.37" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/tooltip@2.0.41
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/tooltip@2.0.41
npm warn node_modules/@nextui-org/tooltip
npm warn @nextui-org/tooltip@"2.0.41" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 2 more (@nextui-org/slider, @nextui-org/snippet)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/tooltip@2.0.41
npm warn node_modules/@nextui-org/tooltip
npm warn @nextui-org/tooltip@"2.0.41" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 2 more (@nextui-org/slider, @nextui-org/snippet)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/user@2.0.34
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/user@2.0.34
npm warn node_modules/@nextui-org/user
npm warn @nextui-org/user@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/user@2.0.34
npm warn node_modules/@nextui-org/user
npm warn @nextui-org/user@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/system-rsc@2.1.6
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/code/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/code@2.0.33
npm warn node_modules/@nextui-org/code
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/code/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/code@2.0.33
npm warn node_modules/@nextui-org/code
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/system-rsc@2.1.6
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/divider/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/divider@2.0.32
npm warn node_modules/@nextui-org/divider
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/divider/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/divider@2.0.32
npm warn node_modules/@nextui-org/divider
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/system-rsc@2.1.6
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/kbd/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/kbd@2.0.34
npm warn node_modules/@nextui-org/kbd
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/kbd/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/kbd@2.0.34
npm warn node_modules/@nextui-org/kbd
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/system-rsc@2.1.6
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/spacer/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/spacer@2.0.33
npm warn node_modules/@nextui-org/spacer
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/spacer/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/spacer@2.0.33
npm warn node_modules/@nextui-org/spacer
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/system-rsc@2.1.6
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/spinner/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/spinner@2.0.34
npm warn node_modules/@nextui-org/spinner
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/spinner/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/spinner@2.0.34
npm warn node_modules/@nextui-org/spinner
npm error Exit handler never called!
npm error This is an error with npm itself. Please report this error at:
npm error https://github.com/npm/cli/issues
npm error A complete log of this run can be found in: /.npm/_logs/2025-05-28T10_18_14_696Z-debug-0.log

✨ Finishing Touches
  • 📝 Generate Docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (1)
app/(saas)/my-dashboard/layout.tsx (1)

19-19: Consider removing unused hook or utilizing its return value.

The useMyRewardsTransactionsSidepanel hook is called but its return value (likely containing an open function) is not used. Since the "See Transactions" button was removed, this hook call may no longer be necessary.

-  useMyRewardsTransactionsSidepanel();

Alternatively, if the hook is needed for side effects or will be used later, consider adding a comment explaining why it's called without using the return value.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between f25a9ca and 8bb5663.

📒 Files selected for processing (4)
  • app/(saas)/layout.tsx (1 hunks)
  • app/(saas)/my-dashboard/layout.tsx (1 hunks)
  • next.config.mjs (2 hunks)
  • shared/features/app-migration-banner/app-migration-banner.tsx (1 hunks)
🧰 Additional context used
🧬 Code Graph Analysis (2)
app/(saas)/layout.tsx (3)
app/(saas)/saas-providers.tsx (1)
  • SaasProviders (7-15)
shared/ui/sidebar.tsx (1)
  • SidebarInset (630-630)
shared/features/app-migration-banner/app-migration-banner.tsx (1)
  • AppMigrationBanner (4-22)
app/(saas)/my-dashboard/layout.tsx (3)
shared/panels/my-rewards-transactions-sidepanel/my-rewards-transactions-sidepanel.hooks.ts (1)
  • useMyRewardsTransactionsSidepanel (3-5)
shared/features/page-content/page-content.tsx (1)
  • PageContent (8-23)
app/(saas)/my-dashboard/_features/request-payment/request-payment.tsx (1)
  • RequestPayment (13-63)
🔇 Additional comments (7)
shared/features/app-migration-banner/app-migration-banner.tsx (1)

1-22: Well-implemented migration banner component.

The component follows React best practices with clean structure and clear messaging. The use of design system components (Alert, BaseLink) ensures consistency with the rest of the application.

next.config.mjs (2)

10-12: Root redirect correctly updated to align with migration strategy.

The redirect from / to /my-dashboard/rewards properly supports the new focus on rewards functionality during the migration period.


34-36: Dashboard redirect correctly updated to focus on rewards.

The redirect from /my-dashboard to /my-dashboard/rewards aligns perfectly with the removal of dashboard navigation tabs and the focus on rewards functionality during migration.

app/(saas)/layout.tsx (2)

10-10: Proper import for the new migration banner component.

The import statement correctly references the new AppMigrationBanner component that will replace the complex navigation elements.


15-21: Layout effectively simplified for migration period.

The removal of AppSidebar, AppHeader, and multiple banner components in favor of a single AppMigrationBanner creates a clean, focused experience that aligns with the migration strategy. The SidebarInset wrapper is retained for consistent spacing.

app/(saas)/my-dashboard/layout.tsx (2)

3-16: Import cleanup effectively supports layout simplification.

The removal of tab navigation, button, and routing-related imports aligns well with the simplified dashboard layout that focuses solely on the rewards functionality.


23-29: Dashboard header effectively simplified for migration period.

The replacement of complex tab navigation with a simple container holding only the RequestPayment component creates a focused user experience that aligns perfectly with the migration strategy and the new redirect configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant