EasyApp-RPI / EasyApp

EasyApp is a chrome extension that allows users to autofill job applications, draft application responses, navigate job listings, tweak user resumes to fit job description, and much more!
MIT License
10 stars 2 forks source link

Autofill Alerts #51

Closed Tripplenut closed 9 months ago

Tripplenut commented 10 months ago

Pull Request

Description

This PR messes with the popup autofill button. There are 3 "states" of the button. The first and most common state is the regular blue autofill button that does nothing and is there to look pretty. Another state is a red error button when you click it but no settings page options are filled out. Only when at least one thing is filled out (even if its just whitespace) it allows you to autofill a page. This is meant to help new users configure their settings as when they first load up the extension they may not go straight to the settings page. The third state is a nice green success button that indicates the page being auto filled. Now there is a visual queue that tells the user something happened. It is only like this for 3 seconds then it goes back to the basic blue state.

Closes #50

Type of change

How Has This Been Tested?

It works on my machine lol

Checklist