Import UX: auto-refresh book list and add navigation link after import #47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
After importing a library via the Import UI, the new library does not appear on the homepage until the server is restarted. The import progress page also provides no navigation after completion.
Solution
Context
The import pipeline already writes the book TOML to
books_dirand uploads embeddings. The missing step is callingexport_books_for_serving()(or a lighter per-namespace variant) at the end of the import handler so the in-memory book list is refreshed.