Skip to content
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

Feature/create project form #279

Open
wants to merge 21 commits into
base: develop
Choose a base branch
from
Open

Conversation

Primis1
Copy link
Collaborator

@Primis1 Primis1 commented Oct 28, 2024

  • Project creation

    • Project specialists
    • Project description
    • Project Slice
  • Comment:

    • Logic does not work here and there, so requires small size fixes
    • Bugs in the UI (lack of proper heading and dropped margin on some fields)

@Primis1 Primis1 closed this Oct 29, 2024
@Primis1 Primis1 reopened this Oct 29, 2024
Comment on lines 56 to 62
<MainButton
variant={'primary'}
width={'min'}
type="submit"
disabled={false}>
{'Submit'}
</MainButton>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2024-10-30_17-31-51
По макету другие кнопки

Comment on lines +72 to +83
<div className={styles.dates}>
<h3 className={styles.input_list_title}>Сроки проекты</h3>
<div className={styles.dates_inputs}>
<div className={styles.dates_input}>
<p className={styles.dates_text}>Начало</p>
<DatePickerRHF control={control} name="start" />
</div>
<div className={styles.dates_input}>
<p className={styles.dates_text}>Окончание</p>
<DatePickerRHF control={control} name="end" />
</div>
</div>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2024-10-30_14-43-20
Изменить текст ошибки

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2024-10-30_17-25-45
Поправить отступы

@Julia-Papina
Copy link
Collaborator

2024-10-30_17-55-37
Изменить заголовок, как в макете

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