You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: update workspace state management in API and components
- Modified WorkspaceState interface to include 'name' and 'id' properties, enhancing workspace identification.
- Updated ActionButton and Terminal components to utilize 'name' instead of 'workspace_id' for URL generation, improving consistency across the application.
- Ensured all relevant references to workspace identification are aligned with the new state structure, streamlining the codebase.
0 commit comments