From f9f82d72981cbf47e00a188f44be854fc8dca408 Mon Sep 17 00:00:00 2001 From: Graham Steffaniak Date: Sat, 19 Aug 2023 10:07:24 -0500 Subject: [PATCH] updated --- CHANGELOG.md | 8 + frontend/src/components/Search.vue | 388 ++++++++++++++++++++++++----- frontend/src/css/base.css | 21 -- frontend/src/css/header.css | 171 ------------- 4 files changed, 340 insertions(+), 248 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb752368..903a3ff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# v0.2.0 + + - Works with new more advanced filebrowser.json + - improved GUI + - more unified coehisive look + - + # v0.1.4 - various UI fixes - Added download button back to toolbar diff --git a/frontend/src/components/Search.vue b/frontend/src/components/Search.vue index af161734..9d2e7cc0 100644 --- a/frontend/src/components/Search.vue +++ b/frontend/src/components/Search.vue @@ -1,12 +1,27 @@