+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/ui/timechain-tag-list.riot b/src/ui/timechain-tag-list.riot
new file mode 100644
index 0000000..56a527e
--- /dev/null
+++ b/src/ui/timechain-tag-list.riot
@@ -0,0 +1,44 @@
+
+
+
+ {t}
+
+
+
+
+
+
+
+
diff --git a/src/ui/timechain-tag.riot b/src/ui/timechain-tag.riot
index 5141563..83637b4 100644
--- a/src/ui/timechain-tag.riot
+++ b/src/ui/timechain-tag.riot
@@ -17,15 +17,23 @@
diff --git a/src/ui/timestamp-static.riot b/src/ui/timestamp-static.riot
new file mode 100644
index 0000000..806bedd
--- /dev/null
+++ b/src/ui/timestamp-static.riot
@@ -0,0 +1,51 @@
+
+
+
+
+ {state.time_date}
+ {state.time_time}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/ui/timestamp.riot b/src/ui/timestamp.riot
index 80611ea..2be6ca7 100644
--- a/src/ui/timestamp.riot
+++ b/src/ui/timestamp.riot
@@ -27,7 +27,12 @@
pubsub.subscribe("timestamp-settime",(event,arg)=>{
this.update({time_text:dayjs(new Date(arg)).format("MMMM D, YYYY h:mm:ss A")});
- })
+ });
+
+ pubsub.subscribe("timestamp-resume", (event)=>{
+ this.$('.timestamp-text').classList.remove('timestamp-puase');
+ this.start();
+ });
},
start(){
this.event_handle = setTimeout(()=>{