mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
feat: Add resend button and adjust message byte limits
- Add Resend button under own messages in channel chat and DM (allows easy re-sending of failed messages) - Change channel chat limit from 140 to 135 bytes - Change DM limit from 140 to 150 bytes (experimentally verified Meshcore limits) - Remove misleading Hops info from DM message bubbles - Update README with new byte limits Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -128,7 +128,7 @@ For detailed feature documentation, see the [User Guide](docs/user-guide.md).
|
||||
## Basic Usage
|
||||
|
||||
1. **View messages** - Main page shows chat history with auto-refresh every 10 seconds
|
||||
2. **Send messages** - Type in the text field and press Enter (140 byte limit)
|
||||
2. **Send messages** - Type in the text field and press Enter (135 bytes for channels, 150 bytes for DM)
|
||||
3. **Switch channels** - Use the dropdown in navbar
|
||||
4. **Direct Messages** - Access via menu (☰) → "Direct Messages"
|
||||
5. **Manage contacts** - Access via menu (☰) → "Contact Management"
|
||||
|
||||
Reference in New Issue
Block a user