More cosmetic and permissions review
This commit is contained in:
@@ -53,17 +53,17 @@ import {
|
||||
<button
|
||||
type="button"
|
||||
onclick={() => {
|
||||
$events_loc.pres_mgmt.hide__menu_opts =
|
||||
!$events_loc.pres_mgmt.hide__menu_opts;
|
||||
$events_loc.pres_mgmt.expand__menu_opts =
|
||||
!$events_loc.pres_mgmt.expand__menu_opts;
|
||||
}}
|
||||
class="btn btn-sm preset-tonal-info border-info-500 border">
|
||||
{#if $events_loc.pres_mgmt.hide__menu_opts}
|
||||
{#if !$events_loc.pres_mgmt.expand__menu_opts}
|
||||
<ChevronUp size="1em" class="m-1" />
|
||||
{:else}
|
||||
<ChevronDown size="1em" class="m-1" />
|
||||
{/if}
|
||||
Æ Pres Mgmt Menu Options
|
||||
{#if $events_loc.pres_mgmt.hide__menu_opts}
|
||||
{#if !$events_loc.pres_mgmt.expand__menu_opts}
|
||||
<ChevronUp size="1em" class="m-1" />
|
||||
{:else}
|
||||
<ChevronDown size="1em" class="m-1" />
|
||||
@@ -73,7 +73,7 @@ import {
|
||||
|
||||
<div
|
||||
class="flex flex-row flex-wrap items-center justify-between gap-1"
|
||||
class:hidden={$events_loc.pres_mgmt.hide__menu_opts}>
|
||||
class:hidden={!$events_loc.pres_mgmt.expand__menu_opts}>
|
||||
{#if $ae_loc.authenticated_access}
|
||||
<div class="flex flex-col items-end justify-center gap-1">
|
||||
<span class="flex flex-col items-end justify-center gap-1">
|
||||
@@ -478,7 +478,7 @@ import {
|
||||
</button>
|
||||
|
||||
<!-- Show/Hide launcher links (legacy version) -->
|
||||
<button
|
||||
<!-- <button
|
||||
type="button"
|
||||
onclick={() => {
|
||||
$events_loc.pres_mgmt.hide__launcher_link_legacy =
|
||||
@@ -496,7 +496,7 @@ import {
|
||||
? 'Show Legacy Launcher Links'
|
||||
: 'Hide Legacy Launcher Links?'}
|
||||
</span>
|
||||
</button>
|
||||
</button> -->
|
||||
|
||||
<!-- Show/Hide links to the location (room) -->
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user