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

Upgrade to gridstack 2.0 #56

Merged
merged 9 commits into from
Sep 21, 2020
Merged

Conversation

jtpio
Copy link
Member

@jtpio jtpio commented Sep 9, 2020

Fixes #48.

TODO

  • Update template
  • Update classic notebook extension
  • Fix warnings (deprecated attributes)
  • Update the tests

@jtpio jtpio marked this pull request as ready for review September 10, 2020 11:07
@@ -52,7 +52,6 @@ def get_data_files():
'voila-gridstack/static/voila-gridstack.js',
'voila-gridstack/static/voila-gridstack.css',
'voila-gridstack/static/gridstack.js',
'voila-gridstack/static/gridstack.jqueryUI_require.js'
Copy link
Member

Choose a reason for hiding this comment

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

🎉

Copy link
Member

Choose a reason for hiding this comment

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

@jtpio should we keep the listing of gridstack.js above?

Copy link
Member Author

Choose a reason for hiding this comment

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

Looks like it's still needed for the classic notebook extension:

'nbextensions/voila-gridstack/gridstack',

Copy link
Member

Choose a reason for hiding this comment

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

But you delete the gridstack.js file from the repository?

Copy link
Member Author

@jtpio jtpio Sep 10, 2020

Choose a reason for hiding this comment

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

It's not deleted but updated with the new (minified) version.

Copy link
Member

Choose a reason for hiding this comment

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

Sorry, I am confused. I see the file deleted in the PR.

@jtpio
Copy link
Member Author

jtpio commented Sep 10, 2020

We can tackle #26 in a separate PR.

@jtpio

This comment has been minimized.

@SylvainCorlay SylvainCorlay merged commit 33b8002 into voila-dashboards:master Sep 21, 2020
@jtpio jtpio deleted the gridstack-2 branch September 21, 2020 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to gridstack 2.0.0
2 participants