docs: CHANGE feature overview + ADD feature information to /system/info page #22
This commit is contained in:
parent
c1f3d6b4db
commit
37326b9535
2 changed files with 36 additions and 19 deletions
12
app.py
12
app.py
|
|
@ -590,6 +590,18 @@ def get_system_info():
|
|||
<div class="info-section">
|
||||
<h2>Instance</h2>
|
||||
<p>{DESCRIPTION}</p>
|
||||
<p>Simple <strong>temporary live collaboration notepad</strong> with websockets and FastAPI — pads expire automatically after a configurable retention period.</p>
|
||||
</div>
|
||||
|
||||
<div class="info-section">
|
||||
<h2>Features</h2>
|
||||
<ul>
|
||||
<li>real-time WebSocket collaboration with cursor preservation across remote edits</li>
|
||||
<li>per-pad password protection (PBKDF2-SHA256), with a built-in password generator in the UI</li>
|
||||
<li>line numbers; Tab inserts 4 spaces</li>
|
||||
<li>dark / light mode (auto-detects system preference, manual toggle)</li>
|
||||
<li>copy-to-clipboard and "new pad" buttons, live peer count in the header</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="info-section">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue