Files
snippet-pastebin/.gitignore
johndoe6345789 32253a74d7 refactor: Complete migration from Radix UI and Tailwind to M3 native components
This commit finalizes the migration to Material Design 3 by:

- Removing all Radix UI dependencies and imports:
  * Migrated Avatar component to use native HTML with custom fallback handling
  * Replaced Collapsible with custom React hooks for expand/collapse state
  * Implemented AlertDialog using React Context with native divs
  * Built Sheet component with Portal-like behavior and native HTML
  * Converted Toggle and ToggleGroup to use React state management
  * Updated SidebarMenuButton to remove Radix Slot dependency

- Removed deprecated SCSS module files (7 files):
  * button.module.scss, accordion.module.scss, checkbox.module.scss
  * radio-group.module.scss, select.module.scss, switch.module.scss
  * split-screen-editor.module.scss

- Replaced Tailwind utility classes with inline styles and M3 classes:
  * Updated SplitScreenEditor to use M3 CSS variables and flexbox/grid
  * Migrated sidebar components to use M3 button and spacing classes
  * Removed Radix color imports from theme.scss

- All components now use M3 design tokens via CSS custom properties
- Maintained API compatibility with existing component usage patterns

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-20 17:09:26 +00:00

44 lines
431 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*-dist
*.local
# Next.js
/.next/
/out/
next-env.d.ts
.vercel
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.env
.env.local
.env*.local
**/agent-eval-report*
packages
pids
.file-manifest
.devcontainer/
.spark-workbench-id
.aider*