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

Implement useReducer for textAreaValues #10867

Merged
merged 1 commit into from
Mar 30, 2022

Conversation

noi5e
Copy link
Contributor

@noi5e noi5e commented Mar 30, 2022

Hi again everyone! 👋🏽 I'd like to spend a couple of weeks finishing up a solid React rewrite of the commenting system! Toward the end, I'm going to write a bunch of planning issues so that other contributors can continue the work as needed.

Picking up from where I left off, I'm trying to simplify the app's state by using React's useReducer feature.


(This issue is part of the larger Comment Editor Overhaul Project with Outreachy. Refer to Planning Issues #9069 and #9365 for more context)

@gitpod-io
Copy link

gitpod-io bot commented Mar 30, 2022

// the new comment form comes with an edit form, its toggle state needs to be created as well
// TODO: create multicase for "CREATE NEW COMMENT FORM" in reducers.js
Copy link

Choose a reason for hiding this comment

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

TODO found

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Seems inapplicable because this is within a comment! Possible to skip?

@codeclimate
Copy link

codeclimate bot commented Mar 30, 2022

Code Climate has analyzed commit bea891d and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Bug Risk 1

View more on Code Climate.

@github-actions
Copy link

This pull request generated screenshots of many common pages in the running app. You should be able to download and view them here:
https://github.com/publiclab/plots2/suites/5853874655/artifacts/197084051

@jywarren
Copy link
Member

Hi @noi5e its great to hear from you! 🎉 This looks wonderful and many thanks.

@jywarren jywarren merged commit c224b60 into publiclab:main Mar 30, 2022
@jywarren
Copy link
Member

🎉 🎉 🎉

@noi5e
Copy link
Contributor Author

noi5e commented Mar 30, 2022

Thanks @jywarren!

@noi5e noi5e deleted the implement-useReducer-textAreaValues branch March 30, 2022 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants