diff --git a/Dockerfile b/Dockerfile
index 8873d09..08ca219 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,6 +6,7 @@ FROM node as builder
ARG VITE_TDEI_API_URL
ARG VITE_TDEI_USER_API_URL
ARG VITE_API_URL
+ARG VITE_NEW_API_URL
ARG VITE_OSM_URL
ARG VITE_RAPID_URL
ARG VITE_PATHWAYS_EDITOR_URL
@@ -29,8 +30,8 @@ COPY --from=builder /app/.output/public /usr/share/nginx/html/
# https://stackoverflow.com/questions/44438637/arg-substitution-in-run-command-not-working-for-dockerfile
ARG CODE_VERSION
-RUN echo "This is (frontend, cgimap, osmrails, pathways, rapid, taskingmanager) $CODE_VERSION"
-RUN echo "This is (frontend, cgimap, osmrails, pathways, rapid, taskingmanager) $CODE_VERSION" > /usr/share/nginx/html/VERSION
+RUN echo "This is (frontend, api, cgimap, osmrails, pathways, rapid, taskingmanager) $CODE_VERSION"
+RUN echo "This is (frontend, api, cgimap, osmrails, pathways, rapid, taskingmanager) $CODE_VERSION" > /usr/share/nginx/html/VERSION
RUN chown -R nginx:nginx /usr/share/nginx/html/
diff --git a/app.vue b/app.vue
index e385020..e803de5 100644
--- a/app.vue
+++ b/app.vue
@@ -1,5 +1,7 @@
-
-
-
+
+
+
+
+
diff --git a/assets/scss/main.scss b/assets/scss/main.scss
index 2e00af6..46b42c0 100644
--- a/assets/scss/main.scss
+++ b/assets/scss/main.scss
@@ -1,6 +1,7 @@
@import "theme.scss";
@import "bootstrap/scss/bootstrap.scss";
@import "maplibre-gl/dist/maplibre-gl.css";
+@import "vue3-toastify/dist/index.css";
:root {
--ws-create-color: $review-create-color;
diff --git a/components/AppNavbar.vue b/components/AppNavbar.vue
index 8266eeb..b988b3a 100644
--- a/components/AppNavbar.vue
+++ b/components/AppNavbar.vue
@@ -29,18 +29,21 @@
Sign In
-
-
-
-
+
+
+ Logout
+
+
diff --git a/components/ReturnToDashboardButton.vue b/components/ReturnToDashboardButton.vue
new file mode 100644
index 0000000..20193d6
--- /dev/null
+++ b/components/ReturnToDashboardButton.vue
@@ -0,0 +1,20 @@
+
+
+ Return to Dashboard
+
+
+
+
diff --git a/components/review/FilterDropdown.vue b/components/review/FilterDropdown.vue
index 1c89542..e3923b9 100644
--- a/components/review/FilterDropdown.vue
+++ b/components/review/FilterDropdown.vue
@@ -1,73 +1,72 @@
-