Skip to content

chore: add restart button for generic route error component#489

Merged
achou11 merged 1 commit intomainfrom
ac/generic-error-component-restart-button
Jan 19, 2026
Merged

chore: add restart button for generic route error component#489
achou11 merged 1 commit intomainfrom
ac/generic-error-component-restart-button

Conversation

@achou11
Copy link
Copy Markdown
Member

@achou11 achou11 commented Jan 19, 2026

When some generic route error occurs, we typically display a panel containing information about the error and a button that reloads the page. However, there are cases where you can get stuck on the page due to UI elements being intentionally disabled.

Now we provide a "restart" button which doesn't restart the application entirely, but just loads the "index" page as opposed to the current page, which is usually sufficient. Might be worth using different wording eventually, especially if we introduce something that actually restarts the application.


image

@achou11 achou11 force-pushed the ac/generic-error-component-restart-button branch from 4cde4f9 to d2aa4d3 Compare January 19, 2026 22:17
@achou11 achou11 merged commit 99ff9cb into main Jan 19, 2026
13 checks passed
@achou11 achou11 deleted the ac/generic-error-component-restart-button branch January 19, 2026 22:25
achou11 added a commit that referenced this pull request Jan 19, 2026
When some generic route error occurs, we typically display a panel
containing information about the error and a button that reloads the
page. However, there are cases where you can get stuck on the page due
to UI elements being intentionally disabled.

Now we provide a "restart" button which doesn't restart the application
entirely, but just loads the "index" page as opposed to the current
page, which is usually sufficient. Might be worth using different
wording eventually, especially if we introduce something that actually
restarts the application.
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.

1 participant