mirror of
https://github.com/bybrooklyn/alchemist.git
synced 2026-04-18 09:53:33 -04:00
Overhaul CI, nightly, and Docker release workflows
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "alchemist-web",
|
||||
"version": "0.3.0-dev.1",
|
||||
"version": "0.3.0-dev.2",
|
||||
"private": true,
|
||||
"packageManager": "bun@1",
|
||||
"type": "module",
|
||||
|
||||
@@ -56,18 +56,6 @@ export default function SetupFrame({ step, configMutable, error, submitting, onB
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{error && (
|
||||
<div className="mx-6 pb-4">
|
||||
<div
|
||||
role="alert"
|
||||
aria-live="polite"
|
||||
className="mx-auto max-w-4xl rounded-lg border border-status-error/30 bg-status-error/10 px-4 py-3 text-sm text-status-error"
|
||||
>
|
||||
{error}
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
{/* Navigation footer */}
|
||||
{step < 6 && (
|
||||
<div className="shrink-0 border-t border-helios-line/20
|
||||
|
||||
Reference in New Issue
Block a user