Making the URL update when viewing and closing specific content. Other clean up.
This commit is contained in:
@@ -245,7 +245,7 @@ if (browser) {
|
||||
|
||||
<!-- Modal: Archive Content ID media player -->
|
||||
<Modal
|
||||
title="{$lq__archive_content_obj?.name} - {$lq__archive_content_obj?.id}"
|
||||
title="{$lq__archive_content_obj?.name} - {$lq__archive_content_obj?.archive_content_id}"
|
||||
bind:open={$idaa_sess.archives.show__modal_view__archive_content_id}
|
||||
autoclose={false}
|
||||
placement="top-center"
|
||||
@@ -259,7 +259,7 @@ if (browser) {
|
||||
<span class="text-sm text-gray-500">
|
||||
Viewing:
|
||||
</span>
|
||||
{$lq__archive_content_obj?.name}</h3>
|
||||
{$lq__archive_content_obj?.name} - {$lq__archive_content_obj?.archive_content_id}</h3>
|
||||
</div>
|
||||
|
||||
</svelte:fragment>
|
||||
|
||||
@@ -123,7 +123,7 @@ onMount(() => {
|
||||
</a> -->
|
||||
{/if}
|
||||
|
||||
{#if $ae_loc.trusted_access}
|
||||
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
|
||||
<button
|
||||
disabled={!$ae_loc.trusted_access}
|
||||
on:click={() => {
|
||||
|
||||
@@ -70,7 +70,7 @@ onMount(() => {
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
{#if $ae_loc.trusted_access}
|
||||
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
|
||||
<div class="ae_options">
|
||||
<!-- {#if $ae_loc.trusted_access} -->
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user