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

Snackbar #41

Merged
merged 4 commits into from
May 23, 2024
Merged

Snackbar #41

merged 4 commits into from
May 23, 2024

Conversation

denischagin
Copy link
Collaborator

No description provided.

@IlyaTheCreator
Copy link
Contributor

На удаление добавь тоже, пожалуйста, снекбар info. Только у сушилок заметил что есть уведомление при удалении, там success.

Сделай еще, пожалуйста, обработку следующего response:
image
image

В таком виде приходит ошибка, если несколько полей не прошли валидацию. То есть нужен какой-то хелпер, который смотрит, стандартное там ли содержание типа:

{ status: 500, message: 'internal server error' }

Или множественные ошибки:

{
  "login": [
    "Не меньше 4 и не больше 25 символов"
  ],
  "fullName": [
    "Не меньше 6 и не больше 60 символов",
    "Должно быть строкой"
  ],
  "password": [
    "Не меньше 6 и не больше 30 символов"
  ]
}

@denischagin denischagin merged commit 7c2f34a into main May 23, 2024
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.

2 participants