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

v1.16.0 #83

Merged
merged 6 commits into from
Dec 4, 2023
Merged

v1.16.0 #83

merged 6 commits into from
Dec 4, 2023

Conversation

matibat
Copy link
Contributor

@matibat matibat commented Nov 8, 2023

  • Makes the ArDriveDataTable take a parameter for determining the selected row.

@matibat matibat self-assigned this Nov 8, 2023
@@ -199,6 +202,12 @@ class _ArDriveDataTableState<T extends IndexedItem>
super.didUpdateWidget(oldWidget);

if (oldWidget != widget) {
if (widget.selectedRow != _selectedItem) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

For the reviewer - this is the relevant change.

Copy link

github-actions bot commented Nov 8, 2023

Visit the preview URL for this PR (updated for commit 335a639):

https://ardrive-ui-release--pr83-pe-4943-42ogdn9a.web.app

(expires Wed, 22 Nov 2023 17:18:38 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 2e14b75072afa93750e8fdf664eab58a3e615dc5

karlprieb
karlprieb previously approved these changes Nov 10, 2023
@karlprieb karlprieb changed the base branch from PE-4923 to main November 22, 2023 15:38
@matibat matibat changed the title PE-4943: makes the ArDriveDataTable take a parameter for determining the selected row v1.16.0 Dec 4, 2023
Copy link
Collaborator

@thiagocarvalhodev thiagocarvalhodev left a comment

Choose a reason for hiding this comment

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

LGTM

@matibat matibat merged commit bd66276 into main Dec 4, 2023
2 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.

3 participants