public inbox for [email protected]  
help / color / mirror / Atom feed
RM-4231: Dynamically size tab titles.
4+ messages / 3 participants
[nested] [flat]

* RM-4231: Dynamically size tab titles.
@ 2020-10-23 07:52 Nikhil Mohite <[email protected]>
  2020-10-23 08:41 ` Re: RM-4231: Dynamically size tab titles. Murtuza Zabuawala <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Nikhil Mohite @ 2020-10-23 07:52 UTC (permalink / raw)
  To: pgadmin-hackers

Hi Team,

Regarding RM-4231:  <https://redmine.postgresql.org/issues/4231>Dynamically
size tab titles.

I discussed with Akshay and Aditya, on that basis,
we will provide a new option "Tabs Settings" under "Browser" in
preferences, so the user can enable or disable the dynamic tab size
setting. If the user changes the setting it will get applied to all already
opened tabs and the new tabs the user will open.

We also discussed as we are introducing a new option "Tabs Settings" so we
can move all tab related setting in this section.
1. Enable dynamic tab size.
2. Placeholders for Query tool, View/Edit, and Debugger.
3. Open in a new browser tab for Debugger, Schema diff, and Query tool.
    (For this we can add multi-select dropdown)

so the user will find all tabs related actions in the same place.
[image: image.png]

Any suggestions or anything I have missed in this please let me know.


-- 
*Thanks & Regards,*
*Nikhil Mohite*
*Software Engineer.*
*EDB Postgres* <https://www.enterprisedb.com/;
*Mob.No: +91-7798364578.*


Attachments:

  [image/png] image.png (284.4K, 3-image.png)
  download | view image

^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: RM-4231: Dynamically size tab titles.
  2020-10-23 07:52 RM-4231: Dynamically size tab titles. Nikhil Mohite <[email protected]>
@ 2020-10-23 08:41 ` Murtuza Zabuawala <[email protected]>
  2020-10-23 09:12   ` Re: RM-4231: Dynamically size tab titles. Akshay Joshi <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Murtuza Zabuawala @ 2020-10-23 08:41 UTC (permalink / raw)
  To: Nikhil Mohite <[email protected]>; +Cc: pgadmin-hackers

Hi,



On Fri, Oct 23, 2020 at 1:23 PM Nikhil Mohite <
[email protected]> wrote:

> Hi Team,
>
> Regarding RM-4231:  <https://redmine.postgresql.org/issues/4231>Dynamically
> size tab titles.
>
> I discussed with Akshay and Aditya, on that basis,
> we will provide a new option "Tabs Settings" under "Browser" in
> preferences, so the user can enable or disable the dynamic tab size
> setting. If the user changes the setting it will get applied to all already
> opened tabs and the new tabs the user will open.
>
> We also discussed as we are introducing a new option "Tabs Settings" so we
> can move all tab related setting in this section.
> 1. Enable dynamic tab size.
> 2. Placeholders for Query tool, View/Edit, and Debugger.
> 3. Open in a new browser tab for Debugger, Schema diff, and Query tool.
>     (For this we can add multi-select dropdown)
>

I think these options should be module wise OR if we want to keep this
design then have some some kind of grouping may Fieldset.?


>
> so the user will find all tabs related actions in the same place.
> [image: image.png]
>
> Any suggestions or anything I have missed in this please let me know.
>
>
> --
> *Thanks & Regards,*
> *Nikhil Mohite*
> *Software Engineer.*
> *EDB Postgres* <https://www.enterprisedb.com/;
> *Mob.No: +91-7798364578.*
>


Attachments:

  [image/png] image.png (284.4K, 3-image.png)
  download | view image

^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: RM-4231: Dynamically size tab titles.
  2020-10-23 07:52 RM-4231: Dynamically size tab titles. Nikhil Mohite <[email protected]>
  2020-10-23 08:41 ` Re: RM-4231: Dynamically size tab titles. Murtuza Zabuawala <[email protected]>
@ 2020-10-23 09:12   ` Akshay Joshi <[email protected]>
  2020-10-26 06:03     ` Re: RM-4231: Dynamically size tab titles. Akshay Joshi <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Akshay Joshi @ 2020-10-23 09:12 UTC (permalink / raw)
  To: Murtuza Zabuawala <[email protected]>; +Cc: Nikhil Mohite <[email protected]>; pgadmin-hackers

Hi

On Fri, Oct 23, 2020 at 2:11 PM Murtuza Zabuawala <
[email protected]> wrote:

> Hi,
>
>
>
> On Fri, Oct 23, 2020 at 1:23 PM Nikhil Mohite <
> [email protected]> wrote:
>
>> Hi Team,
>>
>> Regarding RM-4231:  <https://redmine.postgresql.org/issues/4231>Dynamically
>> size tab titles.
>>
>> I discussed with Akshay and Aditya, on that basis,
>> we will provide a new option "Tabs Settings" under "Browser" in
>> preferences, so the user can enable or disable the dynamic tab size
>> setting. If the user changes the setting it will get applied to all already
>> opened tabs and the new tabs the user will open.
>>
>> We also discussed as we are introducing a new option "Tabs Settings" so
>> we can move all tab related setting in this section.
>> 1. Enable dynamic tab size.
>> 2. Placeholders for Query tool, View/Edit, and Debugger.
>> 3. Open in a new browser tab for Debugger, Schema diff, and Query tool.
>>     (For this we can add multi-select dropdown)
>>
>
> I think these options should be module wise OR if we want to keep this
> design then have some some kind of grouping may Fieldset.?
>

   "Enable dynamic tab size" belongs to all tabs (Query Tool, Debugger,
Schema diff), so it should be generic for all. For that, we will have to
create a new option "Tab Settings", and if we are creating a new option
then according to me it would be good if all tab related settings should be
in one place. With the current implementation, if the user wants to change
the setting of "Open in new browser tab" for all modules he/she will have
to set at different places. Similarly, If the user wants to change the
placeholder it will be good to have it in one place.

    Initially, we thought of having a fieldset but for that will have to
