Re: Regarding feature #3319

2025-02-19 Thread Aditya Toshniwal
Hi Dave, On Wed, Feb 19, 2025 at 6:55 PM Dave Page wrote: > > > On Wed, 19 Feb 2025 at 12:24, Yogesh Mahajan < > yogesh.maha...@enterprisedb.com> wrote: > >> >> Hi, >> >> On Wed, Feb 19, 2025 at 5:12 PM Dave Page wrote: >> >>> Hi >>> >>> On Thu, 16 Jan 2025 at 06:37, Aditya Toshniwal < >>> adit

Re: Regarding feature #3319

2025-02-19 Thread Anthony DeBarros
> If I understand correctly, Users are complaining about losing unsaved data >> in the query tool and not about data output or session state. Hence just >> reopening the query tool with only data should be suffice. >> > > I'm sure that will suffice for 95%+ of users. The ones I'm concerned about >

Re: Regarding feature #3319

2025-02-19 Thread Dave Page
On Wed, 19 Feb 2025 at 12:24, Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > > Hi, > > On Wed, Feb 19, 2025 at 5:12 PM Dave Page wrote: > >> Hi >> >> On Thu, 16 Jan 2025 at 06:37, Aditya Toshniwal < >> aditya.toshni...@enterprisedb.com> wrote: >> >>> Hi Anil/Dave, >>> >>> Why not use

Re: Regarding feature #3319

2025-02-19 Thread Yogesh Mahajan
Hi, On Wed, Feb 19, 2025 at 5:12 PM Dave Page wrote: > Hi > > On Thu, 16 Jan 2025 at 06:37, Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Anil/Dave, >> >> Why not use browser localStorage for saving this information? It persists >> when the browser closes and is based on

Re: Regarding feature #3319

2025-02-19 Thread Dave Page
Hi On Thu, 16 Jan 2025 at 06:37, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Anil/Dave, > > Why not use browser localStorage for saving this information? It persists > when the browser closes and is based on the URL. It is safer to store at > the user's machine than on our s

Re: Regarding feature #3319

2025-02-19 Thread Yogesh Mahajan
Hi Dave/Team, Here are 2 storage options - 1.IndexdDB - IndexdDB is supported by all the browsers except IE.(Ref ). Ele