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

INN 2962 Add status filter to runs #1295

Merged
merged 10 commits into from
Apr 23, 2024

Conversation

anafilipadealmeida
Copy link
Contributor

@anafilipadealmeida anafilipadealmeida commented Apr 21, 2024

Description

  • Add status filter with search params (I'll change the select component later, in a different PR).
  • Add table skeletons and loading states.
  • Wire API.
Screenshot 2024-04-19 at 15 33 48 Screenshot 2024-04-19 at 15 18 47 Screenshot 2024-04-21 at 20 04 40

Motivation

This is part of the new runs work.
Some of this work is temporary, as the main focus at the moment is to get the layouts and state right.

Type of change (choose one)

  • Chore (refactors, upgrades, etc.)
  • Bug fix (non-breaking change that fixes an issue)
  • Security fix (non-breaking change that fixes a potential vulnerability)
  • Docs
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality not to work as expected)

Checklist

  • I've linked any associated issues to this PR.
  • I've tested my own changes.

Check our Pull Request Guidelines

Copy link

linear bot commented Apr 21, 2024

Copy link

vercel bot commented Apr 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 22, 2024 7:10pm

<main className="min-h-0 overflow-y-auto bg-white">
<div className="flex justify-between gap-2 bg-slate-50 px-8 py-2">
<StatusFilter
selectedStatuses={filteredStatus ? (filteredStatus as FunctionRunStatus[]) : []}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is there a better way to do this validation @goodoldneon ?

@anafilipadealmeida anafilipadealmeida merged commit 6c37b6a into main Apr 23, 2024
13 checks passed
@anafilipadealmeida anafilipadealmeida deleted the ana/inn-2962-add-status-filter-to-runs branch April 23, 2024 21:42
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.

None yet

2 participants