This commit is contained in:
HueByte
2026-02-24 21:03:14 +00:00
parent bd22be4181
commit 5031bf0e11
56 changed files with 8746 additions and 374 deletions
+132
View File
@@ -0,0 +1,132 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>TODO | EchoHub Documentation </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="TODO | 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="content">
<div class="actionbar">
<nav id="breadcrumb"></nav>
</div>
<article data-uid="">
<h1 id="todo">TODO</h1>
<ul>
<li>[ ] fix the chat trailing; when user scrolls up, and somebody sends a message the chat instantly &quot;teleports&quot; to the very bottom</li>
<li>[x] disable the autorun of files (maybe keep for mp4? gotta do some sec research on it)</li>
<li>[x] when user creates a new channel, he gets moved to that channel; but the userlist does not refresh the state on that it refreshes when user re-enters the channel again</li>
<li>[ ] password protected rooms</li>
<li>[ ] better audio lib, current one (NetCoreAudio) does not support seek or other audio actions</li>
<li>[ ] Use options pattern for both client &amp; server
<ul>
<li>ref: <a href="https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options?view=aspnetcore-10.0">https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options?view=aspnetcore-10.0</a></li>
</ul>
</li>
<li>[x] The vertical line of embeds should be the same colour as theme-color meta tag of the source</li>
<li>[x] change text wrapping to honor the offset of the user. (Preferably wrap whole words if they fit in on line. Basically how the CSS &quot;text-wrap-mode: wrap;&quot; works)</li>
<li>[x] make usernames in messages, mentions and in the user list clickable to open the user profile</li>
<li>[ ] Add tags support for public servers &amp; add filters on echohubspace for those tags in the server &quot;browser&quot;</li>
<li>[ ] when trying to /join a channel that doesn't exist a client side-ghost channel gets created that does not work</li>
<li>[x] unmute timer does not seem to work</li>
<li>[ ] add IRC network like support
<ul>
<li>that means basically multiple servers linked, so users can chat cross-server in this network</li>
</ul>
</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>[ ] 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>[ ] 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] 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>
</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><span class='footer-sep'>&middot;</span><span class='footer-credit'>Built with <a href='https://dotnet.github.io/docfx'>DocFX</a></span></div></div>
</div>
</div>
</footer>
</body>
</html>