Changes for eveai_chat_client:

- Session Defaults Header clickable
- Document Processing View - show 'Finished Processing' iso 'Processing' to have more logical visual indicators
- TRAICIE_SELECTION_SPECIALIST now no longer shows question to start selection procedure at initialisation.
- Error Messages for adding documents in 'alert'
- Correction of error in Template variable replacement, resulting in missing template variable value
This commit is contained in:
Josako
2025-07-28 22:56:37 +02:00
parent 5e81595622
commit dabf97c96e
5 changed files with 85 additions and 11 deletions

View File

@@ -6,6 +6,24 @@
<body class="presentation-page bg-gray-200">
{% include 'session_defaults.html' %}
{# <script>#}
{# // Hulpfunctie om URLs te genereren met prefix#}
{# function prefixed_url_for(endpoint) {#}
{# // Verwijder eventuele dubbele slashes aan het begin#}
{# if (endpoint.startsWith('//')) {#}
{# endpoint = endpoint.substring(1);#}
{# } else if (endpoint.startsWith('/')) {#}
{# endpoint = endpoint;#}
{# }#}
{##}
{# // Basis URL van de applicatie (zonder trailing slash)#}
{# const baseUrl = window.location.origin;#}
{##}
{# // Combineer basis URL met endpoint#}
{# return `${baseUrl}${endpoint}`;#}
{# }#}
{# </script>#}
{% include 'navbar.html' %}
{% include 'header.html' %}
<hr>