pgAdmin 4 commit: Added support for formatted JSON viewer/editor when i - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added support for formatted JSON viewer/editor when i
Date
Msg-id E1mAndZ-0000go-K9@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added support for formatted JSON viewer/editor when interacting with data in a JSON column. Fixes #5198

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8e214ca8fb9df8669e1f293fb06164b63b52b1fc
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
docs/en_US/editgrid.rst                            |  80 ++++
.../images/json_editor_code_preview_tool_bar.png   | Bin 0 -> 16055 bytes
docs/en_US/images/json_editor_modes.png            | Bin 0 -> 396571 bytes
.../images/json_editor_tree_form_mode_tool_bar.png | Bin 0 -> 15521 bytes
docs/en_US/release_notes_5_6.rst                   |   1 +
web/package.json                                   |   1 +
web/pgadmin/feature_tests/view_data_dml_queries.py |  25 +-
web/pgadmin/static/css/style.css                   |   2 +
web/pgadmin/static/js/slickgrid/editors.js         | 155 +++++---
web/pgadmin/static/scss/_jsoneditor.overrides.scss | 406 +++++++++++++++++++++
web/pgadmin/static/scss/pgadmin.scss               |   1 +
.../tools/sqleditor/static/scss/_sqleditor.scss    |  14 +
web/regression/feature_utils/locators.py           |   2 +
web/webpack.shim.js                                |   1 +
web/yarn.lock                                      |  64 +++-
15 files changed, 708 insertions(+), 44 deletions(-)


pgadmin-hackers by date:

Previous
From: Semab Tariq
Date:
Subject: Re: PFA: Patch to generate universal(arm64, x86_64) binaries for macOS
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][patch] - Feature #5198 - Use a formatted json viewer/editor when interacting with data in a json column.