diff --git a/ui/package.json b/ui/package.json index 105324d..b70b85e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -9,6 +9,7 @@ }, "dependencies": { "core-js": "^3.8.3", + "moment": "^2.29.4", "register-service-worker": "^1.7.2", "vue": "^2.6.14", "vue-class-component": "^7.2.3", diff --git a/ui/src/App.vue b/ui/src/App.vue index 3c85f6f..c26e043 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -1,10 +1,6 @@ + + \ No newline at end of file diff --git a/ui/src/components/TitleBar.vue b/ui/src/components/TitleBar.vue new file mode 100644 index 0000000..13edf8a --- /dev/null +++ b/ui/src/components/TitleBar.vue @@ -0,0 +1,26 @@ + + + + + \ No newline at end of file diff --git a/ui/yarn.lock b/ui/yarn.lock index 9e1bc84..3b36885 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -4626,6 +4626,11 @@ module-alias@^2.2.2: resolved "https://registry.yarnpkg.com/module-alias/-/module-alias-2.2.2.tgz#151cdcecc24e25739ff0aa6e51e1c5716974c0e0" integrity sha512-A/78XjoX2EmNvppVWEhM2oGk3x4lLxnkEA4jTbaK97QKSDjkIoOsKQlfylt/d3kKKi596Qy3NP5XrXJ6fZIC9Q== +moment@^2.29.4: + version "2.29.4" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108" + integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w== + mrmime@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/mrmime/-/mrmime-1.0.1.tgz#5f90c825fad4bdd41dc914eff5d1a8cfdaf24f27"