Implement organization switcher and use slug in URL (#59)

* Implement dropdown for organizations switcher

* Add dynamic route for organization id

* Update routes for organization slug

* Use organization slug for adding project

* Refactor to fetch organizations at sidebar component

* Update organization switcher based on searched project

* Refactor types in frontend

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
This commit is contained in:
2024-02-07 18:41:54 +05:30
committed by GitHub
co-authored by neeraj
parent 6d1a48905a
commit 413ed03eb8
37 changed files with 293 additions and 246 deletions
+4 -2
View File
@@ -1,8 +1,10 @@
[
{
"name": "Snowball Tools"
"name": "Snowball Tools",
"slug": "snowball-tools"
},
{
"name": "AirFoil"
"name": "AirFoil",
"slug": "airfoil"
}
]