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

Migrate Workbench to React #4637

Merged
merged 161 commits into from
May 20, 2024
Merged

Migrate Workbench to React #4637

merged 161 commits into from
May 20, 2024

Conversation

sharadsw
Copy link
Contributor

@sharadsw sharadsw commented Mar 11, 2024

Fixes #4611

Checklist

  • Self-review the PR after opening it to make sure the changes look good
    and self-explanatory (or properly documented)
  • Add relevant issue to release milestone

Testing instructions

Test all features described here
https://discourse.specifysoftware.org/t/the-specify-7-workbench/540

@sharadsw
Copy link
Contributor Author

sharadsw commented Mar 11, 2024

The handsontable react wrapper requires handsontable >= 12. I've upgraded it to 12.1.0 (and also fixed resulting type errors) as newer versions don't render on the Workbench for some reason. Will upgrade it to the latest version after completing migration as the migration is going to change how handsontable is rendered.

@CarolineDenis CarolineDenis added this to the 7.9.5 milestone Mar 13, 2024
@maxpatiiuk
Copy link
Member

Hi
Would you prefer I review this PR every once in a while after you push a few commits, or only when you explicitly assign it to me for review/re-review?
Some devs like to get feedback right away and incrementally, while others only want it when everything looks is finished

@sharadsw
Copy link
Contributor Author

I think a review at the end would be great!

Copy link
Contributor

@melton-jason melton-jason left a comment

Choose a reason for hiding this comment

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

Looking good! 💯

It looks like one of the changes introduced an bug in which changes which are not caused by undo/redo are not triggering the save button:

Screen.Recording.2024-05-17.at.11.03.46.AM.mov

Triggered by 2b4d619 on branch refs/heads/issue-4611
Copy link
Contributor

@melton-jason melton-jason left a comment

Choose a reason for hiding this comment

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

Nice work!

@sharadsw sharadsw merged commit 1de4a30 into production May 20, 2024
9 checks passed
@sharadsw sharadsw deleted the issue-4611 branch May 20, 2024 12:51
@specifysoftware
Copy link

This pull request has been mentioned on Specify Community Forum. There might be relevant details there:

https://discourse.specifysoftware.org/t/specify-7-9-5-release-announcement/1751/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Migrate Workbench to React completely