From 277ba787ee02df3d0dfd89ddf51a584fd218fcda Mon Sep 17 00:00:00 2001 From: HueByte Date: Thu, 19 Feb 2026 08:55:19 +0000 Subject: [PATCH] deploy: ff9c264f4b681844365095094d103f051a4a45f6 --- api/client-articles/index.html | 124 ++++ api/client-articles/toc.html | 22 + api/client-articles/toc.json | 2 + .../EchoHub.Client.AppOrchestrator.html | 10 +- api/client/EchoHub.Client.AsyncRunner.html | 12 +- ...choHub.Client.Commands.CommandHandler.html | 40 +- ...EchoHub.Client.Commands.CommandResult.html | 12 +- api/client/EchoHub.Client.Commands.html | 8 +- .../EchoHub.Client.Config.AccountPreset.html | 10 +- .../EchoHub.Client.Config.ClientConfig.html | 12 +- .../EchoHub.Client.Config.ConfigManager.html | 10 +- .../EchoHub.Client.Config.SavedServer.html | 10 +- api/client/EchoHub.Client.Config.html | 8 +- .../EchoHub.Client.Services.ApiClient.html | 44 +- ...Hub.Client.Services.EchoHubConnection.html | 28 +- api/client/EchoHub.Client.Services.html | 8 +- api/client/EchoHub.Client.Themes.Theme.html | 10 +- .../EchoHub.Client.Themes.ThemeColors.html | 10 +- .../EchoHub.Client.Themes.ThemeManager.html | 12 +- api/client/EchoHub.Client.Themes.html | 8 +- api/client/EchoHub.Client.UI.ChatColors.html | 10 +- api/client/EchoHub.Client.UI.ChatLine.html | 16 +- .../EchoHub.Client.UI.ChatListSource.html | 18 +- api/client/EchoHub.Client.UI.ChatSegment.html | 12 +- api/client/EchoHub.Client.UI.ColorHelper.html | 10 +- .../EchoHub.Client.UI.ConnectDialog.html | 12 +- ...EchoHub.Client.UI.ConnectDialogResult.html | 12 +- ...EchoHub.Client.UI.CreateChannelDialog.html | 10 +- ...EchoHub.Client.UI.CreateChannelResult.html | 12 +- api/client/EchoHub.Client.UI.MainWindow.html | 52 +- .../EchoHub.Client.UI.ProfileAction.html | 10 +- .../EchoHub.Client.UI.ProfileEditDialog.html | 10 +- .../EchoHub.Client.UI.ProfileEditResult.html | 12 +- .../EchoHub.Client.UI.ProfileViewDialog.html | 10 +- .../EchoHub.Client.UI.StatusDialog.html | 10 +- .../EchoHub.Client.UI.StatusDialogResult.html | 12 +- api/client/EchoHub.Client.UI.html | 8 +- api/client/EchoHub.Client.html | 8 +- api/client/toc.html | 148 ----- api/client/toc.json | 2 - api/core-articles/index.html | 123 ++++ api/core-articles/toc.html | 22 + api/core-articles/toc.json | 2 + .../EchoHub.Core.Constants.HubConstants.html | 10 +- ...ub.Core.Constants.ValidationConstants.html | 16 +- api/core/EchoHub.Core.Constants.html | 8 +- ...EchoHub.Core.Contracts.IEchoHubClient.html | 22 +- api/core/EchoHub.Core.Contracts.html | 8 +- ...choHub.Core.DTOs.AvatarUploadResponse.html | 12 +- api/core/EchoHub.Core.DTOs.ChannelDto.html | 12 +- ...choHub.Core.DTOs.CreateChannelRequest.html | 12 +- api/core/EchoHub.Core.DTOs.ErrorResponse.html | 12 +- api/core/EchoHub.Core.DTOs.LoginRequest.html | 12 +- api/core/EchoHub.Core.DTOs.LoginResponse.html | 12 +- api/core/EchoHub.Core.DTOs.MessageDto.html | 12 +- ...EchoHub.Core.DTOs.PaginatedResponse-1.html | 18 +- .../EchoHub.Core.DTOs.RefreshRequest.html | 12 +- .../EchoHub.Core.DTOs.RegisterRequest.html | 12 +- .../EchoHub.Core.DTOs.SendMessageRequest.html | 12 +- .../EchoHub.Core.DTOs.SendUrlRequest.html | 12 +- .../EchoHub.Core.DTOs.ServerStatusDto.html | 12 +- ...choHub.Core.DTOs.UpdateProfileRequest.html | 12 +- ...EchoHub.Core.DTOs.UpdateStatusRequest.html | 12 +- .../EchoHub.Core.DTOs.UpdateTopicRequest.html | 12 +- api/core/EchoHub.Core.DTOs.UserDto.html | 12 +- .../EchoHub.Core.DTOs.UserPresenceDto.html | 12 +- .../EchoHub.Core.DTOs.UserProfileDto.html | 12 +- api/core/EchoHub.Core.DTOs.html | 8 +- api/core/EchoHub.Core.Models.Channel.html | 12 +- api/core/EchoHub.Core.Models.Message.html | 10 +- api/core/EchoHub.Core.Models.MessageType.html | 10 +- .../EchoHub.Core.Models.RefreshToken.html | 10 +- api/core/EchoHub.Core.Models.User.html | 10 +- api/core/EchoHub.Core.Models.UserStatus.html | 10 +- api/core/EchoHub.Core.Models.html | 8 +- api/core/toc.html | 131 ----- api/core/toc.json | 2 - api/index.html | 124 ++++ api/server-articles/index.html | 125 ++++ api/server-articles/toc.html | 22 + api/server-articles/toc.json | 2 + .../EchoHub.Server.Auth.JwtTokenService.html | 12 +- api/server/EchoHub.Server.Auth.html | 8 +- ...Hub.Server.Controllers.AuthController.html | 545 +---------------- ...Server.Controllers.ChannelsController.html | 553 +----------------- ...ub.Server.Controllers.FilesController.html | 539 +---------------- ...b.Server.Controllers.ServerController.html | 541 +---------------- ...ub.Server.Controllers.UsersController.html | 543 +---------------- api/server/EchoHub.Server.Controllers.html | 8 +- .../EchoHub.Server.Data.EchoHubDbContext.html | 168 +----- ....Server.Data.Migrations.InitialCreate.html | 33 +- .../EchoHub.Server.Data.Migrations.html | 8 +- api/server/EchoHub.Server.Data.html | 8 +- api/server/EchoHub.Server.Hubs.ChatHub.html | 47 +- api/server/EchoHub.Server.Hubs.html | 8 +- ...ub.Server.Services.FileStorageService.html | 16 +- ....Server.Services.FileValidationHelper.html | 12 +- ...b.Server.Services.ImageToAsciiService.html | 12 +- ...hoHub.Server.Services.PresenceTracker.html | 18 +- ...erver.Services.ServerDirectoryService.html | 36 +- api/server/EchoHub.Server.Services.html | 8 +- .../EchoHub.Server.Setup.DatabaseSetup.html | 12 +- .../EchoHub.Server.Setup.FirstRunSetup.html | 10 +- api/server/EchoHub.Server.Setup.html | 8 +- api/server/toc.html | 116 ---- api/server/toc.json | 2 - api/toc.html | 408 +++++++++++++ api/toc.json | 2 + articles/architecture.html | 10 +- articles/getting-started.html | 10 +- changelog/index.html | 121 ++++ changelog/toc.html | 3 + changelog/toc.json | 2 +- changelog/v0.1.0.html | 10 +- images/hue_icon.svg | 11 + index.html | 14 +- index.json | 45 +- manifest.json | 347 ++++++----- public/main.css | 392 +++++++++++++ toc.html | 4 +- toc.json | 2 +- 121 files changed, 2385 insertions(+), 3990 deletions(-) create mode 100644 api/client-articles/index.html create mode 100644 api/client-articles/toc.html create mode 100644 api/client-articles/toc.json delete mode 100644 api/client/toc.html delete mode 100644 api/client/toc.json create mode 100644 api/core-articles/index.html create mode 100644 api/core-articles/toc.html create mode 100644 api/core-articles/toc.json delete mode 100644 api/core/toc.html delete mode 100644 api/core/toc.json create mode 100644 api/index.html create mode 100644 api/server-articles/index.html create mode 100644 api/server-articles/toc.html create mode 100644 api/server-articles/toc.json delete mode 100644 api/server/toc.html delete mode 100644 api/server/toc.json create mode 100644 api/toc.html create mode 100644 api/toc.json create mode 100644 changelog/index.html create mode 100644 images/hue_icon.svg mode change 100755 => 100644 public/main.css diff --git a/api/client-articles/index.html b/api/client-articles/index.html new file mode 100644 index 0000000..43207f5 --- /dev/null +++ b/api/client-articles/index.html @@ -0,0 +1,124 @@ + + + + + Client Articles | EchoHub Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+
+
+
Table of Contents
+ +
+
+ +
+
+
+ +
+
+ + + +
+ +
+

