Work on Jitsi for IDAA

This commit is contained in:
Scott Idem
2025-09-23 11:23:05 -04:00
parent 43d64696d5
commit 7490545ba7
5 changed files with 29 additions and 15 deletions

View File

@@ -30,6 +30,9 @@ let idaa_local_data_struct: key_val = {
"c9ea07b5-06b0-4a43-a2d0-8d06558c8a82",
"58db22ee-4b0a-49a7-9f34-53d2ba85a84b",
],
novi_jitsi_mod_li: [
"5724aad7-6d89-47e7-8943-966fd22911bd",
],
novi_archives_base_url: "https://www.idaa.org/idaa-archives",
novi_bb_base_url: "https://www.idaa.org/idaa-bulletin-board",

View File

@@ -10,7 +10,7 @@ import { browser } from '$app/environment';
import { ae_snip, ae_loc, ae_sess, ae_api, ae_trig, slct, slct_trigger } from '$lib/ae_stores';
import { idaa_loc, idaa_sess, idaa_slct } from '$lib/ae_idaa_stores';
import Help_tech from '$lib/e_app_help_tech.svelte';
// import Help_tech from '$lib/e_app_help_tech.svelte';
interface Props {
/** @type {import('./$types').LayoutData} */

View File

@@ -7,11 +7,11 @@ import { browser } from '$app/environment';
// *** Import other supporting libraries
// import * as icons from '@lucide/svelte';
import {
Brain,
House, Library,
RefreshCw,
Satellite
} from '@lucide/svelte';
Brain,
House, Library,
RefreshCw,
Satellite
} from '@lucide/svelte';
// import { AppBar } from '@skeletonlabs/skeleton-svelte';
// import type {
// ModalComponent