[pgAdmin][RM7313] Port file manager to ReactJS

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][RM7313] Port file manager to ReactJS
Date: 2022-07-13 12:44:50
Message-ID: CAM9w-_nzStfMZ94O7JocjCOBLgVWgZgujtdWbuw9oUGDyRt3hA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Attached is the patch to:

1. Port the existing file dialog/storage manager to ReactJS and major UI
improvements.
2. Use the native OS file dialog when pgAdmin runs in desktop mode.
3. Allow users to search files in the current folder. Fixes #7389.
4. Fix a bug where save Dialog can't create a new folder. Fixed #7524.
5. Allow users to delete files/folders. Fixes #4607.
6. Add JS test cases and doc updates.

Please review.

--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | *edbpostgres.com*
<http://edbpostgres.com>
"Don't Complain about Heat, Plant a TREE"

Attachment Content-Type Size
RM7313.patch application/octet-stream 709.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Yogesh Mahajan 2022-07-13 13:38:24 [Patch] - Bug #7428 - Import Export Issues
Previous Message Akshay Joshi 2022-07-12 05:41:18 Re: [patch] - Feature test fix