This commit is contained in:
HueByte
2026-02-22 15:32:40 +00:00
parent bacd2a3fd5
commit bd22be4181
25 changed files with 471 additions and 498 deletions
+2
View File
@@ -101,6 +101,8 @@
<li>Moved <code>AsyncRunner</code> from project root to <code>Services/</code> with updated namespace</li>
<li>Renamed <code>ColorHelper</code><code>HexColorHelper</code> to avoid namespace collision with Terminal.Gui's <code>ColorHelper</code> NuGet dependency</li>
<li>Moved <code>hue_icon.ico</code> to <code>Client/Assets/</code>, removed duplicate from Server (Server now references shared icon via relative path)</li>
<li>Add hex color parsing helper and implement custom list sources for channels and users</li>
<li>Add dialogs for connection, channel creation, profile editing, and status management</li>
</ul>
<h2 id="infrastructure">Infrastructure</h2>
<ul>