pgadmin4/web/pgadmin/static/js/helpers
Aditya Toshniwal 25b89f7624 Fixed the following issues for the new query tool:
1) Failed to fetch query history error sometimes.
 2) In copy paste row, if a copied row has [null], then those are pasted as an empty string.
 3) When Data output is empty, show an empty grid.
 4) Schema diff generates a script button resulting in an empty window. Fixes #7306.
 5) Detach the DataOutput panel > Try editing text cell > Text editor is hidden behind the data output panel

refs #6131
2022-04-25 18:11:39 +05:30
..
wizard Fixed code smell 'Unexpected empty arrow function' reported by SonarQube. 2022-01-12 17:32:20 +05:30
DataGridViewWithHeaderForm.jsx Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
ErrorBoundary.jsx 1) Fixed an issue where a warning message was shown after database creation/modification. Fixes #7142. 2022-01-31 13:41:22 +05:30
EventBus.js Fixed following issues for query tool after react porting: 2022-04-18 12:50:51 +05:30
Layout.jsx Fixed the following issues for the new query tool: 2022-04-25 18:11:39 +05:30
legacyConnector.js Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
ModalProvider.jsx 1. Add min width to panels. 2022-04-22 18:17:01 +05:30
Notifier.jsx Ensure that the master password dialog is popped up if the crypt key is missing. Fixes #6960 2022-04-04 17:00:18 +05:30