-
Notifications
You must be signed in to change notification settings - Fork 0
Housekeeping - Folder structure reorganisation #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Renamed UI component files to use PascalCase following React conventions - Fixed imports to reference the new PascalCase filenames - Renamed utility file from kebab-case to camelCase
- Updated import paths to use PascalCase filenames consistently - Added forceConsistentCasingInFileNames: false to tsconfig.app.json - Fixed case sensitivity issues causing build failures
- Renamed ButtonVariants.ts to buttonVariants.ts to follow camelCase utility naming convention - Removed duplicate ssr-hooks.ts file - Updated imports to reference correct filenames
- Reverted buttonVariants.ts to ButtonVariants.ts for consistency with UI component files - Updated import in Button.tsx to reference the correct filename
- Create feature-specific folder structure for help, auth, questions, statements, and wizard - Move UI component files to their corresponding feature folders - Create index.ts barrel files for cleaner imports - Update import paths in affected files - Fix TypeScript interface definitions in Dropdown component - Ensure proper file organization following feature-based architecture 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Relocate ProgressWithFeedback from progress subfolder to the UI components directory - Update imports in UserDataModal to use the new path - Update barrel file to export ProgressWithFeedback directly - Remove unnecessary nested folder structure 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Create new progress feature folder structure for better organization - Move ProgressWithFeedback component from UI to progress/components - Move useProgressFeedback hook from general hooks to progress/hooks - Create barrel files for cleaner imports and exports - Update import paths in affected files - Fix import path for shareStatements in ShareEmailModal 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Remove barrel files with only a single export to reduce indirection - Update imports to point directly to source files - Keep barrel files that export from multiple subdirectories - Simplify codebase by reducing unnecessary abstraction layers 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Renaming files and organise folders