Compareware/src
ryan 430cf3e6df feat(editable cells): add support for multiple input types in EditableCell component
- Introduced `InputType` enum to support both `Text` and `TextArea` input types.
- Updated `EditableCell` component to accept `input_type` as a parameter.
- Added logic to handle input events for both `Text` and `TextArea` fields.
- Implemented `textarea_ref` to support `<textarea>` elements.
- Used match expressions to dynamically render either `<input>` or `<textarea>` based on the `input_type` provided.
2025-01-10 20:56:25 +03:00
..
components feat(editable cells): add support for multiple input types in EditableCell component 2025-01-10 20:56:25 +03:00
models feat(items-list): enable dynamic custom properties 2025-01-03 14:15:17 +03:00
app.rs feat(item_list): add search button for Wikidata suggestions 2025-01-08 14:58:12 +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