Refactor setup wizard to fix text input (#5459)

This commit is contained in:
WithoutPants 2024-11-07 13:16:28 +11:00 committed by GitHub
parent 527c282b92
commit a100f8ffc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 947 additions and 802 deletions

File diff suppressed because it is too large Load diff

View file

@ -24,3 +24,10 @@
margin-left: 0.5rem; margin-left: 0.5rem;
} }
} }
.setup-wizard {
#blobs > div {
margin-bottom: 1rem;
margin-top: 0;
}
}

View file

@ -1298,7 +1298,9 @@
"errors": { "errors": {
"something_went_wrong": "Oh no! Something went wrong!", "something_went_wrong": "Oh no! Something went wrong!",
"something_went_wrong_description": "If this looks like a problem with your inputs, go ahead and click back to fix them up. Otherwise, raise a bug on the {githubLink} or seek help in the {discordLink}.", "something_went_wrong_description": "If this looks like a problem with your inputs, go ahead and click back to fix them up. Otherwise, raise a bug on the {githubLink} or seek help in the {discordLink}.",
"something_went_wrong_while_setting_up_your_system": "Something went wrong while setting up your system. Here is the error we received: {error}" "something_went_wrong_while_setting_up_your_system": "Something went wrong while setting up your system. Here is the error we received: {error}",
"unable_to_retrieve_system_status": "Unable to retrieve system status: {error}",
"unexpected_error": "An unexpected error occurred: {error}"
}, },
"folder": { "folder": {
"file_path": "File path", "file_path": "File path",