check the feasibility, and definitely, it will take time.

>
>
>>
>> so the user will find all tabs related actions in the same place.
>> [image: image.png]
>>
>> Any suggestions or anything I have missed in this please let me know.
>>
>>
>> --
>> *Thanks & Regards,*
>> *Nikhil Mohite*
>> *Software Engineer.*
>> *EDB Postgres* <https://www.enterprisedb.com/;
>> *Mob.No: +91-7798364578.*
>>
>

-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Sr. Software Architect*
*EDB Postgres <http://edbpostgres.com>*

*Mobile: +91 976-788-8246*


Attachments:

  [image/png] image.png (284.4K, 3-image.png)
  download | view image

^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: RM-4231: Dynamically size tab titles.
  2020-10-23 07:52 RM-4231: Dynamically size tab titles. Nikhil Mohite <[email protected]>
  2020-10-23 08:41 ` Re: RM-4231: Dynamically size tab titles. Murtuza Zabuawala <[email protected]>
  2020-10-23 09:12   ` Re: RM-4231: Dynamically size tab titles. Akshay Joshi <[email protected]>
@ 2020-10-26 06:03     ` Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 4+ messages in thread

From: Akshay Joshi @ 2020-10-26 06:03 UTC (permalink / raw)
  To: Dave Page <[email protected]>; +Cc: pgadmin-hackers

Hi Dave/Team

Anyone seeing any issue in the approach/design described here, please let
us know so that we can start implementation.

On Fri, Oct 23, 2020 at 2:42 PM Akshay Joshi <[email protected]>
wrote:

> Hi
>
> On Fri, Oct 23, 2020 at 2:11 PM Murtuza Zabuawala <
> [email protected]> wrote:
>
>> Hi,
>>
>>
>>
>> On Fri, Oct 23, 2020 at 1:23 PM Nikhil Mohite <
>> [email protected]> wrote:
>>
>>> Hi Team,
>>>
>>> Regarding RM-4231:  <https://redmine.postgresql.org/issues/4231>Dynamically
>>> size tab titles.
>>>
>>> I discussed with Akshay and Aditya, on that basis,
>>> we will provide a new option "Tabs Settings" under "Browser" in
>>> preferences, so the user can enable or disable the dynamic tab size
>>> setting. If the user changes the setting it will get applied to all already
>>> opened tabs and the new tabs the user will open.
>>>
>>> We also discussed as we are introducing a new option "Tabs Settings" so
>>> we can move all tab related setting in this section.
>>> 1. Enable dynamic tab size.
>>> 2. Placeholders for Query tool, View/Edit, and Debugger.
>>> 3. Open in a new browser tab for Debugger, Schema diff, and Query tool.
>>>     (For this we can add multi-select dropdown)
>>>
>>
>> I think these options should be module wise OR if we want to keep this
>> design then have some some kind of grouping may Fieldset.?
>>
>
>    "Enable dynamic tab size" belongs to all tabs (Query Tool, Debugger,
> Schema diff), so it should be generic for all. For that, we will have to
> create a new option "Tab Settings", and if we are creating a new option
> then according to me it would be good if all tab related settings should be
> in one place. With the current implementation, if the user wants to change
> the setting of "Open in new browser tab" for all modules he/she will have
> to set at different places. Similarly, If the user wants to change the
> placeholder it will be good to have it in one place.
>
>     Initially, we thought of having a fieldset but for that will have to
> check the feasibility, and definitely, it will take time.
>
>>
>>
>>>
>>> so the user will find all tabs related actions in the same place.
>>> [image: image.png]
>>>
>>> Any suggestions or anything I have missed in this please let me know.
>>>
>>>
>>> --
>>> *Thanks & Regards,*
>>> *Nikhil Mohite*
>>> *Software Engineer.*
>>> *EDB Postgres* <https://www.enterprisedb.com/;
>>> *Mob.No: +91-7798364578.*
>>>
>>
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
> *pgAdmin Hacker | Sr. Software Architect*
> *EDB Postgres <http://edbpostgres.com>*
>
> *Mobile: +91 976-788-8246*
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Sr. Software Architect*
*EDB Postgres <http://edbpostgres.com>*

*Mobile: +91 976-788-8246*


Attachments:

  [image/png] image.png (284.4K, 3-image.png)
  download | view image

^ permalink  raw  reply  [nested|flat] 4+ messages in thread


end of thread, other threads:[~2020-10-26 06:03 UTC | newest]

Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2020-10-23 07:52 RM-4231: Dynamically size tab titles. Nikhil Mohite <[email protected]>
2020-10-23 08:41 ` Murtuza Zabuawala <[email protected]>
2020-10-23 09:12   ` Akshay Joshi <[email protected]>
2020-10-26 06:03     ` Akshay Joshi <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox