This commit is contained in:
HueByte
2026-04-07 12:52:04 +00:00
parent 41a4f6f48d
commit 51888b4cef
5 changed files with 156 additions and 5 deletions
+17 -2
View File
@@ -185,10 +185,10 @@ Class MainWindow <a class="header-action link-secondary" title="View source" hr
<span class="xref">View.GetSupportedCommands()</span> <span class="xref">View.GetSupportedCommands()</span>
</div> </div>
<div> <div>
<span class="xref">View.InvokeCommands(Command[], IInputBinding)</span> <span class="xref">View.InvokeCommands(Command[], ICommandBinding)</span>
</div> </div>
<div> <div>
<span class="xref">View.InvokeCommand(Command, IInputBinding)</span> <span class="xref">View.InvokeCommand(Command, ICommandBinding)</span>
</div> </div>
<div> <div>
<span class="xref">View.InvokeCommand(Command, ICommandContext)</span> <span class="xref">View.InvokeCommand(Command, ICommandContext)</span>
@@ -358,6 +358,9 @@ Class MainWindow <a class="header-action link-secondary" title="View source" hr
<div> <div>
<span class="xref">View.RemoveAll&lt;TView&gt;()</span> <span class="xref">View.RemoveAll&lt;TView&gt;()</span>
</div> </div>
<div>
<span class="xref">View.GetTopSuperView(View, View)</span>
</div>
<div> <div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">View.IsInHierarchy(View, View, bool)</a> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">View.IsInHierarchy(View, View, bool)</a>
</div> </div>
@@ -466,6 +469,12 @@ Class MainWindow <a class="header-action link-secondary" title="View source" hr
<div> <div>
<span class="xref">View.Arrangement</span> <span class="xref">View.Arrangement</span>
</div> </div>
<div>
<span class="xref">View.DefaultAcceptView</span>
</div>
<div>
<span class="xref">View.CommandsToBubbleUp</span>
</div>
<div> <div>
<span class="xref">View.ContentSizeTracksViewport</span> <span class="xref">View.ContentSizeTracksViewport</span>
</div> </div>
@@ -637,9 +646,15 @@ Class MainWindow <a class="header-action link-secondary" title="View source" hr
<div> <div>
<span class="xref">View.Activating</span> <span class="xref">View.Activating</span>
</div> </div>
<div>
<span class="xref">View.Activated</span>
</div>
<div> <div>
<span class="xref">View.HandlingHotKey</span> <span class="xref">View.HandlingHotKey</span>
</div> </div>
<div>
<span class="xref">View.HotKeyCommand</span>
</div>
<div> <div>
<span class="xref">View.ContentSizeChanging</span> <span class="xref">View.ContentSizeChanging</span>
</div> </div>
+120
View File
@@ -0,0 +1,120 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>v0.2.9 | EchoHub Documentation </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="v0.2.9 | EchoHub Documentation ">
<link rel="icon" href="../images/hue_icon.svg">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
<meta name="docfx:navrel" content="../toc.html">
<meta name="docfx:tocrel" content="toc.html">
<meta name="docfx:rel" content="../">
<meta name="docfx:docurl" content="https://github.com/HueByte/EchoHub/blob/master/docs/#L1">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
<meta name="loc:tocFilter" content="Filter by title">
<meta name="loc:nextArticle" content="Next">
<meta name="loc:prevArticle" content="Previous">
<meta name="loc:themeLight" content="Light">
<meta name="loc:themeDark" content="Dark">
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
<meta name="loc:downloadPdf" content="Download PDF">
<script type="module" src="./../public/docfx.min.js"></script>
<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>
</head>
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
<header class="bg-body border-bottom">
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
<div class="container-xxl flex-nowrap">
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../images/hue_icon.svg" alt="EchoHub">
EchoHub
</a>
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-three-dots"></i>
</button>
<div class="collapse navbar-collapse" id="navpanel">
<div id="navbar">
<form class="search" role="search" id="search">
<i class="bi bi-search"></i>
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
</form>
</div>
</div>
</div>
</nav>
</header>
<main class="container-xxl">
<div class="toc-offcanvas">
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<nav class="toc" id="toc"></nav>
</div>
</div>
</div>
<div class="content">
<div class="actionbar">
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
<i class="bi bi-list"></i>
</button>
<nav id="breadcrumb"></nav>
</div>
<article data-uid="">
<h1 id="v029">v0.2.9</h1>
<h2 id="bug-fixes">Bug Fixes</h2>
<ul>
<li>Fix Linux/macOS client install — enable single-file publish so the install script copies one self-contained binary instead of just the native host (which failed with &quot;does not exist: EchoHub.Client.dll&quot;)</li>
</ul>
</article>
<div class="contribution d-print-none">
<a href="https://github.com/HueByte/EchoHub/blob/master/docs/#L1" class="edit-link">Edit this page</a>
</div>
<div class="next-article d-print-none border-top" id="nextArticle"></div>
</div>
<div class="affix">
<nav id="affix"></nav>
</div>
</main>
<div class="container-xxl search-results" id="search-results"></div>
<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<div class='footer-custom'><div class='footer-inner'><span class='footer-brand'>EchoHub</span><span class='footer-sep'>&middot;</span><a href='https://github.com/HueByte/EchoHub'>GitHub</a><span class='footer-sep'>&middot;</span><a href='https://echohub.voidcube.cloud'>Website</a></div></div>
</div>
</div>
</footer>
</body>
</html>
+7 -2
View File
File diff suppressed because one or more lines are too long
+10
View File
@@ -2492,6 +2492,16 @@
}, },
"version": "" "version": ""
}, },
{
"type": "Conceptual",
"source_relative_path": "changelog/v0.2.9.md",
"output": {
".html": {
"relative_path": "changelog/v0.2.9.html"
}
},
"version": ""
},
{ {
"type": "Conceptual", "type": "Conceptual",
"source_relative_path": "flows/authentication.md", "source_relative_path": "flows/authentication.md",
+2 -1
View File
@@ -95,13 +95,14 @@
<li>that means basically multiple servers linked, so users can chat cross-server in this network</li> <li>that means basically multiple servers linked, so users can chat cross-server in this network</li>
</ul> </ul>
</li> </li>
<li>[ ] when users clicks public -&gt; private -&gt; public checkbox in the channel creation, it ends up creating the channel on 3rd check switch</li> <li>[x] when users clicks public -&gt; private -&gt; public checkbox in the channel creation, it ends up creating the channel on 3rd check switch</li>
<li>[ ] add keyboard only controls | at least for most important parts and the rest might be accessible with: (down)</li> <li>[ ] add keyboard only controls | at least for most important parts and the rest might be accessible with: (down)</li>
<li>[ ] add search bar / search modal that will allow users to instantly navigate to room / focus on app element &amp; etc</li> <li>[ ] add search bar / search modal that will allow users to instantly navigate to room / focus on app element &amp; etc</li>
<li>[ ] Actually smart data management cache messages, lazy load messages on scroll (currently hardcoded 100msgs fetched + new ones)</li> <li>[ ] Actually smart data management cache messages, lazy load messages on scroll (currently hardcoded 100msgs fetched + new ones)</li>
<li>[x] Another thing would be stateful userlist basically fetch once and listen for userlist updates</li> <li>[x] Another thing would be stateful userlist basically fetch once and listen for userlist updates</li>
<li>[x] Send to EchohubSpace only state changes, currently we send user count periodically, instead of updating it on update</li> <li>[x] Send to EchohubSpace only state changes, currently we send user count periodically, instead of updating it on update</li>
<li>[x] space between mod|admin &quot;icon&quot; and username</li> <li>[x] space between mod|admin &quot;icon&quot; and username</li>
<li>[ ] Embeds still incorrectly display colors</li>
</ul> </ul>
</article> </article>