- Fixed bug that prevented Material Icons to show up properly

- Changelog for 2.3.10
This commit is contained in:
Josako
2025-07-22 04:24:56 +02:00
parent 4ad621428e
commit 98db88b00b
2 changed files with 17 additions and 0 deletions

View File

@@ -5,6 +5,22 @@ All notable changes to EveAI will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.3.10-alfa]
### Added
- introduction of eveai-listview that is sortable and filterable (using tabulator), with client-side pagination
- Introduction of PARTNER_RAG retriever, PARTNER_RAG_SPECIALIST and linked Agents and Tasks, to support for documentation RAG
- Domain model diagrams added
- Addition of LicensePeriod views and form
### Changed
- npm build now includes building of css files
- npm build takes information from sourcefiles, defined in the correct component locations
- eveai.css is now split into more maintainable, separate css files
- adaptation of all list views in the application
- Chat-client converted to vue components and composables
## [2.3.9-alfa] ## [2.3.9-alfa]
### Added ### Added

View File

@@ -7,6 +7,7 @@
<!-- Fonts blijven via CDN (sneller) --> <!-- Fonts blijven via CDN (sneller) -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900|Roboto+Slab:400,700" /> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900|Roboto+Slab:400,700" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">