Skip to content
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

feat(workspace): add dropdown #123

Merged
merged 5 commits into from
Jan 20, 2025
Merged

feat(workspace): add dropdown #123

merged 5 commits into from
Jan 20, 2025

Conversation

peppescg
Copy link
Collaborator

  • open workspace list
  • refetch data on workspace click
  • search by workspace name
  • link to workspace list
Kapture.2025-01-20.at.11.03.46.mp4

if (event.data.toLowerCase().includes("new alert detected")) {
queryClient.invalidateQueries({ refetchType: "all" });
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

we don't need to refetch for the all events, but only for the alerts one

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 12865740487

Details

  • 10 of 16 (62.5%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.9%) to 64.986%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/features/workspace/components/workspaces-selection.tsx 8 14 57.14%
Totals Coverage Status
Change from base Build 12865028393: 0.9%
Covered Lines: 473
Relevant Lines: 653

💛 - Coveralls

@peppescg peppescg merged commit 51fd254 into main Jan 20, 2025
8 checks passed
@peppescg peppescg deleted the issues/105 branch January 20, 2025 10:23
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.

3 participants