chore: Rewrite environment navbar to server components (#690)

* moved environment navbar to RSC

* added Error component

* format

* update errors path

* use standard services in environment navbar, update product service according to standards, add redirect shortcuts for teams and products

* update analysis github workflow with environment variables

* fix WEBAPP_URL is required

---------

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
Dhruwang Jariwala
2023-09-12 10:45:03 +05:30
committed by GitHub
parent cbc649111c
commit 1be6deec64
19 changed files with 708 additions and 539 deletions

View File

@@ -39,6 +39,9 @@ jobs:
version: 7
run_install: true
- name: create .env
run: cp .env.example .env
- name: Restore next build
uses: actions/cache@v3
id: restore-build-cache