pgadmin4/web
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
..
pgadmin Minimise memory requirements for rendered cells and rows in SlickGrid. Fixes #2035 2016-12-22 17:43:42 +00:00
regression Always create databases from template0 when running regression tests, to ensure consistency and avoid concurrency issues. 2016-10-18 11:57:31 +01:00
babel.cfg Include SQL templates in the translation template. 2016-11-14 11:53:20 +00:00
config.py Allow a placeholder ($DIR) to be used in utility paths to make it easier to use relative paths. 2016-11-23 13:35:27 +00:00
pgAdmin4.py Move security keys into the SQLite database, and auto-generate them. 2016-10-19 09:22:38 +01:00
pgAdmin4.wsgi Fix WSGI support. 2016-08-18 13:43:00 +01:00
setup.py Ensure the auto-generated CSRF_SESSION_KEY, SECRET_KEY, 2016-10-20 13:16:31 +05:30