Re: [pgAdmin][patch] Common table styles and other styling improvements - Mailing list pgadmin-hackers

From Aditya Toshniwal
Subject Re: [pgAdmin][patch] Common table styles and other styling improvements
Date
Msg-id CAM9w-_nQcS4swGQ6CZOspw26WZyFb4fV5AzsHtnWW4JufRfbHw@mail.gmail.com
Whole thread Raw
In response to [pgAdmin][patch] Common table styles and other styling improvements  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
List 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 by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][patch] Common table styles and other styling improvements
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed an issue where the Owner is not displayed in th