Moved some files around. Improved style. No longer using other pres_mgmt nav component. Added links to the locations.
This commit is contained in:
@@ -35,10 +35,22 @@ if (!$events_loc.pres_mgmt?.location_kv) {
|
||||
</script>
|
||||
|
||||
|
||||
<section
|
||||
class="
|
||||
ae_comp event_location_obj_li
|
||||
border border-2 border-dashed border-x-red-500 border-y-white
|
||||
sm:border-x-red-400 md:border-x-yellow-400 lg:border-x-gray-100
|
||||
px-0.5 py-2 space-y-2
|
||||
min-w-full
|
||||
w-full
|
||||
container overflow-x-scroll {container_class_li}
|
||||
"
|
||||
>
|
||||
|
||||
<div
|
||||
class="float-right flex flex-row items-center"
|
||||
>
|
||||
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
|
||||
{#if $ae_loc.administrator_access && $ae_loc.edit_mode}
|
||||
<button
|
||||
type="button"
|
||||
on:click={() => {
|
||||
@@ -69,9 +81,6 @@ if (!$events_loc.pres_mgmt?.location_kv) {
|
||||
</div>
|
||||
|
||||
|
||||
<section class="ae_comp event_location_obj_li {container_class_li}">
|
||||
|
||||
|
||||
<h3 class="h5">
|
||||
Locations:
|
||||
<span class="font-bold bg-success-100 px-4 border rounded-lg border-success-200"
|
||||
@@ -147,6 +156,36 @@ if (!$events_loc.pres_mgmt?.location_kv) {
|
||||
{/if}
|
||||
</span>
|
||||
|
||||
<span class="links">
|
||||
<a
|
||||
href="/events/{event_location_obj?.event_id}/location/{event_location_obj?.event_location_id_random}"
|
||||
class="btn btn-sm variant-glass-secondary hover:variant-filled-secondary transition-all hover:transition-all *:hover:inline text-xs"
|
||||
title="View this location"
|
||||
>
|
||||
<span class="fas fa-map-marker-alt m-1"></span>
|
||||
<span class="hidden">View</span>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="/events/{event_location_obj?.event_id}/launcher/{event_location_obj?.event_location_id_random}"
|
||||
class="btn btn-sm variant-glass-secondary hover:variant-filled-secondary transition-all hover:transition-all *:hover:inline text-xs"
|
||||
title="The legacy launcher that not actively being developed. Use with the native launcher for oral sessions."
|
||||
>
|
||||
<span class="fas fa-paper-plane m-1"></span>
|
||||
<span class="hidden">Launcher</span>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="/events/{event_location_obj?.event_id}/launcher/{event_location_obj?.event_location_id_random}"
|
||||
class="btn btn-sm variant-ghost-tertiary hover:variant-filled-secondary transition-all hover:transition-all *:hover:inline text-xs"
|
||||
title="The new launcher that is actively being developed. Do not use with the native launcher."
|
||||
>
|
||||
<span class="fas fa-plane m-1"></span>
|
||||
<span class="hidden">Dev Launcher</span>
|
||||
</a>
|
||||
|
||||
</span>
|
||||
|
||||
<button
|
||||
type="button"
|
||||
on:click={() => {
|
||||
|
||||
Reference in New Issue
Block a user