You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-~~add settlements~~ (done! just click on who you want to pay in the balances dialog)
54
+
-~~show date in group transactions~~ (done!)
47
55
- calculate monthly stats (expenses amount in last 30 days)
48
56
- allow changing currency symbol ($, €, ¥, etc)
49
57
-~~favorite a group for easy access in PWA (or provide some kind of shortcut)~~ (disabled PWA for now)
@@ -56,6 +64,12 @@ some extra desired features/fixes are:
56
64
3. start the server (with hot reloading): `npm run dev`
57
65
4. navigate to [localhost:3000](http://localhost:5000)
58
66
67
+
## ⚠️ disclaimer
68
+
69
+
even though all information is encrypted and decrypted on-device (e2ee), i'm not a security expert. given this, i'm looking for more people to review the encryption code and fix any vulnerabilities.
70
+
71
+
also, as the code uses Gun with community servers and localStorage, persisting data for long amounts of time could be an issue. try to open your group often to get more devices updated. in the future, i should probably self-host a Gun relay, though i don't currently have the means necessary.
0 commit comments