pgadmin4/web/pgadmin
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
..
about Prevent users selecting elements of the UI that shouldn't be selectable. Fixes #1976 2016-11-18 10:55:00 +00:00
browser Clarify the close browser warning. 2016-12-19 12:12:43 +00:00
dashboard Fix time formatting on dashboards. Fixes #2032 2016-12-21 12:01:43 +00:00
help Stop using deprecated imports. 2016-07-22 16:25:23 +01:00
misc Minor Python 3/encoding fix in the file manager. 2016-12-12 09:49:00 +00:00
model Move security keys into the SQLite database, and auto-generate them. 2016-10-19 09:22:38 +01:00
preferences Ensure preferences values are stored properly. Fixes #1877 2016-10-21 15:06:45 +01:00
redirects Stop using deprecated imports. 2016-07-22 16:25:23 +01:00
settings Stop using deprecated imports. 2016-07-22 16:25:23 +01:00
static Minimise memory requirements for rendered cells and rows in SlickGrid. Fixes #2035 2016-12-22 17:43:42 +00:00
templates Misc fixes and additions for pgAgent support: 2016-09-22 15:27:59 +01:00
tools Minimise memory requirements for rendered cells and rows in SlickGrid. Fixes #2035 2016-12-22 17:43:42 +00:00
translations Fix various mis-spellings of VACUUM. Fixes #2005 2016-12-08 10:35:53 +00:00
utils Quote identifiers correctly in auto-complete. Fixes #1992 2016-12-05 13:15:03 +09:00
__init__.py Apparently Flask-HTMLmin still requires django-htmlmin 2016-11-21 13:37:52 +00:00
messages.pot Fix various mis-spellings of VACUUM. Fixes #2005 2016-12-08 10:35:53 +00:00