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

Обновление форм с настройками серверов #178

Merged
merged 13 commits into from
Jan 24, 2024

Conversation

Roundabout1
Copy link
Contributor

  • Модальное окно выбора загрузчика показывает текущий тип сервера (локальный или удалённый)
  • Модальные окна выбора загрузчика, компилятора и док-сервера сбрасывают ввод пользователя, если тот не нажал на кнопку "подключиться"

Сброс формы, если пользователь не закрыл форму, не нажав кнопку "подключиться"
Сброс формы, если пользователь закрыл форму, не нажав кнопку "подключиться"
Сброс формы, если пользователь закрыл форму, не нажав кнопку "подключиться"
@chekoopa chekoopa requested a review from bryzZz January 15, 2024 09:40
// текущий адрес к которому подключен клиент
const handleSubmit = hookHandleSubmit((data) => {
handleCustom(String(data.inputHost));
setLastHost(String(data.host));
handleCustom(String(data.host));
Copy link
Collaborator

Choose a reason for hiding this comment

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

handleSubmit

Copy link
Collaborator

@bryzZz bryzZz left a comment

Choose a reason for hiding this comment

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

Нужно обновить с main

@chekoopa chekoopa requested a review from bryzZz January 23, 2024 08:05
@bryzZz bryzZz self-requested a review January 24, 2024 05:26
@chekoopa chekoopa merged commit c11240e into kruzhok-team:main Jan 24, 2024
1 check passed
@Roundabout1 Roundabout1 deleted the server-display branch May 7, 2024 08:21
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