From ec5e3b005097b9c24276a4aa4edf225a9dec0e17 Mon Sep 17 00:00:00 2001 From: Awakened Redstone <40528665+Awakened-Redstone@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:51:36 -0300 Subject: [PATCH] feat(frontend): Add filter query and download hash to the url during download modal use (#3138) * feat: Automatically open download modal when filter queries are present * chore: Use a hash to open the modal, and make the filter queries independent of the modal * chore: Correct to use emit for taking functions * chore: Add filter query and download hash to the url during modal use, and fix linting issues * chore(frontend): Undo changes to NewModal My computer does not like running the app, making testing a lot harder, so I'll undo this change, at least for now * Remove extra line --------- Signed-off-by: Prospector <6166773+Prospector@users.noreply.github.com> Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com> --- apps/frontend/src/pages/[type]/[id].vue | 33 ++++++++++++++++++- packages/ui/src/components/modal/NewModal.vue | 2 +- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/apps/frontend/src/pages/[type]/[id].vue b/apps/frontend/src/pages/[type]/[id].vue index fa7b79a2..e36ffc87 100644 --- a/apps/frontend/src/pages/[type]/[id].vue +++ b/apps/frontend/src/pages/[type]/[id].vue @@ -184,7 +184,19 @@ - +