Compareware/src
Ryan Mwangi 82b8b447dc fix(item-form): update tag handling to support key-value pairs
- Changed `tags` signal type from `Vec<String>` to `Vec<(String, String)>` for richer data representation.
- Updated `on_submit` callback to align with the new `tags` structure.
- Modified form submission logic to accommodate changes in tag handling.
2024-12-09 19:20:18 +03:00
..
components fix(item-form): update tag handling to support key-value pairs 2024-12-09 19:20:18 +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