aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html/mail.html4
-rw-r--r--readme.md7
2 files changed, 10 insertions, 1 deletions
diff --git a/html/mail.html b/html/mail.html
index 0de77a9..5502d15 100644
--- a/html/mail.html
+++ b/html/mail.html
@@ -398,7 +398,9 @@
revved = emails.reverse()
index = revved.indexOf(emails[index]) + 1
//pretty proud of this reverse indexer :)
- sendenc('/del', { 'index': index, 'fuck you': true, 'user': 'root', 'login_key': getCookie('login_key'), 'requested': 0 })
+ sendenc('/del', { 'index': index, 'fuck you': true, 'user': 'root', 'login_key': getCookie('login_key'), 'requested': 0 }).then(()=>{
+ update()
+ })
}
function umail() {
let ret = ''
diff --git a/readme.md b/readme.md
index 4eab77c..57aaf01 100644
--- a/readme.md
+++ b/readme.md
@@ -83,5 +83,12 @@ visit the [main git](https://git.disroot.org/grantsquires/kanna-site) or the [gi
- [ ] encryption (md5 hashing, and rsa)
- [ ] add aliases that are used in cookies and randomly gen.
- [ ] also server side hash to check/verify the alias
+ - [ ] more sexy gradients (everywhere)
+ - [ ] lower verbosity (and options to change it)
+
+### issues
+
+ - [ ] storage not saving
+ - [ ] check for login key cookie on page loads
FeMail (iron mail)