-
Notifications
You must be signed in to change notification settings - Fork 0
Pull request barrel #4
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
Merged
Merged
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
…r language switching functionality
…publications, and repetitions
… error management
…fresh functionality
…roved database connection handling
…thentication and error handling
- Added new dependencies in pnpm-workspace.yaml including @turbo/gen, @types/node, @types/react, and others for improved type support and build tools. - Introduced catalogs for managing version conflicts in dependencies. - Modified turbo.json to change build outputs to "dist/**" and adjusted dependency relationships for linting and type checking tasks.
- Renamed backend and frontend packages for clarity. - Added new dependencies for Storybook, testing, and internationalization. - Updated existing dependencies to their latest versions. - Adjusted catalog entries for TypeScript and Vite conflicts.
…r consistency - Updated ISetIconProps, SuccessIconProps, SwapIconProps, VKIconProps, and WarningIconProps to use type aliases. - Modified IIconProps to use a type alias instead of an interface. - Adjusted various utility and component files to reflect the new type definitions. - Ensured all relevant components and props are updated to maintain type integrity. Refactor button and input components to support ref forwarding - Updated TIconButtonProps, TUnstyledButtonProps, TFormInputProps, TInputProps, and related components to include ref support. - Removed unnecessary forwardRef usage in IconButton, UnstyledButton, Input, and FormInput components. - Ensured proper handling of refs in the respective components. Refactor modal and toast notification components for improved type definitions - Introduced TNewFolderModalProps and updated NewFolderModal to use type instead of interface. - Refactored TToastContainerProps and TToastProps to use type definitions for consistency. - Ensured all components are updated to reflect the new type structures. Update ESLint configuration to enforce consistent type definitions - Added rule to enforce the use of type aliases over interfaces in TypeScript.
- Introduced a new package `@flippo/biome` with initial configuration files for base, react, storybook, and test setups. - Updated `.vscode/settings.json` to enable ESLint and configure code actions on save. - Created `base.config.jsonc` for general linting rules and file inclusions. - Added `react.config.jsonc` to support React components with specific linting rules. - Implemented `storybook.config.jsonc` for Storybook configuration with rules for CSF3-based stories. - Developed `test.config.jsonc` to support unit tests with Vitest and Testplane. - Created a placeholder for `biome-plugin-effector.grit`. - Updated `pnpm-lock.yaml` to include dependencies for the new biome package. - Modified `pnpm-workspace.yaml` to include the new biome package in the workspace catalog.
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.
Unfinished header, switching to monrepo