diff --git a/package-lock.json b/package-lock.json index d83b153..5b85cd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,6 +4,9 @@ "requires": true, "packages": { "": { + "dependencies": { + "dayjs": "^1.11.11" + }, "devDependencies": { "@formkit/auto-animate": "^0.8.2", "@inertiajs/vue3": "^1.0.14", @@ -1385,6 +1388,11 @@ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", "dev": true }, + "node_modules/dayjs": { + "version": "1.11.11", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", + "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==" + }, "node_modules/deepmerge": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", diff --git a/package.json b/package.json index 0ed4c27..ae5f33d 100644 --- a/package.json +++ b/package.json @@ -21,5 +21,8 @@ "tailwindcss": "^3.4.0", "vite": "^5.0", "vue": "^3.3.13" + }, + "dependencies": { + "dayjs": "^1.11.11" } } diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..e77ba37 Binary files /dev/null and b/public/favicon.png differ diff --git a/resources/js/Components/ApplicationMark.vue b/resources/js/Components/ApplicationMark.vue index e150674..eea97ac 100644 --- a/resources/js/Components/ApplicationMark.vue +++ b/resources/js/Components/ApplicationMark.vue @@ -1,6 +1,161 @@ diff --git a/resources/js/Components/AuthenticationCardLogo.vue b/resources/js/Components/AuthenticationCardLogo.vue index c5027ec..35d9a80 100644 --- a/resources/js/Components/AuthenticationCardLogo.vue +++ b/resources/js/Components/AuthenticationCardLogo.vue @@ -4,14 +4,464 @@ import { Link } from '@inertiajs/vue3'; diff --git a/resources/js/Components/NodeTasks/TaskGroup.vue b/resources/js/Components/NodeTasks/TaskGroup.vue index 40592d7..47c6e47 100644 --- a/resources/js/Components/NodeTasks/TaskGroup.vue +++ b/resources/js/Components/NodeTasks/TaskGroup.vue @@ -1,8 +1,8 @@