pgadmin4/web
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
..
migrations Add support for setting prepare threshold in server connection. #6285 2023-10-12 16:54:06 +05:30
pgacloud Fix PEP8 issues with latest pycodestyle (#6636) 2023-07-31 18:14:39 +05:30
pgadmin Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
regression Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
.editorconfig Fixed focus color issue for Alertify dialog buttons. Fixes #5292 2020-03-26 15:30:31 +05:30
.eslintignore Added support for Two-factor authentication for improving security. Fixes #6543 2021-12-02 16:47:18 +05:30
.eslintrc.js Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
.yarnrc.yml Attempt to fix failing git action JS test case due to checksum error 2023-07-19 18:22:45 +05:30
babel.cfg Update message catalog. 2022-04-01 17:22:16 +05:30
babel.config.json Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
config.py Update version for v7.8 release 2023-10-16 15:11:27 +05:30
jest.config.js Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
package.json Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
pgAdmin4.py Ignore Python 3.8 minor versions while fixing eventlet issues for Python 3.9. 2023-06-09 16:05:01 +05:30
pgAdmin4.wsgi Fix incorrect redirection URL after authentication by removing fixed value set to SCRIPT_NAME environment variable in pgAdmin4.wsgi file.#5454 2023-08-03 09:18:43 +05:30
pgadmin.themes.json 1) Port schema diff to React. Fixes #6133 2022-09-07 19:20:03 +05:30
setup.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
webpack.config.js Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
webpack.shim.js Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
yarn.lock Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30