pgadmin4/web/pgadmin/tools
Dave Page 87d4937726 Minimise memory requirements for rendered cells and rows in SlickGrid. Fixes #2035
- The CSS class 'slick-row' has been renamed to 'sr'

- The CSS class 'slick-cell' has been renamed to 'sc'

- The SQL Editor included an unused 'normal_row' class on each row which has been removed as it was unreferenced in the code or CSS.

The intent of these changes is to minimise memory usage by the grid, by saving a few bytes per row/cell.
It's questionable how much difference this actually makes given that SlickGrid updates the document so it
only includes the visible rows on the fly, but every little helps.
2016-12-22 17:43:42 +00:00
..
backup Treat databases with datallowconn=false appropriately. Fixes #1801 2016-12-09 11:59:13 +00:00
datagrid Allow users to enable wrapping of code in SQL boxes. Fixes#2025 2016-12-16 17:07:41 +00:00
debugger Allow users to enable wrapping of code in SQL boxes. Fixes#2025 2016-12-16 17:07:41 +00:00
grant_wizard fix display of double scrollbars on the grant wizard. Fixes #2028 2016-12-19 09:25:14 +00:00
import_export Allow selection of process output and commands. 2016-11-18 12:05:19 +00:00
maintenance Treat databases with datallowconn=false appropriately. Fixes #1801 2016-12-09 11:59:13 +00:00
restore Treat databases with datallowconn=false appropriately. Fixes #1801 2016-12-09 11:59:13 +00:00
sqleditor Minimise memory requirements for rendered cells and rows in SlickGrid. Fixes #2035 2016-12-22 17:43:42 +00:00
user_management Fix numerous encoding issues. Fixes #1307. Fixes #1479 2016-07-26 15:05:14 +01:00
__init__.py Stop using deprecated imports. 2016-07-22 16:25:23 +01:00