diff --git a/android/app/build.gradle b/android/app/build.gradle index 40ae9aa9..c94f95e3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.ilovefreegle.direct" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 1202 - versionName "3.0.2" + versionCode 1203 + versionName "3.0.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/api/BaseAPI.js b/api/BaseAPI.js index 8af054bb..a6e86096 100644 --- a/api/BaseAPI.js +++ b/api/BaseAPI.js @@ -4,7 +4,7 @@ import { useAuthStore } from '~/stores/auth' import { useMobileStore } from '~/stores/mobile' import { useMiscStore } from '~/stores/misc' -let timer = 0 +// let timer = 0 // We add fetch retrying. // Note that $fetch and useFetch cause problems on Node v18, so we don't use them. @@ -270,11 +270,11 @@ export default class BaseAPI { } async $requestv2(method, path, config, logError = true, body = null) { - timer++ - const timerLabel = path + ' api-' + timer + // timer++ + // const timerLabel = path + ' api-' + timer - console.log('Start ', timerLabel) - console.time(timerLabel) + // console.log('Start ', timerLabel) + // console.time(timerLabel) let status = null let data = null @@ -404,7 +404,7 @@ export default class BaseAPI { ) } - console.timeEnd(timerLabel) + // console.timeEnd(timerLabel) return data } diff --git a/api/ChatAPI.js b/api/ChatAPI.js index d0fa096c..245fa990 100644 --- a/api/ChatAPI.js +++ b/api/ChatAPI.js @@ -5,12 +5,13 @@ export default class ChatAPI extends BaseAPI { return this.$getv2(`/chat/${chatid}/message`) } - async listChats(since, search, logError) { + async listChats(since, search, logError, empty) { return await this.$getv2( '/chat', { since, search, + empty, }, logError ) diff --git a/components/AdaptiveMap.vue b/components/AdaptiveMap.vue index 3a0194c6..0c286234 100644 --- a/components/AdaptiveMap.vue +++ b/components/AdaptiveMap.vue @@ -132,24 +132,30 @@ -
+

+ Sorry, we didn't find anything. Things come and go quickly, though, + so you could try later. Or you could: +

+ + + - - - Scroll down to see - results for "{{ searchOn }}"the posts. - - -
+ + Scroll down to see + results for "{{ searchOn }}"the posts. + + -
+
-
+
{{ chat.name }}
{{ replytime }}.
+
About {{ milesstring }}. @@ -387,13 +389,16 @@ export default { } .userinfo { - grid-column: 2 / 4; + grid-column: 1 / 4; grid-row: 2 / 3; color: $colour-info-fg; + padding-top: 0.5rem; @include media-breakpoint-up(md) { grid-row: 1 / 2; + grid-column: 2 / 4; padding-top: 2rem; + padding-left: 0.25rem; } } } diff --git a/components/ChatListEntry.vue b/components/ChatListEntry.vue index 8e6fe0a4..1c7db0a0 100644 --- a/components/ChatListEntry.vue +++ b/components/ChatListEntry.vue @@ -18,7 +18,10 @@
- {{ timeago(chat.lastdate) }} + + {{ timeago(chat.lastdate) }} + +  
diff --git a/components/ChatMessagePromised.vue b/components/ChatMessagePromised.vue index 290592a6..17d1cde3 100644 --- a/components/ChatMessagePromised.vue +++ b/components/ChatMessagePromised.vue @@ -43,6 +43,16 @@ + + + + This is no longer available. + + They are no longer looking for this. +
diff --git a/components/ChatMessageSummary.vue b/components/ChatMessageSummary.vue index 0b117694..1bba005e 100644 --- a/components/ChatMessageSummary.vue +++ b/components/ChatMessageSummary.vue @@ -34,9 +34,7 @@
@@ -45,7 +43,7 @@ They are no longer looking for this. -
+
diff --git a/components/EmailBelongsToSomeoneElse.vue b/components/EmailBelongsToSomeoneElse.vue index d657ca1d..f3fafd7f 100644 --- a/components/EmailBelongsToSomeoneElse.vue +++ b/components/EmailBelongsToSomeoneElse.vue @@ -1,9 +1,9 @@ - -

- Sorry, we didn't find anything. Things come and go quickly, though, so - you could try later. Or you could: -

- -