pgadmin4/web/pgadmin/static/js/helpers
Ashesh Vashi 52af8d3e49
Introduce custom React Hook useSchemaState to simplify SchemaView component. #7776
Changes include: 
- Simplify current SchemaView code
- Add ability to reuse the schema data & state management implementation outside the SchemaDialogView component.
- Further split components in small and manageable separate files.
- Removed the 'DepListenerContext' context as there was no need for separate context.
- Added a reload functionality in the 'useSchemaState'
- Changes in feature tests.
2024-08-02 09:59:01 +05:30
..
Layout Fixed SonarQube code smells. 2024-06-13 18:48:02 +05:30
wizard Fixed bugs found while testing makeStyles JSS changes. #7363 2024-06-17 15:45:40 +05:30
DataGridViewWithHeaderForm.jsx Remove the usage of MUI makeStyles as it doesn't support React 18. #7363 2024-06-06 17:13:12 +05:30
ErrorBoundary.jsx Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
EventBus.js Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
MainMoreToolbar.jsx - Update MUI v4 to v5 2024-04-09 08:21:14 +05:30
Menu.js - Fix few SonarQube issues. 2024-07-02 10:34:30 +05:30
ModalProvider.jsx Remove the usage of MUI makeStyles as it doesn't support React 18. #7363 2024-06-06 17:13:12 +05:30
Notifier.jsx Introduce custom React Hook useSchemaState to simplify SchemaView component. #7776 2024-08-02 09:59:01 +05:30
ObjectExplorerToolbar.jsx - Fix few SonarQube issues. 2024-07-02 10:34:30 +05:30
showFileManager.js 1) Port the file/storage manager to React. Fixes #7313 2022-07-19 15:27:47 +05:30
withColorPicker.js - Set the browser target to ES6 and reduce the JS bundle size considerably 2024-07-04 18:25:47 +05:30
withStandardTabInfo.jsx - Set the browser target to ES6 and reduce the JS bundle size considerably 2024-07-04 18:25:47 +05:30