Client Articles

+ +

Articles related to the EchoHub TUI client built with Terminal.Gui v2.

+

Topics

+
    +
  • Terminal.Gui v2 patterns and conventions
  • +
  • Theme system and customization
  • +
  • Command system reference
  • +
  • Configuration management
  • +
+ +
+ + + + + +
+ +
+ +
+
+ +
+ + + + diff --git a/api/client-articles/toc.html b/api/client-articles/toc.html new file mode 100644 index 0000000..5e77d13 --- /dev/null +++ b/api/client-articles/toc.html @@ -0,0 +1,22 @@ + +
+
+
+
+ + + +
+
+
+
+ + +
+
+
+
diff --git a/api/client-articles/toc.json b/api/client-articles/toc.json new file mode 100644 index 0000000..6e9ffe5 --- /dev/null +++ b/api/client-articles/toc.json @@ -0,0 +1,2 @@ + +{"items":[{"name":"Overview","href":"index.html","topicHref":"index.html"}]} diff --git a/api/client/EchoHub.Client.AppOrchestrator.html b/api/client/EchoHub.Client.AppOrchestrator.html index 572a961..efe12f9 100644 --- a/api/client/EchoHub.Client.AppOrchestrator.html +++ b/api/client/EchoHub.Client.AppOrchestrator.html @@ -7,16 +7,16 @@ - + - + - + @@ -44,7 +44,7 @@