Room-Elephant / extension-chrome-key-retriever

Boost your web development productivity with this feature-rich extension. Gain complete visibility into the session, local, and cookie storage keys of your websites. Explore advanced functionalities like modifying these storage values and monitoring keys and sub keys effortlessly.
https://key-retriever.room-elephant.com/
Apache License 2.0
11 stars 2 forks source link

feat: add validation to add key form #27

Closed Marianarodrigues7 closed 1 year ago

Marianarodrigues7 commented 1 year ago

This PR adds a form validation to add key form. Now, fields alias and key are mandatory to fill before submitting. If one of these (or both) are not filled, when clicking "save key" it will show an error border and message providing instructions to fill the missing fields. When user fills the missing keys, as soon as he types it will appear a success border and no error message. After saving successfully a key or canceling add key, this validation is reseted.

Also, this PR adds a placeholder to alias, key and subkey field.

Screenshots

Form Validation

image

After correcting one field:

image

Placeholders

Placeholder for alias:

image

Placeholder for key:

image

Placeholder for subkey:

image