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

Currently, hulk mode is not documented: I think it's a useful feature for everyone to know about, so it should be included in the table: "make the background of the...

Enhancement
minor
good first issue

Currently, the background of the CSE machine remains dark (or white for "print"). Either way (print or default), the background of the CSE machine should turn green in hulk mode....

Enhancement
minor
good first issue

Control uses double quotes ...while stash uses single quotes ...while environment uses double quotes Let's use double quotes consistently in the CSE machine.

Enhancement
minor

Consider the program: `(+ 3i 4)` Currently we get: I suggest that we change the step sequence by "suppressing" the application of make_number. So `(make_number 3i)` will just be rendered...

Enhancement

Currently the highlighting after function call looks like this: Note that the function call remains highlighed although the control now contains the body of the function. The highlighting should be...

Enhancement
minor

The branch instruction should pop up the alternatives, in the spirit of notional machines being "explicit" (no hidden magic). Currently the popup just shows the description of the instruction:

Enhancement
minor

I think the display should just show + instead of $43$.

Enhancement

The current @types/estree needs to be updated in the js-slang. However, this requires an update in the frontend too, specifically the case machine in order for the new version of...

The last Python program used in the editor should come back when switching to Python: The browser cache needs to keep track of the programs for each language that can...

Enhancement
important

We really need to move away from CRA because it's really starting to show its age... Past attempts: * #2327 * #2508

important