mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 01:30:13 +00:00
fix(dashboard): add viewing/sorting by creation date on public page
This commit is contained in:
parent
f112f45e77
commit
434ed3e50c
2 changed files with 1 additions and 3 deletions
|
|
@ -85,7 +85,7 @@
|
||||||
<b>Display Name:</b> <span bind:this={displayNameElement}><AwaitHtml htmlPromise={htmlDisplayNamePromise} /></span>
|
<b>Display Name:</b> <span bind:this={displayNameElement}><AwaitHtml htmlPromise={htmlDisplayNamePromise} /></span>
|
||||||
</Col>
|
</Col>
|
||||||
{/if}
|
{/if}
|
||||||
{#if group.created && !isPublic}
|
{#if group.created}
|
||||||
<Col xs={12} lg={4} class="mb-2">
|
<Col xs={12} lg={4} class="mb-2">
|
||||||
<b>Created:</b> {created}
|
<b>Created:</b> {created}
|
||||||
</Col>
|
</Col>
|
||||||
|
|
|
||||||
|
|
@ -143,9 +143,7 @@ function resetPage() {
|
||||||
<option value="birthday">Birthday</option>
|
<option value="birthday">Birthday</option>
|
||||||
{/if}
|
{/if}
|
||||||
<option value="color">Color</option>
|
<option value="color">Color</option>
|
||||||
{#if !pageOptions.isPublic}
|
|
||||||
<option value="created">Creation date</option>
|
<option value="created">Creation date</option>
|
||||||
{/if}
|
|
||||||
<option value="none">API response order</option>
|
<option value="none">API response order</option>
|
||||||
</Input>
|
</Input>
|
||||||
</InputGroup>
|
</InputGroup>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue