Skip to content
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

Add extended address field #268

Merged
merged 3 commits into from
Sep 26, 2024

Commits on Sep 25, 2024

  1. fix: Do not autofill two times the same HTML field with contacts

    The fill script is generated by taking into accounts :
    - the cipher itself (login, card, contact)
    - the fields of the cipher
    
    For some reason, we added every contact field in the fields of the
    cipher. So the autofill function sometimes try to autofill the same
    HTML field two times : one because there is a match with the contact
    and one because there is a match with the same value in fields.
    
    We fix this by skipping fields during contact autofill.
    zatteo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    499acf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. feat: Manage extended address in autofill

    - Lieu dit
    - Étage
    - Batiment
    - Escalier
    - Appartement
    - Code d'entrée
    
    Dictionary is very simple for the moment but it is enough for our
    test site.
    zatteo committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2669b09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91fc438 View commit details
    Browse the repository at this point in the history