* Use NuxtLink. Move nested button to relatively positioned div
* No nuxtlink on empty model
* Move other button
* Changes to viewer boundaries
* Fixed resizer position
* Responsive updates
* Update Card.vue
---------
Co-authored-by: Mike Tasset <mike.tasset@gmail.com>
* fix(fe2): properly handling invitedTeam auth error
* fix(fe2): disable invite dialog if not workspace admin
* fix(useremails): fix for default primary:true when creating new emails
* test fix
* Use NuxtLink instead of onclick
* Revert "Use NuxtLink instead of onclick"
This reverts commit 920530bf9a0e1efff232ea3ec9ac445358e4d43a.
* Reapply "Use NuxtLink instead of onclick"
This reverts commit 79aa628cedba9c0072ab082923c8888016265f42.
* Color proxies are now parsed and colors are being assigned. Added the TechnicalMaterial to node render view, which will wrap the colors
* Dropped TechnicalMaterial in favor of MinimalMaterial which is also the superclass(interface) for RenderMaterial and DisplayStyle and only stores a color.
* Fixed a few issues with hashing color materials that made lines and points not get properly colored
* Fixed sandbox error
* Poor man's colors applying on meshes
* Color proxies are now parsed and colors are being assigned. Added the TechnicalMaterial to node render view, which will wrap the colors
* Dropped TechnicalMaterial in favor of MinimalMaterial which is also the superclass(interface) for RenderMaterial and DisplayStyle and only stores a color.
* Fixed a few issues with hashing color materials that made lines and points not get properly colored
* Fixed sandbox error
* chore(webhooks): fix test failing when running alone
* chore(webhooks): create domain types and repository
* chore(webhooks): create webhook refactor multiregion
* chore(webhooks): triggers field is required in graphql schema
* Create and Use ProjectList
* ProjectList and WorkspaceList
* Workspace Header
* Header Actions Menu
* Add projects to Workspace
* Add middleware
* Remove unused title
* Rename WorkspaceList
* useDebouncedSearch
* Merge ProjectList into Dashboard
* Make workspaceId reactive
* Remove unneeded useSubscription
* Merge Dashboard into index
* Add fragments
* Cache updates
* gql
* GQL
* Linting updates
* Updates from CR
* Changes from CR
* Changes from PR. Middleware added
* Updates from CR
* GQL
* Updates from CR
* Updates from CR
* Updates from CR
* Add id to WorkspaceHeader_Workspace
* GQL
* Fragment naming
* Use identifier
* Comment buttons not yet ready
* Fix problem with pagination
* fix(workspaces): guests do not get workspace-wide project access
* fix(workspaces): update roles-related test
* fix(workspaces): roles only update on member add