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

Deck now remembers the side menu state #723

Merged
merged 2 commits into from
Nov 23, 2018

Conversation

weeman1337
Copy link
Member

Summary

The side menu state is now stored in local storage.
I've also updated the jshint file and at least the code I touched to make it compliant.

Checklist

  • Code is properly formatted
  • Sign-off message is added to all commits
  • Tests (unit, integration, api and/or acceptance) are included - none
  • Documentation (manuals or wiki) has been updated or is not required - I don't think it's required

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
@@ -1,4 +1,6 @@
{
"esversion": 6,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I switched JSHint to ES6, because Deck uses ES6 for it's code.

@@ -39,7 +40,6 @@
"plusplus" : false,
"quotmark" : "single",
"regexp" : false,
"strict" : true,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ES6 modules are always strict; so this isn't required any more

Copy link
Member

@juliushaertl juliushaertl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work @weeman1337 Thanks a lot!

@juliushaertl juliushaertl merged commit 2ecba36 into master Nov 23, 2018
@juliushaertl juliushaertl deleted the feature-631/remember-side-menu-state branch November 23, 2018 14:31
@juliushaertl juliushaertl added this to the 🐛 Next minor (0.5.1) milestone Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants