feat(ui): keep password module display after user input existing password (#1624)
Co-authored-by: Sotatek-DukeVu <[email protected]>
Co-authored-by: Sotatek-DukeVu <[email protected]>
* chore: add the empty state message for earlier notifications. * fix: refine notification UI logic * fix: unify notification empty state logic and resolve UI regressions in NotificationSection
* feat(ui): replace blurry images * fix(ui): update blurry image --------- Co-authored-by: Sotatek-DukeVu <[email protected]>
* fix(ui): adjust recovery seedphrase modal * fix(ui): fix review comments --------- Co-authored-by: Sotatek-DukeVu <[email protected]>
* feat: dynamically control ConnectionsBody scroll based on search resultsand add component tests * feat: Dynamically control Connections page scrolling based on search results by adding a `scrollY` prop to `TabLayout`. * fix: connection search filtering * fix: Adjust Connections page layout * refactor(connections): simplify search map/filter chain into single pass reduce * refactor: Adjust connections UI layout ande remove scrollY * fix: Remove unused `scrollY` prop from `TabLayout` * fix: restore CSS regressions and fix scroll on connections list * fix: center search empty state and fix unwanted scroll * fix: Relocate connection search filtering logic to SearchConnectionContent
* feat(ui): remove out of date PIN screen * feat(ui): update UI for small screen * fix(ui): fix review comment --------- Co-authored-by: Sotatek-DukeVu <[email protected]>
Co-authored-by: Sotatek-DukeVu <[email protected]>