Joachim Tislov
Joachim Tislov
Resolves: #1045 Im fairly certain the change from webpack to esbuild has improved/reduced the TBT - total blocking time, and these change further improve the overall performance of the Quickfeed...
Closes: #1368 I debated on creating a test for the members component. To avoid regression, but it appears to be complex and fragile. Any further changes made to member.tsx will...
I made a mistake in #1325 The role action was reversed;  The green line 48 and red line 78 should have matching order. So the naming - `currentRole` makes...
I have read that you only really need `react-router-dom` since its a package specialized for web applications and built on top of the core package - `react-router` Refering to sources:...
DeepSource is a great tool for maintaining clean code, preventing bugs and provides recommendations for improvement. **Starting amount of issues: 311** **Current active issues: 88** ([DeepSource issues overview (Master)](https://app.deepsource.com/gh/quickfeed/quickfeed)) Refer...
Closes: #1332 As the title describes have I removed the scroll feature. Is that an issue @JosteinLindhom ? This gif demonstrates how the cursor is not pointing when not hovering...
This saves us the hassle of migrating the whole Esbuild implementation to JavaScript and prevents us from needing a download script for retrieving the correct binary for Tailwind. I am...
Resolves: #1302 This can be viewed as a temporary solution to the issue, as Im not sure why its not re-rendering when the `enrollment.state` is modified. The course page is...