-
Notifications
You must be signed in to change notification settings - Fork 6
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
Algebraic Constraints Frontend #110
base: web-app-dev
Are you sure you want to change the base?
Conversation
web-app/client/src/components/AlgorithmFormConfigurator/AlgorithmFormConfigurator.tsx
Outdated
Show resolved
Hide resolved
web-app/client/src/components/AlgorithmFormConfigurator/useFormFactory.tsx
Outdated
Show resolved
Hide resolved
web-app/client/src/components/Inputs/NumberSlider/NumberSlider.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
И плюс всё то, что я не зарезолвил с прошлого ревью
UPD: а ещё в папочке каждого компонента должен быть файл index.ts
, который делает реэкспорт того, что твой компонент отдаёт во внешку
А импорт компонента тогда будет выглядеть так:
- import Component from '@components/Component/Component`;
+ import Component from '@components/Component';
web-app/client/src/components/AlgorithmFormConfigurator/AlgorithmFormConfigurator.tsx
Outdated
Show resolved
Hide resolved
web-app/client/src/components/AlgorithmFormConfigurator/ConfigureAlgorithm.module.scss
Outdated
Show resolved
Hide resolved
web-app/client/src/components/AlgorithmFormConfigurator/AlgorithmFormConfigurator.tsx
Outdated
Show resolved
Hide resolved
web-app/client/src/components/AlgorithmFormConfigurator/AlgorithmFormConfigurator.tsx
Outdated
Show resolved
Hide resolved
web-app/client/src/constants/configuratorForm/ACForm/SeedCustomInputs/index.ts
Outdated
Show resolved
Hide resolved
web-app/client/src/components/AlgorithmFormConfigurator/AlgorithmFormConfigurator.tsx
Outdated
Show resolved
Hide resolved
web-app/client/src/components/CollapsableView/CollapsableView.tsx
Outdated
Show resolved
Hide resolved
web-app/client/src/components/AlgorithmFormConfigurator/AlgorithmFormConfigurator.tsx
Outdated
Show resolved
Hide resolved
плюс с предыдущих ревью не всё зарезолвлено |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ждём description, и потом тыкаю апрув
Надо мёрж-коммит заменить на ребейз |
ПР пока не мёржим, т.к. нет бэка |
No description provided.