From 93bd8ba962c58a8db918d8f356cd28d0d8ddfcee Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 17 Mar 2026 19:51:16 -0400 Subject: [PATCH] feat: add hide_ae_menu toggle to Jitsi URL builder advanced panel Adds ae_hide_menu=true query param option to suppress the AE navigation chrome when embedding the Jitsi video conference page in Novi or other host pages that provide their own navigation. Co-Authored-By: Claude Sonnet 4.6 --- .../ae_idaa_comp__jitsi_url_builder.svelte | 631 ++++++++++-------- 1 file changed, 363 insertions(+), 268 deletions(-) diff --git a/src/routes/idaa/(idaa)/jitsi_reports/ae_idaa_comp__jitsi_url_builder.svelte b/src/routes/idaa/(idaa)/jitsi_reports/ae_idaa_comp__jitsi_url_builder.svelte index 97796c8b..d7fddb42 100644 --- a/src/routes/idaa/(idaa)/jitsi_reports/ae_idaa_comp__jitsi_url_builder.svelte +++ b/src/routes/idaa/(idaa)/jitsi_reports/ae_idaa_comp__jitsi_url_builder.svelte @@ -1,67 +1,78 @@
+ +
+
+ + + {#if base_url_preset === 'custom'} + + {/if} +
+
+ + +
+
- -
-
- - - {#if base_url_preset === 'custom'} - - {/if} -
-
- - -
-
+ +
+
+ + +
+
+ + +
+
- -
-
- - -
-
- - -
-
+ + - - + + - - + {#if show_advanced} +
+ +
+ + +
- {#if show_advanced} -
- -
- - -
+ + - -
- -
+ +
+ + +
- -
- - -
+ +
+ + {#if show_sound} +
+ + + + + +
+ {/if} +
+
+ {/if} - -
- - {#if show_sound} -
- - - - - -
- {/if} -
-
- {/if} - - -
- -
- - -
- - {#if built_url} -
- - -
- {#if output_mode === 'url'} - - - Open in new tab - - {/if} - {:else} -

Fill in Room Name to generate a URL.

- {/if} -
+ +
+ +
+ + +
+ {#if built_url} +
+ + +
+ {#if output_mode === 'url'} + + + Open in new tab + + {/if} + {:else} +

+ Fill in Room Name to generate a URL. +

+ {/if} +