-
Notifications
You must be signed in to change notification settings - Fork 0
enhance: Recipe UX #706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhance: Recipe UX #706
Conversation
Xavier-Charles
commented
Nov 28, 2025
- Set default Category to Templates
- Change name from RecipeModal to RecipeLib
- Add Recipe widget to current view if is first created recipe.
- Add Icons for recipes items and recipe templates
- Reset forms when switching category
- Hide Plus ModulePrevies button icon for recipes
…ced representation
| return; | ||
| } | ||
|
|
||
| const isFirstRecipe = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is sufficient.
If users delete all their recipes, then this will be true again. If it is, then the recipe widget will be duplicated on the AlphaBoard. No?
elcharitas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works but there's a minor edge case I think we should handle
This reverts commit e498de2.