We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
If you open some deephaven.ui widgets and export the layout, then try and import the layout, the deephaven.ui widgets will not load.
Steps to reproduce
from deephaven import ui @ui.component def counter(): count, set_count = ui.use_state(0) return ui.action_button( f"You pressed me {count} times", on_press=lambda _: set_count(count + 1) ) result = counter()
Expected results 4. Same layout should open up
Actual results
Additional details and attachments deephaven-app-layout-2024-03-09-082717.json
Versions
Engine Version: 0.34.0-SNAPSHOT Web UI Version: 0.68.0 Java Version: 21.0.2 Barrage Version: 0.6.0 Browser Name: Chrome 122 OS Name: macOS 10.15.7
The text was updated successfully, but these errors were encountered:
fix: Save/load plugin data with layout (#1866)
e64407d
- Plugin data was not getting saved with the workspace - Reload the dashboard when a layout is imported by updating the key - Fixes #1861
mofojed
Successfully merging a pull request may close this issue.
Description
If you open some deephaven.ui widgets and export the layout, then try and import the layout, the deephaven.ui widgets will not load.
Steps to reproduce
Expected results
4. Same layout should open up
Actual results
Additional details and attachments
deephaven-app-layout-2024-03-09-082717.json
Versions
Engine Version: 0.34.0-SNAPSHOT
Web UI Version: 0.68.0
Java Version: 21.0.2
Barrage Version: 0.6.0
Browser Name: Chrome 122
OS Name: macOS 10.15.7
The text was updated successfully, but these errors were encountered: