From 21aaaf88c1d43f568ba16075c5c5a5d530e6ec6c Mon Sep 17 00:00:00 2001 From: Slipn3r <61992469+Slipn3r@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:12:42 +0300 Subject: [PATCH] feat: Refactor Archive page (#40) * feat: Refactor Archive page * fix: Incorrect argument for openFileIn * feat: Route name as destination arg in openFileIn * feat: Switch props watcher arg to function * fix: Misuse of finally * fix: Order of execution in startRpc * fix: Read/list assignments, openFileIn emit --- frontend/src/pages/Archive.vue | 520 ++++++++++++++++----------------- 1 file changed, 244 insertions(+), 276 deletions(-) diff --git a/frontend/src/pages/Archive.vue b/frontend/src/pages/Archive.vue index 947acd5..8f22591 100644 --- a/frontend/src/pages/Archive.vue +++ b/frontend/src/pages/Archive.vue @@ -91,7 +91,7 @@ Download - + @@ -293,297 +293,265 @@ -