Commit graph

7 commits

Author SHA1 Message Date
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
123d3ef271 feat(item_list): add search button for Wikidata suggestions 2025-01-08 14:58:12 +03:00
37bc4e6ed4 style(editable cells): add styling for editable cell suggestions 2025-01-08 02:45:29 +03:00
8de9623a0d style(editable_cell): add styling to have a grid layout. 2025-01-06 16:06:06 +03:00
a08e501baf style(comparison table): add styling to comparison table 2024-12-17 16:15:57 +03:00
893c2d9ea7 feat(style): add stying 2024-12-10 18:35:39 +03:00
9afc89833a feat: update leptos to newest version 2024-12-06 14:45:14 +03:00