[pgadmin-hackers] pgAdmin 4 commit: Minimise memory requirements for rendered cells andr

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Minimise memory requirements for rendered cells andr
Дата
Msg-id E1cK7PE-0005PV-Ey@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
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
codeor 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.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=87d49377261c9a6fa92bd19dc045740bc68eb701

Modified Files
--------------
.../static/css/slickgrid/slick-default-theme.css   | 20 +++++++++---------
web/pgadmin/static/css/slickgrid/slick.grid.css    | 12 +++++------
web/pgadmin/static/js/slickgrid/README             |  9 ++++++++
web/pgadmin/static/js/slickgrid/slick.grid.js      | 24 +++++++++++-----------
.../tools/sqleditor/static/css/sqleditor.css       | 14 ++++++-------
.../sqleditor/templates/sqleditor/js/sqleditor.js  |  4 ++--
6 files changed, 46 insertions(+), 37 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] PATCH: To fix the issue in Notes control (pgAdmin4)
Следующее
От: Surinder Kumar
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fix RM1790 - [Web] Supportsetting a field's value to "null"