Recipe browser shows confusing zero-count categories with no explanation #106
Labels
No labels
accessibility
backlog
beta-feedback
bug
duplicate
enhancement
feature-request
help wanted
invalid
needs-design
needs-triage
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/kiwi#106
Loading…
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?
Summary
The recipe browser shows all categories with
(0)recipe counts and then displays "No recipes found in this category." when a category is selected. There is no message explaining why, which is confusing to users.Steps to reproduce
0countsExpected
Either: categories show accurate recipe counts, or when all counts are 0 a clear message is shown (e.g. "Recipe library not available" or "No recipes match this category").
Actual
User sees category buttons like "Italian (0)", "Mexican (0)" etc. and a dead-end empty state with no guidance.
Root cause
This is a symptom of issue #102 (corpus not seeded in cloud DBs) but also a standalone UX issue. Even if the corpus were present, the current UI has no fallback for an empty browse result at the domain level.
Fix
RecipeBrowserPanel.vue, if allrecipe_countvalues are 0 after loading categories, show a friendly message instead of rendering empty category buttons. Consider:"Recipe library is still loading — check back soon."or suppress the Browse tab until data is available.