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: added view pod manifest #549

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

knav33n
Copy link
Contributor

@knav33n knav33n commented Sep 2, 2024

closes #539

πŸ“‘ Description

  • Added View Manifest button to Pod Actions Menu

Screenshot from 2024-09-02 17-43-57
Screenshot from 2024-09-02 17-44-12
Screenshot from 2024-09-02 17-44-20
Screenshot from 2024-09-03 15-32-59

βœ… Checks

  • I have tested my code (provide screenshots or screen recordings of a working solution)
  • I have performed a self-review of my code

β„Ή Additional context

@knav33n knav33n requested a review from a team as a code owner September 2, 2024 12:17
Copy link
Collaborator

@petar-cvit petar-cvit left a comment

Choose a reason for hiding this comment

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

@knav33n thanks for the PR. I left two comments on button styling

setModal({ on: true });
}}
>
View Manifest
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you make this <h4>. Also, you can add this icon since other buttons have it - <FileTextOutlined />

Comment on lines 110 to 113
<PodLogs pod={{ ...pod, namespace }} />
<PodManifest pod={{ ...pod, namespace }} />
<Col span={12} style={{ paddingRight: 4, marginTop: 10 }}>
<Button
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you align buttons in the same column so they are one under the other?

@knav33n
Copy link
Contributor Author

knav33n commented Sep 3, 2024

@petar-cvit thanks for reviewing the PR. I've made the necessary changes to the button styling as per your comments. Let me know if there's anything else!

Copy link
Collaborator

@petar-cvit petar-cvit left a comment

Choose a reason for hiding this comment

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

Thanks @knav33n 🧑
Awesome job on splitting the buttons to components!

@petar-cvit petar-cvit merged commit fad2f19 into cyclops-ui:main Sep 3, 2024
1 check passed
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.

Implement view manifest pod action
2 participants