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

PORTALS-2651 - ACT / Data access components #1540

Merged
merged 2 commits into from
Feb 4, 2025

Conversation

nickgros
Copy link
Collaborator

  • Update DataAccessRequestAccessorsEditor to remove react-bootstrap
  • Update UserSearchBox and AccessRequirementSearchBox to remove react-bootstrap
  • Update AccessApprovalsTable and AccessRequestSubmissionTable to remove react-bootstrap, use @tanstack/react-table

- Update DataAccessRequestAccessorsEditor to remove react-bootstrap
- Update UserSearchBox and AccessRequirementSearchBox to remove react-bootstrap
- Update AccessApprovalsTable and AccessRequestSubmissionTable to remove react-bootstrap, use @tanstack/react-table
@@ -81,92 +80,88 @@ export default function DataAccessRequestAccessorsEditor(

return (
<>
<Form.Group>
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

remove bootstrap Form.Group

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

image

Comment on lines +9 to +14
import {
createColumnHelper,
getCoreRowModel,
SortingState,
useReactTable,
} from '@tanstack/react-table'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

now use @tanstack/react-table

Comment on lines +11 to +16
import {
createColumnHelper,
getCoreRowModel,
SortingState,
useReactTable,
} from '@tanstack/react-table'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

now use @tanstack/react-table

- Remove undesired Typography
})}
</tbody>
</Table>
<div className="AccessApprovalsTable">
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

image

})}
</tbody>
</Table>
<div className={'AccessSubmissionTable'}>
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

image

@nickgros nickgros merged commit 9c192af into Sage-Bionetworks:main Feb 4, 2025
24 checks 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.

2 participants