Roy J. Wignarajah
Roy J. Wignarajah
I'll have a PR ready tonight.
When studying this I noticed the duplication only occurs with a regular prompt, but to determine an ideal fix I had to study how other kinds of **re-ask actions** were...
> To begin, we should probably add a [paperclip icon](https://react-icons.github.io/react-icons/search/#q=paperclip) to the prompt area, which when clicked, allows you to select local a file(s). We'd then show the file as...
Unassigning myself for now but this is something I'd like to try working on shortly after the semester.
I'd be willing to work on parts of this
I read a little bit on WASM during the weekend after you brought this to my attention. I think this is something I'd like to work on. So far, I've...
@rjwignar tagging myself for awareness
I must add that this change has a visual bug in which the background colours invert: **On Edge**:  **On Chrome:**  On the Chrome screenshot you can see the...
I think I fixed the color inversion by using a windowWidth of `2.5 * element.scrollWidth` (I played around with this setting and found the inverted portion shrunk as I scaled...
I think this is because in dark mode the body text is white and camouflages into the white background. I modified the text to red using my browser's dev tools...