Skip to content

Conversation

@kingston
Copy link
Collaborator

@kingston kingston commented Oct 23, 2025

Summary by CodeRabbit

  • Style

    • Refactored CSS utility class ordering across UI components for consistency.
    • Updated styles in example application components.
  • Chores

    • Added migration guidance for app folder structure standardization (packages/ to apps/).
    • Updated AI tool configuration settings.
    • Expanded .gitignore for AI tool files.
  • New Features

    • Added reusable styling utility variants for buttons, inputs, and selects in the admin application.

@changeset-bot
Copy link

changeset-bot bot commented Oct 23, 2025

🦋 Changeset detected

Latest commit: c93430a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 18 packages
Name Type
@baseplate-dev/project-builder-lib Patch
@baseplate-dev/project-builder-cli Patch
@baseplate-dev/project-builder-common Patch
@baseplate-dev/project-builder-server Patch
@baseplate-dev/project-builder-test Patch
@baseplate-dev/project-builder-web Patch
@baseplate-dev/plugin-auth Patch
@baseplate-dev/plugin-queue Patch
@baseplate-dev/plugin-storage Patch
@baseplate-dev/create-project Patch
@baseplate-dev/code-morph Patch
@baseplate-dev/core-generators Patch
@baseplate-dev/fastify-generators Patch
@baseplate-dev/react-generators Patch
@baseplate-dev/sync Patch
@baseplate-dev/tools Patch
@baseplate-dev/ui-components Patch
@baseplate-dev/utils Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Oct 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
baseplate-project-builder-web Ready Ready Preview Comment Oct 23, 2025 8:40pm

@coderabbitai
Copy link

coderabbitai bot commented Oct 23, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

This PR contains configuration updates for folder structure migration guidance and AI tool settings, adds .gemini to .gitignore, and performs extensive Tailwind CSS class reordering across UI components. Additionally, new styling variant files are introduced for button, input, and select components using class-variance-authority (CVA).

Changes

Cohort / File(s) Summary
Configuration & Documentation
.changeset/apps-folder-structure.md, .claude/settings.json, .gitignore
Adds migration guidance for moving apps from packages/ to apps/, removes default model specification, and adds .gemini to AI tools ignore section.
UI Component Tailwind Reordering
examples/blog-with-auth/apps/admin/src/components/ui/{alert,badge,breadcrumb,calendar,card,checkbox,circular-progress,combobox,command,date-picker-field,date-time-picker-field,dialog,dropdown,empty-display,error-display,form-item,label,loader,multi-combobox,navigation-menu,popover,scroll-area,select,separator,sheet,sidebar,skeleton,switch,table,textarea,tooltip}.tsx
Reorders existing Tailwind CSS utility classes across all components without altering class sets or semantic meaning. Changes affect class sequence only.
Route Component Styling
examples/blog-with-auth/apps/admin/src/routes/admin/accounts/users/-components/{role-manager-dialog,user-table}.tsx
Reorders CSS utility class ordering in description and span elements (e.g., text-sm text-muted-foreground → text-muted-foreground text-sm).
Global Stylesheet Reordering
examples/blog-with-auth/apps/admin/src/styles.css
Reorders @apply utility classes across h1–h3, text-style-* selectors, and anchor rules without removing or adding utilities.
New Styling Variant Exports
examples/blog-with-auth/apps/admin/src/styles/{button,input,select}.ts
Introduces three new CVA-based styling variant files. buttonVariants defines button theme variants (default, destructive, outline, etc.), sizes, and justification. inputVariants adds height and background variants with focus/accessibility classes. selectVariants exports selectTriggerVariants, selectContentVariants, selectItemVariants, and selectCheckVariants with Radix-aware state handling.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20–30 minutes

Reasoning: The PR spans 30+ files with substantial class reordering across UI components, requiring verification that no semantic changes occurred despite the high volume. However, the pattern is highly repetitive and predictable—pure class sequencing without logic changes. The new styling variant files (button.ts, input.ts, select.ts) introduce CVA configurations that are straightforward but require baseline understanding of the codebase's styling patterns to validate correctness.

Possibly related PRs

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch kingston/eng-378-add-monorepo-support-for-projects

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between d324059 and c93430a.

