From f5cbeafd5b7e458024194a51b569284200c49a4b Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Fri, 30 Aug 2024 14:55:06 -0600 Subject: [PATCH] add message when no projects are found in a search, and bump to version 0.3.23 --- CHANGELOG.md | 3 ++- package-lock.json | 4 ++-- package.json | 2 +- src/views/DiscoverView.vue | 6 ++++++ 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d93f631..5abc7c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.3.22] - 2024.08.30 +## [0.3.23] - 2024.08.30 ### Added - Sections in Help for different kinds of users - Discovery page parameters so that links with search text work +- Message when no projects are found ## [0.3.21] - 2024.08.24 diff --git a/package-lock.json b/package-lock.json index 4f12181..5bf2bce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari", - "version": "0.3.22", + "version": "0.3.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari", - "version": "0.3.22", + "version": "0.3.23", "dependencies": { "@dicebear/collection": "^5.4.1", "@dicebear/core": "^5.4.1", diff --git a/package.json b/package.json index 343d29d..38a8325 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.3.22", + "version": "0.3.23", "scripts": { "dev": "vite", "serve": "vite preview", diff --git a/src/views/DiscoverView.vue b/src/views/DiscoverView.vue index 0d8d72b..c6d0a63 100644 --- a/src/views/DiscoverView.vue +++ b/src/views/DiscoverView.vue @@ -93,6 +93,12 @@ > +
+

+ No projects were found with that search. + Try looking Anywhere. +

+