Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/3a3cf8511e1d6a48d7350430298980ce9fb7594a?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
10 additions and
3 deletions
@ -7,3 +7,9 @@
. filteredMessage {
. filteredMessage {
margin-top : 10px ;
margin-top : 10px ;
}
}
. blankpad {
padding-top : 10px ;
padding-bottom : 10px ;
padding-left : 2em ;
}
@ -1,6 +1,7 @@
// This file is automatically generated.
// This file is automatically generated.
// Please do not change this file!
// Please do not change this file!
interface CssExports {
interface CssExports {
'blankpad' : string ;
'filterMenuContainer' : string ;
'filterMenuContainer' : string ;
'filteredMessage' : string ;
'filteredMessage' : string ;
}
}
@ -104,7 +104,7 @@ function InteractiveSearch(props) {
{
{
! isFetching && error ?
! isFetching && error ?
< div >
< div className = { styles . blankpad } >
Unable to load results for this book search . Try again later
Unable to load results for this book search . Try again later
< / d i v > :
< / d i v > :
null
null
@ -112,7 +112,7 @@ function InteractiveSearch(props) {
{
{
! isFetching && isPopulated && ! totalReleasesCount ?
! isFetching && isPopulated && ! totalReleasesCount ?
< div >
< div className = { styles . blankpad } >
No results found
No results found
< / d i v > :
< / d i v > :
null
null
@ -120,7 +120,7 @@ function InteractiveSearch(props) {
{
{
! ! totalReleasesCount && isPopulated && ! items . length ?
! ! totalReleasesCount && isPopulated && ! items . length ?
< div >
< div className = { styles . blankpad } >
All results are hidden by the applied filter
All results are hidden by the applied filter
< / d i v > :
< / d i v > :
null
null