mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
134 lines
6.5 KiB
HTML
134 lines
6.5 KiB
HTML
<!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 "{query}"">
|
||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||
<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 "teleports" 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>[x] password protected rooms (end-to-end encrypted — server cannot read contents)</li>
|
||
<li>[ ] better audio lib, current one (NetCoreAudio) does not support seek or other audio actions</li>
|
||
<li>[ ] Use options pattern for both client & 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 "text-wrap-mode: wrap;" 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 & add filters on echohubspace for those tags in the server "browser"</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>[x] when users clicks public -> private -> 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>[x] add search bar / search modal – that will allow users to instantly navigate to room / focus on app element & 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 "icon" and username</li>
|
||
<li>[ ] Embeds still incorrectly display colors</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'>·</span><a href='https://github.com/HueByte/EchoHub'>GitHub</a><span class='footer-sep'>·</span><a href='https://echohub.voidcube.cloud'>Website</a></div></div>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
</body>
|
||
</html>
|