summaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/messaging.html19
1 files changed, 18 insertions, 1 deletions
diff --git a/pages/messaging.html b/pages/messaging.html
index 70f61a9..eaeb962 100644
--- a/pages/messaging.html
+++ b/pages/messaging.html
@@ -124,10 +124,27 @@
<i class="material-icons right">system_update</i>
</button>
<div id="msg-list"></div>
+ <p>
+ <div class="row" id="storage-bar">
+ <div class="col s4">
+ Message storage used in this folder:
+ </div>
+ <div class="col s3" id="storage-desc">
+ 0/120 messages 10%
+ </div>
+ <div class="progress col s5">
+ <div class="determinate" id="storage-progressbar" style="width: 0%"></div>
+ </div>
+ <p>
+ You can only have 120 messages per message folder, older messages will not be shown. Remember to delete read and sent
+ messages regulary to avoid any issues.
+ </p>
+ </div>
+ </p>
</div>
</body>
-</html> \ No newline at end of file
+</html>