This commit is contained in:
@@ -3,22 +3,8 @@ Success is the ability to go from failure to failure without loss of enthusiasm
|
||||
"A smooth sea never made a skilled sailor" Franklin D. Roosevelt
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
NEXT TODOS:
|
||||
|
||||
Only real issue is the copy button not working in edge or ipad safari, need to find alternative way to do it or hide button for those browsers maybe?
|
||||
|
||||
ISSUES:
|
||||
iPad
|
||||
- PWA not updating on iPad, even removed and refreshed in safari then readded to home screen and still showed outdated FML!
|
||||
- Copy to log not working undefined is not an object when accessing navigator.clipboard.writetext
|
||||
-
|
||||
EDGE desktop
|
||||
- Copy to log not working, same error as iPad: DEV ERROR errorHandler::devShowUnknownError - unexpected error: Vue error: TypeError: Unable to get property 'writeText' of undefined or null reference info: event handler for "menu-click"
|
||||
|
||||
|
||||
|
||||
|
||||
### RETEST ALL DEVICES WHEN GET TO HERE #####
|
||||
|
||||
@@ -68,8 +68,8 @@
|
||||
|
||||
<div>
|
||||
<span class="ml-4 body-1"
|
||||
>{{ this.$gzlocale.get("ShortDateAndTimeFormat") }}:</span
|
||||
>
|
||||
>{{ this.$gzlocale.get("ShortDateAndTimeFormat") }}:
|
||||
</span>
|
||||
<span class="body-2">{{
|
||||
this.$gzlocale.format().shortDateAndTime
|
||||
}}</span>
|
||||
|
||||
Reference in New Issue
Block a user