instbyte 1.6.3 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -0
- package/client/assets/favicon-16.png +0 -0
- package/client/assets/favicon.png +0 -0
- package/client/css/app.css +1150 -291
- package/client/index.html +15 -4
- package/client/js/app.js +443 -50
- package/package.json +1 -1
- package/server/server.js +67 -4
package/README.md
CHANGED
|
@@ -167,6 +167,26 @@ The difference between *a tool you use* and *a tool you own.*
|
|
|
167
167
|
|
|
168
168
|
**QR join** — built-in QR code so phones can join instantly without typing the URL.
|
|
169
169
|
|
|
170
|
+
**Dark mode** — follows system preference automatically. Override with the toggle in the header.
|
|
171
|
+
|
|
172
|
+
**Undo delete** — recover accidentally removed items instantly before they’re gone.
|
|
173
|
+
|
|
174
|
+
**New drop alerts** — get a notification sound when something is added in your current channel and visual indicators for activity in others.
|
|
175
|
+
|
|
176
|
+
**Presence awareness** — see how many people are currently connected in real time.
|
|
177
|
+
|
|
178
|
+
---
|
|
179
|
+
|
|
180
|
+
## Keyboard Shortcuts
|
|
181
|
+
|
|
182
|
+
| Key | Action |
|
|
183
|
+
|---|---|
|
|
184
|
+
| `/` | Focus search |
|
|
185
|
+
| `Escape` | Close previews, menus, or blur input |
|
|
186
|
+
| `Ctrl/Cmd + Enter` | Send message |
|
|
187
|
+
| `Ctrl/Cmd + K` | Jump to message input |
|
|
188
|
+
| `Tab` | Cycle channels |
|
|
189
|
+
|
|
170
190
|
---
|
|
171
191
|
|
|
172
192
|
## Manual / Self-hosted from Source
|
|
Binary file
|
|
Binary file
|