Commit Graph

25 Commits

Author SHA1 Message Date
200b87f47a
Refactored .NET server start
In the dev and production environment gets the .NET server started by Rust. Also, the secret IPC key gets set by using a local env variable.
2024-08-25 21:53:28 +02:00
0c9df7d05c
Migrated the entire boot sequence to use the runtime API server 2024-08-25 11:23:41 +02:00
Thorsten Sommer
1d1af91f3e
Refactor components (#80) 2024-08-21 08:30:01 +02:00
Thorsten Sommer
4cb49d9f27
Allow reading web content into assistants (#63) 2024-08-01 21:53:28 +02:00
Thorsten Sommer
59d0321625
Add workspaces & persistent chats (#23) 2024-07-13 10:37:57 +02:00
Thorsten Sommer
d6e80a4563
Added update system to the app (#13) 2024-06-30 15:26:28 +02:00
58160f3eaa
Inject an HTTP client into the DI system 2024-06-02 20:51:26 +02:00
e4f045a2cc
Fixes #45 2024-05-31 22:09:43 +02:00
9c1a49bc01
Improved imports 2024-05-19 20:54:43 +02:00
4713785fa6
Moved production-related imports behind a preprocessor directives 2024-05-19 16:05:06 +02:00
b63013ab49
Fixed dev. exception page 2024-05-18 22:40:48 +02:00
cb3bb42aa4
Added preprocessor directives to handle both development & release versions 2024-05-18 21:50:46 +02:00
79b9e1c26a
Fixed #27 by mirroring & embedding third-party web assets
This is a temporary solution until Microsoft or the community solves https://github.com/dotnet/aspnetcore/issues/21536
2024-05-13 18:46:26 +02:00
5ca529be9e
Send a message to Tauri on stdout when the server was started 2024-05-12 14:32:34 +02:00
f15c6b4878
Use the port provided by args or default 5000 for dev 2024-05-11 13:30:17 +02:00
58f8875015
Enabled static file embedding 2024-05-10 21:52:37 +02:00
c43ad32fb1
Add random service 2024-05-04 10:49:09 +02:00
0b9bf32a84
Added Markdown clipboard service 2024-05-04 10:48:06 +02:00
f11b9e0299
Add configuration for snackbar 2024-05-04 10:41:14 +02:00
7748c6611b
Formatting 2024-04-20 17:03:57 +02:00
6cbbcbc1e1
Moved 2024-04-19 21:19:53 +02:00
583f530d28
Added settings manager to handle configuration 2024-04-05 22:23:36 +02:00
a5d449b8e7
Fixed root namespace 2024-04-05 22:21:44 +02:00
5b54cd60a0
Integration of MudBlazor 2024-04-05 16:16:33 +02:00
494e72d868
Init 2024-03-28 22:26:48 +01:00