-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
feat(aci): add type and creator cell components #88862
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
Conversation
are we adding the columns to the index page in this PR? or just the gridCells? |
@ameliahsu just adding the grid cells in this PR, since my other branch has the types refactor and also cleans up table props. |
e46db98
to
96700b3
Compare
disabled?: boolean; | ||
}; | ||
|
||
export function UserCell({user, disabled = false, className}: UserCellProps) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bc4b057
to
e6a378b
Compare
e6a378b
to
a99fa2f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #88862 +/- ##
===========================================
- Coverage 86.49% 75.25% -11.25%
===========================================
Files 10107 10107
Lines 571949 571949
Branches 22474 22474
===========================================
- Hits 494723 430403 -64320
- Misses 76789 141109 +64320
Partials 437 437 |
e4197dd
to
fb67e77
Compare
Adds two new cells to the Workflow Engine components—type and user cell <img width="357" alt="Screenshot 2025-04-07 at 5 43 59 PM" src="https://github.com/user-attachments/assets/bd21cdef-a4af-4541-92a8-9b1fbb135cf2" />
Adds two new cells to the Workflow Engine components—type and user cell