open-formulieren / open-forms

Smart and dynamic forms
https://open-forms.readthedocs.io
Other
37 stars 26 forks source link

:sparkles: [#4707] Resizable json widget #4786

Closed robinmolen closed 1 week ago

robinmolen commented 4 weeks ago

Closes #4707

Changes

Checklist

Check off the items that are completed or not relevant.

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.55%. Comparing base (7a6e0d3) to head (2d3356a). Report is 8 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4786 +/- ## ======================================= Coverage 96.55% 96.55% ======================================= Files 748 748 Lines 25413 25413 Branches 3358 3358 ======================================= Hits 24538 24538 Misses 610 610 Partials 265 265 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

robinmolen commented 2 weeks ago

I've made a couple of changes..

All Json widget's are now resizable, starting from the default width. At first I only made the "set a form variable action" json widget resizable, because the ticket was regarding that situation. But there isn't a real reason why only that json widget should be resizable, so the functionality is now available for all json widgets.

The json widget is now resizable both horizontal and vertical, and the error message issue has been resolved