Import UX: auto-refresh book list and add navigation link after import #47
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_books#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.