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

BAH-4052 | Fix. Slot Details Cell View #228

Merged
merged 5 commits into from
Aug 1, 2024
Merged

BAH-4052 | Fix. Slot Details Cell View #228

merged 5 commits into from
Aug 1, 2024

Conversation

rahu1ramesh
Copy link
Contributor

@rahu1ramesh rahu1ramesh commented Jul 30, 2024

JIRA -> BAH-4052

This PR aims to hide the user name for tasks created by the daemon user while preserving it for tasks created by non-system users. This PR also includes changes to the overall look of Slot Details Cell while preserving the overall structure and functionality.

Slot Details Cell Without Border Slot Details Cell With Border
Screenshot 2024-07-30 at 12 39 52 PM Screenshot 2024-07-31 at 1 04 11 PM

<div
className="slot-details"
key={`${taskItem.uuid}`}
style={{ borderColor: "#0f62fe", background: "#e1f3fe" }}
Copy link
Member

Choose a reason for hiding this comment

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

Why are we adding inline styles though we have added class ? Can we keep it consistent by defining a class ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure Mohan, makes sense. Will do.

<div
className="slot-details"
key={`${slotItem.uuid}`}
style={{ borderColor: "#92c4c3", background: "#edf8e6" }}
Copy link
Member

Choose a reason for hiding this comment

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

same here, using class and as well as inline styling

@mohan-13 mohan-13 merged commit b52d3f1 into main Aug 1, 2024
2 checks passed
@mohan-13 mohan-13 deleted the BAH-4052 branch August 1, 2024 06:44
rahu1ramesh added a commit that referenced this pull request Aug 2, 2024
* [Rahul] | BAH-4052 | Fix. Remove Daemon User Tag from Tasks

* [Rahul] | BAH-4052 | Add. Border CSS To Slot Details Cell

* [Rahul] | BAH-4052 | Add. Task Provider Font Styling

* [Rahul] | BAH-4052 | Refactor. Extend Task Cell Styling

* [Rahul] | BAH-4052 | Add. Creator Styling In Slot Details Cell
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.

2 participants