Timothy Poon
Timothy Poon
Autosave
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...
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.
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...
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...
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
~~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,...
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...
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...
https://github.com/uclaacm/TeachLAFrontend/blob/master/src/components/app.js
https://github.com/uclaacm/TeachLAFrontend/blob/master/src/components/ViewOnly.js