bencodeorg

Results 21 issues of bencodeorg

Removes Radium from the `Backpack` component, which is used in Javalab. Also: - fully removed a `:disabled` styling that was not being used, and - cleaned up alignment of list...

Removes Radium from JavalabEditor, which was using it to control some hover state on the carat menu to rename/delete files in the tabbed file header. As a separate cleanup, it...

## Links ## Testing story ## Deployment strategy ## Follow-up work ## Privacy ## Security ## Caching ## PR Checklist: - [ ] Tests provide adequate coverage - [ ]...

Part two of deleting code related to our feature to export Applab/Gamelab to native apps (aka "Expo"). This PR removes the code paths of each app's Exporter that specifically supported...

While a full refactor of where we render the trashcan may not be in the cards, I did notice a quick fix for misplacement of the trashcan if your resize...

A teacher reported that they experienced data loss in Applab several times as they navigated between levels. Turns out we have autosave set up every 30 seconds (and triggered by...

Makes the options in a multiple choice question tab navigable / answerable, as well as Also applies the same fix to multiple choice assessments (ie, collections of multiple choice questions)...

Two unrelated improvements to the chat UI: - scroll to the bottom of the chat window when a new message is appended (currently, it doesn't scroll, and you have to...

This PR applies the profanity filter to responses received from Sagemaker. If a message is found to be profane, we display a generic "There was an error getting a response....

In service of simplifying our chat logging, a couple of related changes. Break up chat history in UI into three pieces: - `chatMessagesPast`: past messages that are from a previous...