Timothy Poon

Results 15 issues of Timothy Poon

Not sure how difficult this would be but an autosave feature would be nice for convenience. There should already be an existing "save" function, so we would need to trigger...

feature

See https://redux.js.org/introduction/why-rtk-is-redux-today for more information. This is quite a large undertaking and is unlikely to strictly be "worth it", but if someone shows interest it could be a good initiative.

refactor
enhancement

Currently, we have the scripts `lint-css-changes`, `lint-css-fix`, `lint-js-changes`, `lint-js-fix`. However, if someone wants lint to fix only the changes they introduced, they would need to manually add flags, which can...

feature

Ideally, the output would persist between "Both" and "Output only" states, but an acceptable solution would also be to run the program when swapping to a view mode that shows...

bug
feature

Fix JoinClassModal providing the WID, but labelling it the CID. This should be a one line change! https://github.com/uclaacm/TeachLAFrontend/blob/master/src/components/Classes/components/JoinClassModal.js

bug
good first issue

~~https://github.com/uclaacm/TeachLAFrontend/blob/master/src/reducers/userDataReducer.js~~ https://github.com/uclaacm/TeachLAFrontend/blob/master/src/components/common/containers/ProfilePanelContainer.js As seen in the TODO, the UI acts like nothing went wrong, even if there is an error in updating user data. Add some sort of "rollback" functionality,...

bug

Right now, when a sketch in a class is selected, the codeSaverHelper call is preventing it from working as expected. We can either add/change the flag it uses to detect...

bug

The main breaking change seems to be the removal of the `Redirect` tag, but there are also some QOL improvements to paths, as well as the ability to access items...

enhancement

https://github.com/uclaacm/TeachLAFrontend/blob/master/src/components/app.js

refactor
reserved

https://github.com/uclaacm/TeachLAFrontend/blob/master/src/components/ViewOnly.js

refactor
good first issue
taken