Compareware/src
Ryan Mwangi da720a48d3 refactor(item_list): Refactor ItemsList component to improve readability and reuse.
- Extracted item selection toggle logic into a dedicated `toggle_selection` function.
- Simplified access to item properties in views by using references (`&`).
- Improved code clarity and maintainability by reducing inline complexity.
2024-12-18 16:00:40 +03:00
..
components refactor(item_list): Refactor ItemsList component to improve readability and reuse. 2024-12-18 16:00:40 +03:00
models feat(rating): add rating system 1-5 2024-12-17 13:39:41 +03:00
app.rs feat(rating): add rating system 1-5 2024-12-17 13:39:41 +03:00
lib.rs feat(nostr): integrate nostr 2024-12-10 22:28:38 +03:00
main.rs feat: update leptos to newest version 2024-12-06 14:45:14 +03:00
nostr.rs test(nostr): add log messages 2024-12-16 13:31:11 +03:00