feat/workspace status and onboarding flow - #1874
Open
Douglasymlai wants to merge 4 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Related Issue
Closes #
Description
Adds a Space status rail to the Workspace tab and a dismissible onboarding path that changes for first-time vs returning users.
New users with no sessions see Show me how to use Eigent, Connect tools, and Explore use cases. Returning users get What's new about Eigent instead of the first-time prompt. Each tile can be hidden independently; dismissed tabs persist in
authStoreand survive reload. The first-time tile fills the composer with a guided prompt; Connect tools opens Settings → Connectors; Explore use cases opens the public use-cases page.Once a Space has sessions or a user-bound local folder, the rail shows:
Scratch workspaces are not treated as user-bound folders, so empty Spaces stay on the empty-state copy until real work starts. The composer hides the Single Agent label at narrow widths so it doesn’t collide with the new rail.
Also extracts
SpaceSnapshotStatfrom Space detail, adds Tagvariant="text"for unpadded legends, and localizes the new copy across all layout locales.Testing Evidence (REQUIRED)
Please attach screenshots of: first-time onboarding tiles, returning-user “What’s new” tile, activity + files rail on a Space with sessions, and the empty-state rail on a new Space.
Covered in unit tests:
What is the purpose of this pull request?
Contribution Guidelines Acknowledgement