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

Add new runs page #1288

Merged
merged 5 commits into from
Apr 18, 2024
Merged

Add new runs page #1288

merged 5 commits into from
Apr 18, 2024

Conversation

anafilipadealmeida
Copy link
Contributor

@anafilipadealmeida anafilipadealmeida commented Apr 18, 2024

Description

  • Create new runs page under a flag, with a basic table scaffold.

Some of this work is temporary, I'm marking most of that in the code with the TODO notation.

Screenshot 2024-04-18 at 15 30 21

Motivation

This is the beginning of the new runs work. I needed a very basic table to now build the filters and store them in the search params.

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 18, 2024

Copy link

vercel bot commented Apr 18, 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 18, 2024 4:04pm

@@ -54,6 +57,18 @@ export default function FunctionLayout({ children, params }: FunctionLayoutProps
},
];

if (isNewRunsEnabled.value) {
navLinks.push({
href: `/env/${params.environmentSlug}/functions/${params.slug}/runs`,
Copy link
Contributor

Choose a reason for hiding this comment

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

It's nice that we can use /runs right away since the old page uses /logs 😆

@anafilipadealmeida anafilipadealmeida merged commit 12c6cf0 into main Apr 18, 2024
13 checks passed
@anafilipadealmeida anafilipadealmeida deleted the ana/inn-2957-add-new-runs-page branch April 18, 2024 16:17
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