Thread: pgAdmin 4 commit: Port Restore dialog to React. Fixes #7018
Port Restore dialog to React. Fixes #7018 Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=603d91be0e00f2f98bd7c842b57552f9d85322c1 Author: Rahul Shirsat <rahul.shirsat@enterprisedb.com> Modified Files -------------- docs/en_US/images/backup_general.png | Bin 64476 -> 35322 bytes docs/en_US/images/restore_disable.png | Bin 30776 -> 22537 bytes docs/en_US/images/restore_do_not_save.png | Bin 32446 -> 23389 bytes docs/en_US/images/restore_general.png | Bin 35596 -> 31963 bytes docs/en_US/images/restore_messages.png | Bin 60340 -> 55774 bytes docs/en_US/images/restore_miscellaneous.png | Bin 43928 -> 28820 bytes docs/en_US/images/restore_objects.png | Bin 30681 -> 23969 bytes docs/en_US/images/restore_process_watcher.png | Bin 97688 -> 62444 bytes docs/en_US/images/restore_queries.png | Bin 42774 -> 27893 bytes docs/en_US/images/restore_sections.png | Bin 48885 -> 23708 bytes docs/en_US/release_notes_6_4.rst | 1 + web/pgadmin/browser/static/js/node.js | 2 +- web/pgadmin/static/js/alertify/dialog_factory.js | 11 - web/pgadmin/static/scss/_webcabin.pgadmin.scss | 4 + web/pgadmin/tools/backup/static/js/backup.js | 49 +- web/pgadmin/tools/restore/static/js/restore.js | 485 ++++------------- web/pgadmin/tools/restore/static/js/restore.ui.js | 460 ++++++++++++++++ .../tools/restore/static/js/restore_dialog.js | 86 --- .../restore/static/js/restore_dialog_wrapper.js | 293 ---------- .../javascript/restore/restore_dialog_spec.js | 338 ------------ .../restore/restore_dialog_wrapper_spec.js | 596 --------------------- .../javascript/schema_ui_files/restore.ui.spec.js | 70 +++ 22 files changed, 689 insertions(+), 1706 deletions(-)