Added functionality to allow you to save and recall your favourite label settings #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi there,
( trying this PR again, really stuffed up the last PR'd branch, this one is way cleaner)
This is an Enhancement!
Added functionality to allow you to save and recall your favourite label settings.
Store / add a Label profile / settings
Update a Label profile / settings
Delete a Label profile / settings
These persist on the local browser only.
Stores /recalls the label info from / to the form input controls, saves them as JSON in the EasyEDA local storage, I stuff them into a dropdown which allows you to recall them which just injects the stored json values back into to the form controls.
(Might need to do an export function next)
Please review / test and idealy accept my enhancement PR for your great EasyEDA label maker software - i use it a lot!
Cheers,
Matt.