instbyte 1.7.0 → 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 +6 -0
- package/client/css/app.css +648 -449
- package/client/index.html +8 -4
- package/client/js/app.js +162 -7
- package/package.json +1 -1
- package/server/server.js +67 -4
package/README.md
CHANGED
|
@@ -169,6 +169,12 @@ The difference between *a tool you use* and *a tool you own.*
|
|
|
169
169
|
|
|
170
170
|
**Dark mode** — follows system preference automatically. Override with the toggle in the header.
|
|
171
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
|
+
|
|
172
178
|
---
|
|
173
179
|
|
|
174
180
|
## Keyboard Shortcuts
|