pgAdmin 4 commit: Change the explain plan SVG colors based on the theme

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Change the explain plan SVG colors based on the theme
Дата
Msg-id E1kIvFl-00052m-Ty@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Change the explain plan SVG colors based on the theme. Fixed some minor color issues in the analysis tab.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bf183bdcffb707167a599ea6b72cb9827e01227f
Author: Aditya Toshniwal  <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/misc/static/explain/js/explain.js                | 10 +++++++---
web/pgadmin/misc/static/explain/scss/_explain.scss           | 10 +---------
web/pgadmin/static/scss/pgadmin.scss                         |  1 +
web/pgadmin/static/scss/resources/dark/_theme.variables.scss |  2 +-
4 files changed, 10 insertions(+), 13 deletions(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 v4.26 released
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: pgAdmin 4 commit: 1) Added email id validation on the login page.