⛔ Files ignored due to path filters (142)
  • examples/blog-with-auth/apps/admin/baseplate/generated/.env.development is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/.gitignore is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/.paths-metadata.json is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/.prettierignore is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/.prettierrc is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/README.md is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/codegen.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/eslint.config.js is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/index.html is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/package.json is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/public/favicon.ico is excluded by !**/*.ico, !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/app/app-apollo-provider.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/app/app.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/app/router.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/app/user-session-provider.gql is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/app/user-session-provider.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/admin/embedded-list-field.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/admin/embedded-list-input.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/admin/embedded-object-field.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/admin/embedded-object-input.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/layouts/admin-layout.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/layouts/app-breadcrumbs.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/layouts/app-sidebar.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/alert.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/badge.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/breadcrumb.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/button.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/calendar.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/card.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/checkbox-field.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/checkbox.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/circular-progress.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/combobox-field.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/combobox.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/command.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/confirm-dialog.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/date-picker-field.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/date-time-picker-field.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/dialog.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/dropdown.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/empty-display.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/error-boundary.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/error-display.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/errorable-loader.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/form-item.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/input-field.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/input.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/label.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/loader.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/multi-combobox-field.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/multi-combobox.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/navigation-menu.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/not-found-card.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/popover.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/scroll-area.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/select-field.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/select.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/separator.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/sheet.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/sidebar.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/skeleton.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/switch-field.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/switch.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/table.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/textarea-field.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/textarea.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/toaster.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/components/ui/tooltip.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/generated/graphql.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/hooks/use-confirm-dialog.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/hooks/use-controlled-state.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/hooks/use-controller-merged.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/hooks/use-current-user.gql is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/hooks/use-current-user.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/hooks/use-log-out.gql is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/hooks/use-log-out.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/hooks/use-mobile.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/hooks/use-session.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/hooks/use-user-id-or-throw.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/main.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/route-tree.gen.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/__root.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/admin/accounts/users/$id.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/admin/accounts/users/-components/password-reset-dialog.gql is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/admin/accounts/users/-components/password-reset-dialog.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/admin/accounts/users/-components/role-manager-dialog.gql is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/admin/accounts/users/-components/role-manager-dialog.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/admin/accounts/users/-components/user-edit-form.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/admin/accounts/users/-components/user-table.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/admin/accounts/users/-schemas/user-schema.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/admin/accounts/users/index.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/admin/accounts/users/new.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/admin/accounts/users/queries.gql is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/admin/accounts/users/route.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/admin/index.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/admin/route.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/auth_/login.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/auth_/queries.gql is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/auth_/register.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/auth_/route.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/routes/index.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/services/apollo/apollo-sentry-link.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/services/apollo/cache.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/services/apollo/index.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/services/config.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/services/error-formatter.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/services/error-logger.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/services/logger.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/services/sentry.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/services/user-session-client.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/styles.css is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/styles/button.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/styles/input.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/styles/select.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/types/form.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/types/icon.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/utils/apollo-error.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/utils/auth-errors.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/utils/cn.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/utils/merge-refs.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/utils/safe-local-storage.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/src/vite-env.d.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/tsconfig.app.json is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/tsconfig.json is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/tsconfig.node.json is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/baseplate/generated/vite.config.ts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/public/favicon.ico is excluded by !**/*.ico
  • examples/blog-with-auth/apps/admin/src/generated/.templates-info.json is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/admin/src/generated/graphql.tsx is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/backend/baseplate/generated/.env.example is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/backend/baseplate/generated/.gitignore is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/backend/baseplate/generated/.paths-metadata.json is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/backend/baseplate/generated/.prettierignore is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/backend/baseplate/generated/.prettierrc is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/backend/baseplate/generated/.seed.env.example is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/backend/baseplate/generated/README.md is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/backend/baseplate/generated/docker/.env.example is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/backend/baseplate/generated/docker/docker-compose.yml is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/backend/baseplate/generated/eslint.config.js is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/backend/baseplate/generated/package.json is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/backend/baseplate/generated/prisma.config.mts is excluded by !**/generated/**, !**/generated/**
  • examples/blog-with-auth/apps/backend/baseplate/generated/prisma/schema.prisma is excluded by !**/generated/**, !**/generated/**
📒 Files selected for processing (40)
  • .changeset/apps-folder-structure.md (1 hunks)
  • .claude/settings.json (1 hunks)
  • .gitignore (1 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/alert.tsx (2 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/badge.tsx (1 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/breadcrumb.tsx (3 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/calendar.tsx (4 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/card.tsx (5 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/checkbox.tsx (1 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/circular-progress.tsx (1 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/combobox.tsx (2 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/command.tsx (8 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/date-picker-field.tsx (1 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/date-time-picker-field.tsx (1 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/dialog.tsx (5 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/dropdown.tsx (8 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/empty-display.tsx (1 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/error-display.tsx (1 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/form-item.tsx (2 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/label.tsx (1 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/loader.tsx (1 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/multi-combobox.tsx (2 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/navigation-menu.tsx (5 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/popover.tsx (1 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/scroll-area.tsx (3 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/select.tsx (3 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/separator.tsx (1 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/sheet.tsx (4 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/sidebar.tsx (18 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/skeleton.tsx (1 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/switch.tsx (1 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/table.tsx (5 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/textarea.tsx (1 hunks)
  • examples/blog-with-auth/apps/admin/src/components/ui/tooltip.tsx (1 hunks)
  • examples/blog-with-auth/apps/admin/src/routes/admin/accounts/users/-components/role-manager-dialog.tsx (1 hunks)
  • examples/blog-with-auth/apps/admin/src/routes/admin/accounts/users/-components/user-table.tsx (1 hunks)
  • examples/blog-with-auth/apps/admin/src/styles.css (2 hunks)
  • examples/blog-with-auth/apps/admin/src/styles/button.ts (1 hunks)
  • examples/blog-with-auth/apps/admin/src/styles/input.ts (1 hunks)
  • examples/blog-with-auth/apps/admin/src/styles/select.ts (1 hunks)

Comment @coderabbitai help to get the list of available commands and usage tips.

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