Better timeline rendering
Co-Authored-By: tamaina <tamaina@hotmail.co.jp>
This commit is contained in:
parent
d721a143a8
commit
b14d7b45ae
7 changed files with 165 additions and 51 deletions
|
|
@ -43,6 +43,8 @@ export default Vue.extend({
|
|||
XClock,
|
||||
},
|
||||
mounted() {
|
||||
this.$store.commit('setUiHeaderHeight', 48);
|
||||
|
||||
if ((this as any).os.isSignedIn) {
|
||||
const ago = (new Date().getTime() - new Date((this as any).os.i.lastUsedAt).getTime()) / 1000
|
||||
const isHisasiburi = ago >= 3600;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue