diff --git a/.env.example b/.env.example index 5f02ba4a..cb3bcf81 100644 --- a/.env.example +++ b/.env.example @@ -7,13 +7,9 @@ NUXT_SITEMINDER_LOGOUT_URL="https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi" NUXT_NAMEX_API_URL="https://namex-dev.apps.silver.devops.gov.bc.ca" NUXT_NAMEX_API_VERSION="/api/v1" -#vaults keycloak -NUXT_KEYCLOAK_AUTH_URL="https://dev.loginproxy.gov.bc.ca/auth" -NUXT_KEYCLOAK_REALM="bcregistry" -NUXT_KEYCLOAK_CLIENTID="NameX-Dev" - #vaults firebase NUXT_API_KEY= NUXT_AUTH_DOMAIN= NUXT_PROJECT_ID= -NUXT_APP_ID= \ No newline at end of file +NUXT_APP_ID= +GCP_IDP= \ No newline at end of file diff --git a/.gitignore b/.gitignore index b66a020e..163580ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/app.vue b/app.vue index 0d2c867f..fde7c4e8 100644 --- a/app.vue +++ b/app.vue @@ -4,3 +4,10 @@ + diff --git a/components/StatusBox.vue b/components/StatusBox.vue index b78c57e9..e9e55c98 100644 --- a/components/StatusBox.vue +++ b/components/StatusBox.vue @@ -6,20 +6,29 @@
Not Examined: - {{ - status.notExaminedNum - }} + {{ notExaminedNum }}
- Hold: {{ status.holdNum }} + Hold: {{ holdNum }}
diff --git a/components/app_header/Container.vue b/components/app_header/Container.vue index 9da1a702..01a5cf2a 100644 --- a/components/app_header/Container.vue +++ b/components/app_header/Container.vue @@ -7,49 +7,79 @@ src="/images/top-nav.png" class="min-w-8 h-full" alt="Name Examination" - /> + > -
- - - +
+ + +
-
+
- + Stats
- {{ $userProfile.username }} - + {{ userName }} + Log Out
-
- - +
+ + Login
@@ -60,13 +90,16 @@ diff --git a/components/search/ResultsBox.vue b/components/search/ResultsBox.vue index 21a57ed6..ee12576e 100644 --- a/components/search/ResultsBox.vue +++ b/components/search/ResultsBox.vue @@ -1,5 +1,7 @@