Skip to content

Conversation

@BlackPoretsky
Copy link
Contributor

Unfinished header, switching to monrepo

turbobot-temp and others added 14 commits April 4, 2025 14:50
- 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.
@BlackPoretsky BlackPoretsky merged commit ad6816e into main Apr 12, 2025
0 of 6 checks passed
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.

3 participants