- Introduction of eveai-listview (to select objects) that is sortable, filterable, ...

- npm build does now also include building css files.
- Source javascript and css are now defined in the source directories (eveai_app or eveai_chat_client), and automatically built for use with nginx
- eveai.css is now split into several more manageable files (per control type)
This commit is contained in:
Josako
2025-07-11 15:25:28 +02:00
parent 42635a583c
commit acad28b623
92 changed files with 6339 additions and 5168 deletions

View File

@@ -0,0 +1,7 @@
/* Alleen custom chat CSS hier - geen @imports meer! */
/* Alle package imports zijn verplaatst naar chat-client.js */
/* Eventuele custom chat overrides hier */
.custom-chat-style {
/* Je eigen chat CSS */
}