Commit Graph

2 Commits

Author SHA1 Message Date
Ryan Mwangi de6559e5e4 fix: resolve compilation issues in `ItemForm` component
- Updated signal declarations to use tuple destructuring for clarity and consistency.
- Corrected event type in `handle_submit` to `SubmitEvent` and added `prevent_default` to prevent page reload on form submission.
- Adjusted the `tags` signal to use `Vec<String>` for improved type safety.
- Fixed signal updates post-submission to ensure values are reset properly.
- Enhanced readability by explicitly referencing signal getters in `view!`.

This ensures the `ItemForm` component compiles and functions as intended.
2024-12-06 16:08:21 +03:00
Ryan Mwangi 9afc89833a feat: update leptos to newest version 2024-12-06 14:45:14 +03:00