From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
---|---|
To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Port data filter dialog to React. Fixes #7340 |
Date: | 2022-04-28 06:41:04 |
Message-ID: | E1njxpo-0005C2-E7@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Port data filter dialog to React. Fixes #7340
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6e2ee9a21f796137149f9c13154f5cf6e40e4560
Modified Files
--------------
docs/en_US/images/viewdata_filter_dialog.png | Bin 39713 -> 46496 bytes
docs/en_US/release_notes_6_9.rst | 1 +
docs/en_US/viewdata_filter.rst | 2 -
web/pgadmin/browser/static/js/utility_view.jsx | 5 +-
web/pgadmin/tools/sqleditor/__init__.py | 8 +-
.../tools/sqleditor/static/js/SQLEditorModule.js | 4 +-
.../tools/sqleditor/static/js/show_view_data.js | 234 +++++----------------
web/webpack.test.config.js | 1 +
8 files changed, 68 insertions(+), 187 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Akshay Joshi | 2022-04-28 06:43:24 | Re: [pgAdmin][RM7305]: Dashboard Server Activity showing old queries as active, not always showing current queries |
Previous Message | Luther Miller | 2022-04-28 04:42:49 | Re: pgAdmin / git / Code |