All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 12s
These files were untracked and missing from prior commits, causing ModuleNotFoundError on fresh deploys. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
564 B
HTML
18 lines
564 B
HTML
<article>
|
|
<header><h3>Import Old Database</h3></header>
|
|
<form hx-post="/dashboard/import" hx-encoding="multipart/form-data"
|
|
hx-target="#import-results" hx-swap="innerHTML">
|
|
<div class="grid">
|
|
<label>
|
|
Old Database File (.db)
|
|
<input type="file" name="db_file" accept=".db" required>
|
|
</label>
|
|
<label>
|
|
|
|
<button type="submit">Import</button>
|
|
</label>
|
|
</div>
|
|
</form>
|
|
<div id="import-results"></div>
|
|
</article>
|