pgadmin4/web/pgadmin/static/js
Aditya Toshniwal 862f101772
Significant changes to use ReactJS extensively.
1. Replace the current layout library wcDocker with ReactJS based rc-dock. #6479
2. Have close buttons on individual panel tabs instead of common. #2821
3. Changes in the context menu on panel tabs - Add close, close all and close others menu items. #5394
4. Allow closing all the tabs, including SQL and Properties. #4733
5. Changes in docking behaviour of different tabs based on user requests and remove lock layout menu.
6. Fix an issue where the scroll position of panels was not remembered on Firefox. #2986
7. Reset layout now will not require page refresh and is done spontaneously.
8. Use the zustand store for storing preferences instead of plain JS objects. This will help reflecting preferences immediately.
9. The above fix incorrect format (no indent) of SQL stored functions/procedures. #6720
10. New version check is moved to an async request now instead of app start to improve startup performance.
11. Remove jQuery and Bootstrap completely.
12. Replace jasmine and karma test runner with jest. Migrate all the JS test cases to jest. This will save time in writing and debugging JS tests.
13. Other important code improvements and cleanup.
2023-10-23 17:43:17 +05:30
..
browser Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
chartjs Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
codemirror Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
components Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
Dialogs Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
Explain Fix an issue in graphical explain plan where query tool crashes when the plan has parallel workers details and sort node is clicked for details. #6858 2023-10-16 11:40:43 +05:30
helpers Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
history Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
misc/statistics Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
nodes Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
PgTreeView Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
QuickSearch Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
SchemaView Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
SecurityPages Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
Theme Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
tree Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
api_instance.js Use fetch instead of axios to close connections in SQLEditor, ERD, Schema Diff and Debugger to ensure it completes. When closing a browser tab, axios does not guarantee AJAX request completion. #5894 2023-03-20 18:20:48 +05:30
AppMenuBar.jsx Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
BrowserComponent.jsx Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
check_node_visibility.js Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
clipboard.js Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
csrf.js Remove usage of jQuery in pgAdmin. 2023-02-10 10:28:39 +05:30
custom_hooks.js Reposition the select dropdown when the browser is resized. #5206 2022-10-20 16:21:59 +05:30
custom_prop_types.js Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
gettext.js Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
is_native.js Fixed SonarQube issues. 2022-09-08 18:08:58 +05:30
keyboard_shortcuts.js Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
pgadmin.fonticon.js Updated the JS dependencies to the latest 2021-02-10 12:47:52 +05:30
pgadmin.js Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
socket_instance.js Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
to_px.js Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
ToolView.jsx Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
url_for.js Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
UtilityView.jsx Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
utils.js Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
validators.js Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
window.js Update copyright notices for 2023 2023-01-02 11:53:55 +05:30