diff --git a/README.md b/README.md index 776b072b..f5d2c7eb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # ArunaWeb 5.0 -This is another total revised version for the Aruna website. Powered by [Vue 3](https://vuejs.org/), [Nuxt 3](https://nuxt.com/), [Tailwind CSS](https://tailwindcss.com/) and [Preline](https://preline.co/). +This is another total revised version for the Aruna website. Powered by [Vue 3](https://vuejs.org/), [Nuxt 3](https://nuxt.com/), [Tailwind CSS](https://tailwindcss.com/) and [shadcn-vue](https://www.shadcn-vue.com/). -This version is intended to be used with version **2.x.x** of Aruna, so to start a local test instance, you need a running Aruna instance and a running API Gateway to translate the RESTful http calls into native gRPC for the Aruna server. +This version is intended to be used with version **3.x.x** of Aruna, so to start a local test instance, you need a running Aruna instance and a running API Gateway to translate the RESTful http calls into native gRPC for the Aruna server. 1. How to start a local Aruna instance is described in the [Getting started instructions of the Aruna main repository](https://github.com/arunaengine/aruna?tab=readme-ov-file#getting-started) which guides you through the individual steps. diff --git a/app.vue b/app.vue index 1ea909e3..bd267ade 100644 --- a/app.vue +++ b/app.vue @@ -1,19 +1,13 @@ diff --git a/components/card/resource.vue b/components/card/resource.vue index dc8ea0a1..15ca185b 100644 --- a/components/card/resource.vue +++ b/components/card/resource.vue @@ -1,13 +1,15 @@ \ No newline at end of file diff --git a/components/custom-ui/EditableLabel.vue b/components/custom-ui/EditableLabel.vue new file mode 100644 index 00000000..9cd7dade --- /dev/null +++ b/components/custom-ui/EditableLabel.vue @@ -0,0 +1,137 @@ + + \ No newline at end of file diff --git a/pages/tos.vue b/pages/tos.vue index 5c58f36f..c3658d25 100644 --- a/pages/tos.vue +++ b/pages/tos.vue @@ -1,30 +1,24 @@