diff --git a/android/app/src/main/assets/public/blah/en-us.json b/android/app/src/main/assets/public/blah/en-us.json index f2d7d853..1e6b7306 100644 --- a/android/app/src/main/assets/public/blah/en-us.json +++ b/android/app/src/main/assets/public/blah/en-us.json @@ -68,10 +68,6 @@ "title.inbox": "Inbox", "title.invites": "Invites", "title.notifications": "Notifications", - "title.received": "Received", - "title.sent": "Sent", - "title.all": "All", - "title.unread": "Unread", "title.sign.up": "Sign Up", diff --git a/android/app/src/main/assets/public/main.js b/android/app/src/main/assets/public/main.js index b0e262a2..fd79db53 100644 --- a/android/app/src/main/assets/public/main.js +++ b/android/app/src/main/assets/public/main.js @@ -969,12 +969,6 @@ function switchInvitesTab(tab) { document.getElementById('tab-invites-received').classList.add('tab-inactive'); document.getElementById('tab-invites-sent').classList.add('tab-inactive'); document.getElementById(`tab-invites-${tab}`).classList.remove('tab-inactive'); - - - if (tab == "received") - { - - } } function switchNotifisTab(tab) { @@ -997,16 +991,14 @@ async function gotoInbox() { } } -async function gotoInvites() { +function gotoInvites() { setActiveRoombarItem('collapse-invites'); - await switchRoomContent("title.invites", invitesScreen, false); - switchInvitesTab('received'); + switchRoomContent("title.invites", invitesScreen, false); } -async function gotoNotifis() { +function gotoNotifis() { setActiveRoombarItem('collapse-notifis'); - await switchRoomContent("title.notifications", notifisScreen, false); - switchNotifisTab('all'); + switchRoomContent("title.notifications", notifisScreen, false); } function gotoCreateSpace() { diff --git a/android/app/src/main/assets/public/screens.js b/android/app/src/main/assets/public/screens.js index f788b67b..e5d4d527 100644 --- a/android/app/src/main/assets/public/screens.js +++ b/android/app/src/main/assets/public/screens.js @@ -76,10 +76,10 @@ var joinSpaceScreen = ` var invitesScreen = `
- +
-
+

desc.no.invites

@@ -90,10 +90,10 @@ var invitesScreen = ` var notifisScreen = `
- +
-
+

desc.no.notifications

diff --git a/electron/assets/icon.png b/electron/assets/icon.png index 851cf1bc..700e79cf 100644 Binary files a/electron/assets/icon.png and b/electron/assets/icon.png differ diff --git a/icons/icon.png b/icons/icon.png index 851cf1bc..700e79cf 100644 Binary files a/icons/icon.png and b/icons/icon.png differ diff --git a/webroot/blah/en-us.json b/webroot/blah/en-us.json index f2d7d853..1e6b7306 100644 --- a/webroot/blah/en-us.json +++ b/webroot/blah/en-us.json @@ -68,10 +68,6 @@ "title.inbox": "Inbox", "title.invites": "Invites", "title.notifications": "Notifications", - "title.received": "Received", - "title.sent": "Sent", - "title.all": "All", - "title.unread": "Unread", "title.sign.up": "Sign Up", diff --git a/webroot/main.js b/webroot/main.js index b0e262a2..fd79db53 100644 --- a/webroot/main.js +++ b/webroot/main.js @@ -969,12 +969,6 @@ function switchInvitesTab(tab) { document.getElementById('tab-invites-received').classList.add('tab-inactive'); document.getElementById('tab-invites-sent').classList.add('tab-inactive'); document.getElementById(`tab-invites-${tab}`).classList.remove('tab-inactive'); - - - if (tab == "received") - { - - } } function switchNotifisTab(tab) { @@ -997,16 +991,14 @@ async function gotoInbox() { } } -async function gotoInvites() { +function gotoInvites() { setActiveRoombarItem('collapse-invites'); - await switchRoomContent("title.invites", invitesScreen, false); - switchInvitesTab('received'); + switchRoomContent("title.invites", invitesScreen, false); } -async function gotoNotifis() { +function gotoNotifis() { setActiveRoombarItem('collapse-notifis'); - await switchRoomContent("title.notifications", notifisScreen, false); - switchNotifisTab('all'); + switchRoomContent("title.notifications", notifisScreen, false); } function gotoCreateSpace() { diff --git a/webroot/screens.js b/webroot/screens.js index f788b67b..e5d4d527 100644 --- a/webroot/screens.js +++ b/webroot/screens.js @@ -76,10 +76,10 @@ var joinSpaceScreen = ` var invitesScreen = `
- +
-
+

desc.no.invites

@@ -90,10 +90,10 @@ var invitesScreen = ` var notifisScreen = `
- +
-
+

desc.no.notifications