diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b9da5..4fac51f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ Notable changes to Mailpit will be documented in this file. - Enable testing on feature branches - Database total/unread statistics tests +### UI +- Mobile compatibility improvements & functionality + ## 0.1.3 diff --git a/server/ui-src/App.vue b/server/ui-src/App.vue index ace30a2..8d6467e 100644 --- a/server/ui-src/App.vue +++ b/server/ui-src/App.vue @@ -17,6 +17,7 @@ export default { total: 0, unread: 0, start: 0, + count: 0, search: "", searching: false, isConnected: false, @@ -319,42 +320,54 @@ export default {