This commit is contained in:
parent
bca0a227e6
commit
9ccd44fee6
|
@ -126,11 +126,11 @@ export const AllAuthorsView = (props: Props) => {
|
||||||
<Meta name="twitter:description" content={description} />
|
<Meta name="twitter:description" content={description} />
|
||||||
<Show when={props.isLoaded} fallback={<Loading />}>
|
<Show when={props.isLoaded} fallback={<Loading />}>
|
||||||
<div class="offset-md-5">
|
<div class="offset-md-5">
|
||||||
<Show when={isStatsLoaded()}>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-20 col-xl-18">
|
<div class="col-lg-20 col-xl-18">
|
||||||
<h1>{t('Authors')}</h1>
|
<h1>{t('Authors')}</h1>
|
||||||
<p>{t('Subscribe who you like to tune your personal feed')}</p>
|
<p>{t('Subscribe who you like to tune your personal feed')}</p>
|
||||||
|
<Show when={isStatsLoaded()}>
|
||||||
<ul class={clsx(styles.viewSwitcher, 'view-switcher')}>
|
<ul class={clsx(styles.viewSwitcher, 'view-switcher')}>
|
||||||
<li
|
<li
|
||||||
classList={{
|
classList={{
|
||||||
|
@ -151,9 +151,9 @@ export const AllAuthorsView = (props: Props) => {
|
||||||
</li>
|
</li>
|
||||||
</Show>
|
</Show>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</Show>
|
</Show>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<Show when={sortedAuthors().length > 0}>
|
<Show when={sortedAuthors().length > 0}>
|
||||||
<Show when={searchParams().by === 'name'}>
|
<Show when={searchParams().by === 'name'}>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user