frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Frontend of Source Academy, an online experiential environment for computational thinking (React, Redux, Saga, Blueprint)

Results 223 frontend issues
Sort by recently updated
recently updated
newest added

Drop in, more modern, and much more lightweight replacement.

Enhancement
good first issue

Switching modes does nothing; syntax highlighting falls back to default JS.

critical

Also, seems like sort order isn't stable sometimes? Very, very hard to reliably replicate

When opening a blank grading, clicking next shows the "you have unsaved changes" alert even though there's no change (they could just be browsing through).

good first issue

```ts export const backendParamsToProgressStatus = ( isManuallyGraded: boolean, isGradingPublished: boolean, submissionStatus: AssessmentStatus, numGraded: number, numQuestions: number ): ProgressStatus => { if (!isManuallyGraded) { return ProgressStatuses.autograded; } else if (submissionStatus !==...

Partial follow-up of #2893 and #3023 of which some were caused by other PRs and code refactoring ## Minor Issues/Inconsistencies ### UX - We now have two search areas, one...

Enhancement
nice-to-have
good first issue

Avengers, which are classified as staff, currently have access to ground control: ![image](https://github.com/user-attachments/assets/719f5c92-dc2e-4d7b-9650-0e018fa0aa68) The buttons to delete a whole assessment, for example, are active, and work (no actual submissions were...

critical

After some observation, the error messages provided by SA is just the response code e.g. 403. This is causing confusion for Avengers at the start of the semester as the...

Enhancement