pgadmin4/web/pgadmin/static/js
Aditya Toshniwal f16498a8a7 Optimize Webpack to improve overall performance.
Changes include:
1) Remove underscore-string and sprintf-js packages as we were using only %s. Instead, added a function to do the same. Also changed gettext to behave like sprintf directly.
2) backgrid.sizeable.columns was not used anywhere, removed. @babel/polyfill is deprecated, replaced it with core-js.
3) Moved few css to make sure they get minified and bundled.
4) Added Flask-Compress to send static files as compressed gzip. This will reduce network traffic and improve initial load time for pgAdmin.
5) Split few JS files to make code reusable.
6) Lazy load few modules like leaflet, wkx is required only if geometry viewer is opened. snapsvg loaded only when explain plan is executed. This will improve sqleditor initial opening time.

Reviewed By: Khushboo Vashi
Fixes #4701
2019-10-10 12:05:28 +05:30
..
alertify Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
browser Ensure port and username should not be mandatory when a service is provided. Fixes #4642 2019-09-13 11:54:16 +05:30
codemirror Add editor options for plain text mode and to disable block folding to 2019-09-04 15:46:08 +01:00
history Remove the large and unnecessary dependency on React and 87 other related libraries. Fixes #4018 2019-03-07 10:51:59 +00:00
misc/statistics Update copyright notices for 2019 2019-01-02 15:54:12 +05:30
nodes Update copyright notices for 2019 2019-01-02 15:54:12 +05:30
selection There is no option to Copy data with headers from Query Tool/View Data. 2019-09-27 12:14:39 +05:30
slickgrid 1) Ensure Boolean columns should be editable using keyboard keys. Fixes #3778 2019-08-28 11:09:30 +05:30
sqleditor Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
tree Add an optimisation to the internal code responsible for searching for treeview nodes. Fixes #4570 2019-08-06 14:02:57 +01:00
alertify.pgadmin.defaults.js Ensure that the Return key can be used to submit the Master Password dialogue. Fixes #4310 2019-06-10 14:03:56 +01:00
backform.pgadmin.js Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
backgrid.pgadmin.js Fix an error where 'false' string is displayed when we add a new parameter in the Parameters tab, 2019-10-07 16:00:28 +05:30
check_node_visibility.js Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
csrf.js Fixed CSRF security vulnerability issue. per Alvin Lindstam. Fixes #4217 2019-05-28 10:59:51 +05:30
dialog_tab_navigator.js Allow keyboard navigation of all controls on subnode grids. Partially fixes #3919 2019-07-11 10:14:01 +01:00
gettext.js Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
keyboard_shortcuts.js Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
modify_animation.js Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
pgadmin.js Fixes # 4778 - Implement the query plan analyzer 2019-10-08 16:44:24 +05:30
size_prettify.js Update copyright notices for 2019 2019-01-02 15:54:12 +05:30
sqleditor_utils.js Ensure editable and read-only columns in Query Tool should be identified by icons and tooltips in the column header. Fixes #4667 2019-08-26 14:17:40 +05:30
url_for.js Update copyright notices for 2019 2019-01-02 15:54:12 +05:30
utils.js Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
window.js Fix issue where pgAdmin does not load completely if loaded in an iframe. Fixes #4756 2019-09-23 12:55:02 +05:30