- Changes to the list views - now using tabulator with filtering and sorting, client-side pagination, ...

- Adaptation of all list views in the app
This commit is contained in:
Josako
2025-07-14 18:58:54 +02:00
parent acad28b623
commit 000636a229
50 changed files with 2162 additions and 2174 deletions

View File

@@ -1,14 +1,9 @@
{#dist/main.js contains all used javascript libraries#}
<script src="{{url_for('static', filename='dist/main.js')}}"></script>
<!-- Chat client bundle (alleen op chat paginas) -->
{% if 'chat' in request.endpoint or request.path.startswith('/chat') %}
<script src="{{url_for('static', filename='dist/chat-client.js')}}"></script>
{% endif %}
{% include 'eveai_json_editor.html' %}
{% include 'eveai_ordered_list_editor.html' %}
{% include 'eveai_list_view.html' %}
<!-- ListView component is now included in base.html -->
<script>
document.addEventListener('DOMContentLoaded', function() {