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

Convert project to React #48

Closed
Tracked by #52
ShrimpCryptid opened this issue Aug 1, 2023 · 1 comment · Fixed by #63
Closed
Tracked by #52

Convert project to React #48

ShrimpCryptid opened this issue Aug 1, 2023 · 1 comment · Fixed by #63
Assignees
Labels
internals Tech debt, refactoring, dependencies, etc. new feature New feature or request

Comments

@ShrimpCryptid
Copy link
Contributor

Use Case

Preparation for future UI overhaul!

  • Convert existing HTML to JSX for controls
  • Convert global variables into React state, separate logic and UI
@ShrimpCryptid ShrimpCryptid added new feature New feature or request internals Tech debt, refactoring, dependencies, etc. labels Aug 1, 2023
@toloudis toloudis mentioned this issue Aug 8, 2023
11 tasks
@ShrimpCryptid ShrimpCryptid self-assigned this Aug 10, 2023
@ShrimpCryptid
Copy link
Contributor Author

ShrimpCryptid commented Aug 14, 2023

First pass will be a simpler, direct conversion! Everything in main.ts is being moved into a single App function component.

List of changes to make in the second pass (WIP):

  • Move ColorRamp into its own React-style component
  • Make ColorizeCanvas a React component (?)

@ShrimpCryptid ShrimpCryptid linked a pull request Aug 24, 2023 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internals Tech debt, refactoring, dependencies, etc. new feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant