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

refactor(ui): workflow panel components from class to functional #2

Closed

Conversation

tetora1053
Copy link
Owner

@tetora1053 tetora1053 commented Sep 12, 2023

Motivation

  • Use newer, modern functional components compatible with hooks instead of legacy class-based components

Modifications

  • this.state -> useState
  • this.props -> props
  • methods -> inner functions

Verification

  • Mostly no real semantic changes
  • manually tested in local environment
Screen Shot 2023-09-12 at 10 48 02 Screen Shot 2023-09-12 at 10 48 33 Screen Shot 2023-09-12 at 10 49 25

@tetora1053 tetora1053 closed this Sep 12, 2023
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.

1 participant