Bumb package version to v0.10.7

This commit is contained in:
ajnart
2022-11-30 09:15:33 +09:00
parent 7e5117055f
commit 6501c3aef2
4 changed files with 11 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
export const REPO_URL = 'ajnart/homarr';
export const CURRENT_VERSION = 'v0.10.6';
export const CURRENT_VERSION = 'v0.10.7';

View File

@@ -1,6 +1,6 @@
{
"name": "homarr",
"version": "0.10.6",
"version": "0.10.7",
"description": "Homarr - A homepage for your server.",
"license": "MIT",
"repository": {

View File

@@ -143,7 +143,14 @@ const AppShelf = (props: any) => {
value={idx.toString()}
>
<Accordion.Control>
<Title order={5}>{category}</Title>
<Title
order={5}
style={{
minWidth: 0,
}}
>
{category}
</Title>
</Accordion.Control>
<Accordion.Panel>{getItems(category)}</Accordion.Panel>
</Accordion.Item>

View File

@@ -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 (
<Box style={{ width: '100%', maxWidth: 400, minWidth: 300 }}>
<Box style={{ width: '100%', maxWidth: 400 }}>
<Popover
opened={OverseerrResults.length > 0 && opened && searchQuery.length > 3}
position="bottom"