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

2021-12-24 Thread Akshay Joshi
Thanks, the patch applied. On Fri, Dec 24, 2021 at 4:28 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Attached patch fixes the linter issues. > > On Fri, Dec 24, 2021 at 4:16 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Thanks, the patch applied. >> >

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

2021-12-24 Thread Aditya Toshniwal
Hi, Attached patch fixes the linter issues. On Fri, Dec 24, 2021 at 4:16 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Fri, Dec 24, 2021 at 3:45 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Attached patch adds a common table MUI style obj

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

2021-12-24 Thread Akshay Joshi
Thanks, the patch applied. On Fri, Dec 24, 2021 at 3:45 PM Aditya Toshniwal < aditya.toshni...@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

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

2021-12-24 Thread Aditya Toshniwal
Sample usage: import { commonTableStyles } from '../Theme'; const tableClasses = commonTableStyles(); On Fri, Dec 24, 2021 at 3:44 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch adds a common table MUI style object which can be used on > any tabl