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

Add JSONEditor widget #1974

Merged
merged 7 commits into from
Feb 10, 2022
Merged

Add JSONEditor widget #1974

merged 7 commits into from
Feb 10, 2022

Conversation

philippjfr
Copy link
Member

Uses JSONEditor library to edit JSON in a tree view.

@philippjfr philippjfr added this to the v0.12.0 milestone Mar 8, 2021
@philippjfr philippjfr modified the milestones: v0.12.0, v0.12.x Jun 30, 2021
@philippjfr philippjfr modified the milestones: v0.12.x, v0.13.0 Dec 7, 2021
@MarcSkovMadsen
Copy link
Collaborator

Is it also for editing List and Dict parameters?

@philippjfr
Copy link
Member Author

Is it also for editing List and Dict parameters?

Certainly could be.

@codecov
Copy link

codecov bot commented Feb 10, 2022

Codecov Report

Merging #1974 (58814da) into master (06cb858) will decrease coverage by 0.04%.
The diff coverage is 89.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1974      +/-   ##
==========================================
- Coverage   82.99%   82.95%   -0.05%     
==========================================
  Files         192      193       +1     
  Lines       25481    25572      +91     
==========================================
+ Hits        21147    21212      +65     
- Misses       4334     4360      +26     
Impacted Files Coverage Δ
panel/config.py 61.29% <ø> (ø)
panel/models/json_editor.py 83.33% <83.33%> (ø)
panel/widgets/__init__.py 100.00% <100.00%> (ø)
panel/widgets/misc.py 95.08% <100.00%> (+0.74%) ⬆️
panel/tests/command/test_serve.py 83.54% <0.00%> (-1.46%) ⬇️
panel/viewable.py 69.36% <0.00%> (-1.09%) ⬇️
panel/pane/markup.py 96.17% <0.00%> (-1.05%) ⬇️
panel/tests/pane/test_plotly.py 98.15% <0.00%> (-0.62%) ⬇️
panel/widgets/input.py 96.29% <0.00%> (-0.46%) ⬇️
panel/param.py 86.83% <0.00%> (-0.21%) ⬇️
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 06cb858...58814da. Read the comment docs.

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.

None yet

2 participants