-
Notifications
You must be signed in to change notification settings - Fork 36
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
Implemented detection of outdated or not #90
base: master
Are you sure you want to change the base?
Conversation
I have made the changes I think you asked for. If I missed something, I apologize. I noticed a flaw in the initial attempt where it would only set the latest stuff if they didn't have it cached. Now it's split up to
|
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.
def dont want the dangerous html usage. this can be done the correct way with JSX.
- Got rid of the need to use dangerouslySetInnerHTML - Changed the labels to not use strings and to actually set the values
This is the first time I've used React, I know this isn't clean.
If someone who is good in JS would like to clean it up / make some changes, I'd be more than grateful.