Re: [pgAdmin][patch] Common table styles and other styling improvements

Поиск
Список
Период
Сортировка
От Aditya Toshniwal
Тема Re: [pgAdmin][patch] Common table styles and other styling improvements
Дата
Msg-id CAM9w-_nQcS4swGQ6CZOspw26WZyFb4fV5AzsHtnWW4JufRfbHw@mail.gmail.com
обсуждение исходный текст
Ответ на [pgAdmin][patch] Common table styles and other styling improvements  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
Список pgadmin-hackers
Sample usage:
import { commonTableStyles } from '../Theme';
const tableClasses = commonTableStyles();
<table className={clsx(tableClasses.table, tableClasses.noBorder, tableClasses.borderBottom)}>


On Fri, Dec 24, 2021 at 3:44 PM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Hackers,

Attached patch adds a common table MUI style object which can be used on any table. Added a few more styling improvements.

Please review.

--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | edbpostgres.com
"Don't Complain about Heat, Plant a TREE"


--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | edbpostgres.com
"Don't Complain about Heat, Plant a TREE"

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

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][patch] Common table styles and other styling improvements
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fixed an issue where the Owner is not displayed in th