mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
0a1ebb69bd
- fix for a corner case prob when there was a valid seedphrase word (e.g. cat) that is at the same type a prefix for other valid suggestions (e.g. category, catalog, ...); it was imposible to select it using Enter key or mouse click from the suggestions popup at the last field - add a QML regression test for this issue - use standard subcomponents (StatusDropdown, StatusListView) reducing code duplication and unifying UI/UX Fixes #16291