- Replaced `on_input` function with `Rc<dyn Fn(String)>` to enable cloning and safe usage in closures. - Introduced `is_editing` signal to manage toggling between display and input modes. - Added a persistent default key reference to avoid unnecessary updates. - Improved focus and blur handling for better state management. - Wrapped input and display logic in a dynamic `cell_view` function for cleaner separation. |
||
---|---|---|
.. | ||
components | ||
models | ||
app.rs | ||
lib.rs | ||
main.rs | ||
nostr.rs |