nilsk
|
dea9c9ed6f
|
added accordions as new layout components - resembles MudExpansionPanels
|
2026-03-13 23:47:41 +01:00 |
|
nilsk
|
5d8fee94b9
|
changed access to internal
|
2026-03-13 21:01:56 +01:00 |
|
nilsk
|
271279ac34
|
included a dropdown reference in the documentation
|
2026-03-13 02:19:07 +01:00 |
|
nilsk
|
a182cc438a
|
improved dropdown component and fixed some bugs with it
|
2026-03-13 01:14:03 +01:00 |
|
krut_ni
|
edc717cf24
|
advanced layout: included the layout option in the rendering and documented them
|
2026-03-10 18:57:48 +01:00 |
|
krut_ni
|
5106800399
|
advanced layout: added MudItem, MudPaper, MudStack and MudGrid as new layout components
|
2026-03-10 17:55:26 +01:00 |
|
krut_ni
|
dbdcdef83c
|
Adding a ButtonGroup component to group button children together
|
2026-03-10 16:12:00 +01:00 |
|
krut_ni
|
2ccb72c77d
|
buttons now support lua functions as actions, allowing plugin devs to exectute them on their own
|
2026-03-10 15:43:40 +01:00 |
|
krut_ni
|
a32a5354e9
|
added class and style attrs to switch
|
2026-03-10 13:12:46 +01:00 |
|
krut_ni
|
25eb0cfbe2
|
overhauled switch component
|
2026-03-10 11:45:15 +01:00 |
|
krut_ni
|
b221d083d2
|
added a source generator that maps MudIcons to their svg strings.
|
2026-03-10 00:04:22 +01:00 |
|
krut_ni
|
9dba7f415e
|
overhauled the textarea component to be as feature complete as possible
|
2026-03-09 18:56:38 +01:00 |
|
krut_ni
|
867890a46f
|
generalized getters and setters for ints and bools
|
2026-03-09 18:25:30 +01:00 |
|
krut_ni
|
a5149e460f
|
added a new color picker component to the lua parsing
|
2026-03-09 13:23:35 +01:00 |
|
krut_ni
|
127b518ca1
|
merge main into 29-add-an-assistant-builder
|
2026-03-03 20:43:14 +01:00 |
|
krut_ni
|
ee94d8559d
|
fixed inheritance flaws
|
2026-03-03 15:44:31 +01:00 |
|
krut_ni
|
379940caf8
|
minor improvements (removed unused using directives; make private setters)
|
2026-03-03 15:11:03 +01:00 |
|
krut_ni
|
8c1ba3a36b
|
added helper functions like simple structured logging and date time utilities
|
2026-03-02 23:29:02 +01:00 |
|
krut_ni
|
4eb0cc67c3
|
added advanced prompt building option by creating a new lua function ASSISTANT.BuildPrompt that users can override
|
2026-03-02 15:24:18 +01:00 |
|
krut_ni
|
9ae3fcaed9
|
wrapped used internal components without Class and Style properties with divs to apply classes and style
|
2026-02-24 17:44:04 +01:00 |
|
krut_ni
|
6ad7aba58e
|
added class and style properties to every component
|
2026-02-24 17:21:50 +01:00 |
|
krut_ni
|
a58922d579
|
improved and adapted the fallback
|
2026-02-24 14:42:57 +01:00 |
|
Nils Kruthoff
|
b4702b17d4
|
renamed AssistantComponentType.cs because of a typo
|
2026-02-24 11:39:17 +01:00 |
|
Nils Kruthoff
|
49746a2c07
|
added images as a descriptive component for the assistant builder
|
2026-02-24 11:31:16 +01:00 |
|
krut_ni
|
4f6bdec82b
|
added a file content reader as a component for the assistant builder
|
2026-02-23 16:33:24 +01:00 |
|
krut_ni
|
6841a357cc
|
added a web content reader as a component for the assistant builder
|
2026-02-23 16:13:28 +01:00 |
|
krut_ni
|
58c034843b
|
added profile selection as a component for the assistant builder; minor warning fixes
|
2026-02-23 15:01:00 +01:00 |
|
krut_ni
|
de1cf650f4
|
added a descriptive list component
|
2026-02-10 17:06:45 +01:00 |
|
krut_ni
|
bc50b3728c
|
Added new descriptive heading and text components
|
2026-02-10 16:12:59 +01:00 |
|
krut_ni
|
0775b03529
|
added a switch component for boolean user inputs
|
2025-11-11 19:06:44 +01:00 |
|
krut_ni
|
4fd21ad45b
|
fixed bug in dropdown that prevented values from changing; finished its functionality
|
2025-11-11 15:57:15 +01:00 |
|
krut_ni
|
5a3e49d839
|
increased functionality for text area by adding optional properties
|
2025-11-11 14:51:34 +01:00 |
|
krut_ni
|
2afc8c6391
|
added DynamicAssistantDropdown to accomodate lua structure; included overrides from base Assistant for chat functionality
|
2025-11-10 17:01:49 +01:00 |
|
krut_ni
|
d37c3f26fb
|
fixed dropdown parsing
|
2025-09-30 23:12:16 +02:00 |
|
krut_ni
|
488747b762
|
included allowProfiles and system prompt properties to the lua parser
|
2025-09-30 21:54:24 +02:00 |
|
krut_ni
|
b42ee50b1d
|
included the assistant plugin to load during plugin initialization
|
2025-09-29 21:04:16 +02:00 |
|
krut_ni
|
cef643cd7f
|
WIP: Implementing a parser for the lua data structure
|
2025-07-22 20:15:36 +02:00 |
|
krut_ni
|
f5c475f354
|
Added a component factory and refactored Dropdowns; reformat getters
|
2025-07-21 16:14:05 +02:00 |
|
krut_ni
|
04c30602e4
|
WIP: changed to correct namespaces
|
2025-07-21 15:10:40 +02:00 |
|
nilsk
|
b9a9f2d823
|
WIP: Working out a data model and an example lua file to turn it into assistants
|
2025-07-21 14:38:08 +02:00 |
|