| From: | Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | Re: [pgAdmin][patch] Common table styles and other styling improvements |
| Date: | 2021-12-24 10:16:29 |
| Message-ID: | CAM9w-_nQcS4swGQ6CZOspw26WZyFb4fV5AzsHtnWW4JufRfbHw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(dot)toshniwal(at)enterprisedb(dot)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*
> <http://edbpostgres.com>
> "Don't Complain about Heat, Plant a TREE"
>
--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | *edbpostgres.com*
<http://edbpostgres.com>
"Don't Complain about Heat, Plant a TREE"
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Akshay Joshi | 2021-12-24 10:46:07 | pgAdmin 4 commit: Added a common table MUI style object which can be us |
| Previous Message | Aditya Toshniwal | 2021-12-24 10:14:36 | [pgAdmin][patch] Common table styles and other styling improvements |