Compareware/src
Ryan Mwangi 8c03fa35a1 fix: fix App component signal handling and on_submit prop
- Replaced incorrect path statement in `add_item` with proper use of `set_items.update` for signal mutation.
- Fixed dynamic dispatch for `on_submit` by boxing the `add_item` closure.
- Simplified `items_signal` usage by removing unnecessary `.clone()`.
- Improved code consistency and alignment with the latest Leptos updates.
2024-12-09 14:58:05 +03:00
..
components fix: resolve compilation issues in ItemForm component 2024-12-06 16:08:21 +03:00
models feat: update leptos to newest version 2024-12-06 14:45:14 +03:00
app.rs fix: fix App component signal handling and on_submit prop 2024-12-09 14:58:05 +03:00
lib.rs feat: update leptos to newest version 2024-12-06 14:45:14 +03:00
main.rs feat: update leptos to newest version 2024-12-06 14:45:14 +03:00