From 6501c3aef243de984dbd1932b3335786f56752a2 Mon Sep 17 00:00:00 2001 From: ajnart Date: Wed, 30 Nov 2022 09:15:33 +0900 Subject: [PATCH] Bumb package version to v0.10.7 --- data/constants.ts | 2 +- package.json | 2 +- src/components/AppShelf/AppShelf.tsx | 9 ++++++++- src/modules/search/SearchModule.tsx | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/data/constants.ts b/data/constants.ts index db44a4c1e..8ca22cd0b 100644 --- a/data/constants.ts +++ b/data/constants.ts @@ -1,2 +1,2 @@ export const REPO_URL = 'ajnart/homarr'; -export const CURRENT_VERSION = 'v0.10.6'; +export const CURRENT_VERSION = 'v0.10.7'; diff --git a/package.json b/package.json index b81ca8858..bef8a0f18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homarr", - "version": "0.10.6", + "version": "0.10.7", "description": "Homarr - A homepage for your server.", "license": "MIT", "repository": { diff --git a/src/components/AppShelf/AppShelf.tsx b/src/components/AppShelf/AppShelf.tsx index efcd7d0f7..ff2d118c8 100644 --- a/src/components/AppShelf/AppShelf.tsx +++ b/src/components/AppShelf/AppShelf.tsx @@ -143,7 +143,14 @@ const AppShelf = (props: any) => { value={idx.toString()} > - {category} + + {category} + {getItems(category)} diff --git a/src/modules/search/SearchModule.tsx b/src/modules/search/SearchModule.tsx index ec042b642..5c12b9672 100644 --- a/src/modules/search/SearchModule.tsx +++ b/src/modules/search/SearchModule.tsx @@ -144,7 +144,7 @@ export function SearchModuleComponent() { //TODO: Fix the bug where clicking anything inside the Modal to ask for a movie // will close it (Because it closes the underlying Popover) return ( - + 0 && opened && searchQuery.length > 3} position="bottom"