voila-gridstack icon indicating copy to clipboard operation
voila-gridstack copied to clipboard

Dashboard template for Voilà based on GridStackJS

Results 25 voila-gridstack issues
Sort by recently updated
recently updated
newest added

![Screenshot_20220802_152058](https://user-images.githubusercontent.com/920400/182459107-d8c7f76e-62ec-485b-9f9c-b29788b0e750.png) Hello! I love the gridstack template! I almost feel like it should be used as the default one for HTML export. It seems only natural to not want to...

enhancement

hi, i tried running voila gridstack but i'm unable to do so, some assistance will be greatly appreciated ! (base) C:\Users\tyann>voila FYP0315.ipynb --template=gridstack [Voila] Using C:\Users\tyann\AppData\Local\Temp to store connection files...

bug

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

This will be a follow-up issue to https://github.com/voila-dashboards/voila-gridstack/pull/69 The idea is to reuse the same components as the ones used for the JupyterLab Extension, by having a standalone lab-based app...

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.3.2. Changelog Sourced from nanoid's changelog. 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced package size. 3.3 Added size argument to function from customAlphabet (by Stefan Sundin)....

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Running the template on a notebook without metadata results in the cells appearing last to first with large whitespace between cells. I think it would be better to use the...

enhancement
template

For now user facing strings are not necessarily translated and most of them are hardcoded in English: https://github.com/voila-dashboards/voila-gridstack/blob/98790496a1e1d987bb7ef23ed5196aa44b068056/packages/jupyterlab-gridstack/src/editor/components/metadata.tsx#L67 There could be a pass on the code base to add support...

enhancement
jupyterlab-extension

Floating widgets in dashboard can be particularly annoying when moving around large widgets. It could be interesting to switch the compact button to a toggle button such that grid float...

enhancement
jupyterlab-extension

For now drag-and-drop of one cell to the editor is handled nicely. But if multiple cells are selected, only the current active cell is dropped. We should figure out what...

enhancement
jupyterlab-extension