Skip to content

feat: resources card #1627

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
May 20, 2022
Merged

feat: resources card #1627

merged 17 commits into from
May 20, 2022

Conversation

presleyp
Copy link
Contributor

@presleyp presleyp commented May 20, 2022

Adds a basic resources card, to be added onto in other tickets
Closes #1031

@presleyp presleyp self-assigned this May 20, 2022
@presleyp presleyp requested a review from a team as a code owner May 20, 2022 15:49
</div>
)
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

expect(agent1Status.length).toEqual(2)
const agent2Status = await screen.findAllByText(MockWorkspaceAgentDisconnected.status)
expect(agent2Status.length).toEqual(2)
})
})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

},
waiting: {
after: {
5000: "gettingResources",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 seems reasonable

Copy link
Collaborator

@BrunoQuaresma BrunoQuaresma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@presleyp presleyp enabled auto-merge (squash) May 20, 2022 16:23
@presleyp presleyp merged commit e40c683 into main May 20, 2022
@presleyp presleyp deleted the resources/presleyp/1031 branch May 20, 2022 18:29
kylecarbs pushed a commit that referenced this pull request Jun 10, 2022
* Set up table

* Format

* Hook up api and test - bug assigning resources

* Remove debugging code

* Format

* Remove unnecessary cards

* Fix test

* Fix assignment

* Fix tests

* Lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Frontend Workspace Resources Card
4 participants