mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +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>
|
||||
</Col>
|
||||
{/if}
|
||||
{#if group.created && !isPublic}
|
||||
{#if group.created}
|
||||
<Col xs={12} lg={4} class="mb-2">
|
||||
<b>Created:</b> {created}
|
||||
</Col>
|
||||
|
|
|
|||
|
|
@ -143,9 +143,7 @@ function resetPage() {
|
|||
<option value="birthday">Birthday</option>
|
||||
{/if}
|
||||
<option value="color">Color</option>
|
||||
{#if !pageOptions.isPublic}
|
||||
<option value="created">Creation date</option>
|
||||
{/if}
|
||||
<option value="none">API response order</option>
|
||||
</Input>
|
||||
</InputGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue