diff --git a/.idx/dev.nix b/.idx/dev.nix new file mode 100644 index 0000000..77bd860 --- /dev/null +++ b/.idx/dev.nix @@ -0,0 +1,27 @@ +{pkgs}: { + channel = "stable-24.05"; + packages = [ + pkgs.nodejs_20 + ]; + idx.extensions = [ + "svelte.svelte-vscode" + "vue.volar" + ]; + idx.previews = { + previews = { + web = { + command = [ + "npm" + "run" + "dev" + "--" + "--port" + "$PORT" + "--host" + "0.0.0.0" + ]; + manager = "web"; + }; + }; + }; +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index c8957a7..9fc29c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "tailadmin-vue-pro-2.0", - "version": "0.0.0", + "name": "tailadmin-vue-pro-2.0.1", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "tailadmin-vue-pro-2.0", - "version": "0.0.0", + "name": "tailadmin-vue-pro-2.0.1", + "version": "2.0.1", "dependencies": { "@fullcalendar/core": "^6.1.15", "@fullcalendar/daygrid": "^6.1.15", diff --git a/src/App.vue b/src/App.vue index a49b2a2..926801d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,11 @@ diff --git a/src/components/cases/RecentCases.vue b/src/components/cases/RecentCases.vue new file mode 100644 index 0000000..7681ee5 --- /dev/null +++ b/src/components/cases/RecentCases.vue @@ -0,0 +1,86 @@ + + + \ No newline at end of file diff --git a/src/components/layout/AdminLayout.vue b/src/components/layout/AdminLayout.vue index 2459394..74ff449 100644 --- a/src/components/layout/AdminLayout.vue +++ b/src/components/layout/AdminLayout.vue @@ -1,23 +1,19 @@ diff --git a/src/components/layout/AppSidebar.vue b/src/components/layout/AppSidebar.vue index 64646ff..8278e1a 100644 --- a/src/components/layout/AppSidebar.vue +++ b/src/components/layout/AppSidebar.vue @@ -29,20 +29,14 @@ height="40" /> - Logo + Logo
+ ]"> + @@ -214,30 +174,22 @@ \ No newline at end of file diff --git a/src/views/Cases.vue b/src/views/Cases.vue new file mode 100644 index 0000000..6e26bda --- /dev/null +++ b/src/views/Cases.vue @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue new file mode 100644 index 0000000..418cefa --- /dev/null +++ b/src/views/Dashboard.vue @@ -0,0 +1,39 @@ + + + + + \ No newline at end of file diff --git a/src/views/Ecommerce.vue b/src/views/Ecommerce.vue deleted file mode 100644 index c0616c9..0000000 --- a/src/views/Ecommerce.vue +++ /dev/null @@ -1,47 +0,0 @@ - - - diff --git a/src/views/NewCase.vue b/src/views/NewCase.vue new file mode 100644 index 0000000..306852e --- /dev/null +++ b/src/views/NewCase.vue @@ -0,0 +1,6 @@ + + + \ No newline at end of file diff --git a/src/views/Reports.vue b/src/views/Reports.vue new file mode 100644 index 0000000..43d1f29 --- /dev/null +++ b/src/views/Reports.vue @@ -0,0 +1,5 @@ + + + \ No newline at end of file