Thread: [pgAdmin][patch] Common table styles and other styling improvements
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"
Attachment
Sample usage:
import { commonTableStyles } from '../Theme';
const tableClasses = commonTableStyles();
<table className={clsx(tableClasses.table, tableClasses.noBorder, tableClasses.borderBottom)}>
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 ToshniwalpgAdmin 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"
Thanks, the patch applied.
On Fri, Dec 24, 2021 at 3:45 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 ToshniwalpgAdmin Hacker | Software Architect | edbpostgres.com"Don't Complain about Heat, Plant a TREE"
Thanks & Regards
Akshay Joshi
pgAdmin Hacker | Principal Software Architect
EDB PostgresMobile: +91 976-788-8246
Hi,
Attached patch fixes the linter issues.
On Fri, Dec 24, 2021 at 4:16 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Thanks, the patch applied.On Fri, Dec 24, 2021 at 3:45 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 ToshniwalpgAdmin Hacker | Software Architect | edbpostgres.com"Don't Complain about Heat, Plant a TREE"--Thanks & RegardsAkshay JoshipgAdmin Hacker | Principal Software ArchitectEDB PostgresMobile: +91 976-788-8246
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | edbpostgres.com
"Don't Complain about Heat, Plant a TREE"
Attachment
Thanks, the patch applied.
On Fri, Dec 24, 2021 at 4:28 PM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi,Attached patch fixes the linter issues.On Fri, Dec 24, 2021 at 4:16 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Thanks, the patch applied.On Fri, Dec 24, 2021 at 3:45 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 ToshniwalpgAdmin Hacker | Software Architect | edbpostgres.com"Don't Complain about Heat, Plant a TREE"--Thanks & RegardsAkshay JoshipgAdmin Hacker | Principal Software ArchitectEDB PostgresMobile: +91 976-788-8246--Thanks,Aditya ToshniwalpgAdmin Hacker | Software Architect | edbpostgres.com"Don't Complain about Heat, Plant a TREE"
Thanks & Regards
Akshay Joshi
pgAdmin Hacker | Principal Software Architect
EDB PostgresMobile: +91 976-788-8246