mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-17 10:41:10 +01:00
Bumb package version to v0.10.7
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
export const REPO_URL = 'ajnart/homarr';
|
export const REPO_URL = 'ajnart/homarr';
|
||||||
export const CURRENT_VERSION = 'v0.10.6';
|
export const CURRENT_VERSION = 'v0.10.7';
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "homarr",
|
"name": "homarr",
|
||||||
"version": "0.10.6",
|
"version": "0.10.7",
|
||||||
"description": "Homarr - A homepage for your server.",
|
"description": "Homarr - A homepage for your server.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
@@ -143,7 +143,14 @@ const AppShelf = (props: any) => {
|
|||||||
value={idx.toString()}
|
value={idx.toString()}
|
||||||
>
|
>
|
||||||
<Accordion.Control>
|
<Accordion.Control>
|
||||||
<Title order={5}>{category}</Title>
|
<Title
|
||||||
|
order={5}
|
||||||
|
style={{
|
||||||
|
minWidth: 0,
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
{category}
|
||||||
|
</Title>
|
||||||
</Accordion.Control>
|
</Accordion.Control>
|
||||||
<Accordion.Panel>{getItems(category)}</Accordion.Panel>
|
<Accordion.Panel>{getItems(category)}</Accordion.Panel>
|
||||||
</Accordion.Item>
|
</Accordion.Item>
|
||||||
|
|||||||
@@ -144,7 +144,7 @@ export function SearchModuleComponent() {
|
|||||||
//TODO: Fix the bug where clicking anything inside the Modal to ask for a movie
|
//TODO: Fix the bug where clicking anything inside the Modal to ask for a movie
|
||||||
// will close it (Because it closes the underlying Popover)
|
// will close it (Because it closes the underlying Popover)
|
||||||
return (
|
return (
|
||||||
<Box style={{ width: '100%', maxWidth: 400, minWidth: 300 }}>
|
<Box style={{ width: '100%', maxWidth: 400 }}>
|
||||||
<Popover
|
<Popover
|
||||||
opened={OverseerrResults.length > 0 && opened && searchQuery.length > 3}
|
opened={OverseerrResults.length > 0 && opened && searchQuery.length > 3}
|
||||||
position="bottom"
|
position="bottom"
|
||||||
|
|||||||
Reference in New Issue
Block a user