You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, for the JSON column field, the editing experience in the side drawer on the right is not great. Users have to click on the field value, make the change and then press the save button.
Describe the solution you'd like
Needs a better UI for building JSON visually ability to click + and then key-value pairs in tree formation
The text was updated successfully, but these errors were encountered:
* develop: (21 commits)
generateBiggerId: remove console.log
fix generateSmallerId algorithm (#567)
fix merge
fix inline cell of connect-service
Fixes issue where the title field name is shown rather than the value
Update reload screen copy (#530)
Derivatives: don't list current field in listener field options
potentially fix side drawer randomly scrolling
JSON field: improve tree editor dark mode
JSON: fix array support
CodeEditor: use text field background color
added a temp skip button for rules setting step
JSON editor: add code editor mode (#509)
CodeEditor: use TextField box-shadows & fix RichTextEditor box-shadows
CodeEditor: fix onChange not being passed as prop
consolidate CodeEditor to components/CodeEditor, allow resize, use github themes
add CircularProgressOptical
Import CSV: prevent import to ID field
Import CSV: fix crash
User Settings: move darker dark mode to theme
...
Is your feature request related to a problem? Please describe.
Currently, for the JSON column field, the editing experience in the side drawer on the right is not great. Users have to click on the field value, make the change and then press the save button.
Describe the solution you'd like
Needs a better UI for building JSON visually ability to click + and then key-value pairs in tree formation
The text was updated successfully, but these errors were encountered: