Increased search and label list limits.
This commit is contained in:
parent
2d1944b179
commit
3e4edf92c2
3 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
|
@ -8,7 +8,7 @@
|
||||||
<link rel="icon" type="image/svg+xml" href="./logo.png" />
|
<link rel="icon" type="image/svg+xml" href="./logo.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Lightrag</title>
|
<title>Lightrag</title>
|
||||||
<script type="module" crossorigin src="./assets/index-d9RM26E_.js"></script>
|
<script type="module" crossorigin src="./assets/index-Cs3ZbEon.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="./assets/index-DRGuXfZw.css">
|
<link rel="stylesheet" crossorigin href="./assets/index-DRGuXfZw.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,8 @@ export const edgeColorDarkTheme = '#969696'
|
||||||
export const edgeColorSelected = '#F57F17'
|
export const edgeColorSelected = '#F57F17'
|
||||||
export const edgeColorHighlighted = '#B2EBF2'
|
export const edgeColorHighlighted = '#B2EBF2'
|
||||||
|
|
||||||
export const searchResultLimit = 20
|
export const searchResultLimit = 50
|
||||||
export const labelListLimit = 40
|
export const labelListLimit = 100
|
||||||
|
|
||||||
export const minNodeSize = 4
|
export const minNodeSize = 4
|
||||||
export const maxNodeSize = 20
|
export const maxNodeSize = 20
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue