-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autofill management UI and subdomain matching #2018
Conversation
@@ -376,8 +385,6 @@ final class PasswordManagementItemListModel: ObservableObject { | |||
itemsByCategory = itemsByCategory.filter { $0.item(matches: filter) } | |||
} | |||
|
|||
clearSelection() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made this change as part of this PR which broke selection highlighting for non empty states so i've moved this call to line 250 where it is now behaving properly for both empty & non-empty states
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* main: (24 commits) Autofill management UI and subdomain matching (#2018) Update BSK with autofill 10.0.3 (#2051) display "you can delete passwords file" for Safari (#2050) Bump version to 1.70.0 (101) Update embedded files Fix permission request (#2046) update banner colour (#2044) update banner colour (#2044) Force reload on DBP notifications (#2028) update copy (#2042) Suspend Sync when updating device name (#2037) update copy (#2042) Update Enter Code view in Sync Account Recovery (#2038) Suspend Sync when updating device name (#2037) Extend hover area for address bar's bookmark button over bookmarks bar and tab bar (#2020) Bump version to 1.70.0 (100) Update embedded files DBP remote messaging (#1997) Move Preferences views to SwiftUIExtension package (#2035) Add API to obtain reason why given feature is disabled (#2030) ...
* main: Fix serverlocation in connection notification (#2053) Use GRDB.swift 2.23.0 (upstream 6.32.0, SQLCipher 4.5.5) (#2021) Bump version to 1.70.0 (103) Update embedded files macOS: Fix issue with not being able to add favorites for existing bookmarks in the latest 1.70.0 internal (#2059) Bump version to 1.70.0 (102) Update embedded files Remove observer from DataBrokerProtectionViewController (#2057) Fixes VPN tunnel update logic (#2052) Update Sync dialogs titles (#2055) Autofill management UI and subdomain matching (#2018) Update BSK with autofill 10.0.3 (#2051) display "you can delete passwords file" for Safari (#2050) Add Bookmark modal in SwiftUI (#2032)
Task/Issue URL: https://app.asana.com/0/1200930669568058/1206195170500835/f
Tech Design URL:
CC:
Description:
Update to autofill management auto selection logic to take subdomains into account + a fix of the highlighting of the selected item
Steps to test this PR:
Passwords
and confirm the logins list is correctly displayedCredit Cards
from the dropdown filter and confirm the empty state is correctly displayedInternal references:
Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation