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

Refactor: log viewer improvements details pages #1007

Merged
merged 2 commits into from
Feb 26, 2025

Conversation

Francisco2002
Copy link
Collaborator

Some refactors in Log Viewer

  • add a new button below the section title in details pages to see Log Viewer
  • drop issue section on Log Viewer in Build Details Page and Test Details Page

Close #992, #993

Copy link
Contributor

@murilx murilx left a comment

Choose a reason for hiding this comment

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

LGTM

@Francisco2002 Francisco2002 self-assigned this Feb 26, 2025

import type { JSX } from 'react';

export const BlueSearchIcon = (): JSX.Element => (
Copy link
Collaborator

@WilsonNet WilsonNet Feb 26, 2025

Choose a reason for hiding this comment

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

Icon shouldn't include the color in the name, this can lead people into creating multiple files when all the needed was to add a prop to change color

Copy link
Collaborator

@WilsonNet WilsonNet left a comment

Choose a reason for hiding this comment

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

working fine

@Francisco2002 Francisco2002 force-pushed the refactor/log-viewer-improvements-details-pages branch from ec37532 to c742c1f Compare February 26, 2025 13:01
- add a button below the section title in builds and tests details

Close #992
- issues section remove from the context of builds and tests details
  only

Close #993
@Francisco2002 Francisco2002 force-pushed the refactor/log-viewer-improvements-details-pages branch from c742c1f to 5326832 Compare February 26, 2025 13:08
@Francisco2002 Francisco2002 merged commit 2676918 into main Feb 26, 2025
5 checks passed
@Francisco2002 Francisco2002 deleted the refactor/log-viewer-improvements-details-pages branch February 26, 2025 13:09
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.

Add visible View Logs Excerpt button to build and test views
3 participants