Someon1e
8b510d3dbb
Add dark theme ( #991 )
...
Fixes #333
![image](https://github.com/Roblox/luau/assets/120410318/539fec9f-3ad1-49cd-ba2f-a47b6c1ee42c )
![image](https://github.com/Roblox/luau/assets/120410318/981981c6-2fbe-46ae-99b1-a1fc2c647a6a )
---------
Co-authored-by: Someone-dQw4w9WgXcQ <dcheunggb@outlook.com>
2023-08-01 09:14:02 -07:00
Someon1e
087be529b0
Improve demo site ( #990 )
...
Updated builtins tables, made `` highlighted as a string, removed code
that replaced "stdin:" from print messages
Before:
![image](https://github.com/Roblox/luau/assets/120410318/ba399f0b-d612-4f69-a523-56369eafb037 )
After:
![image](https://github.com/Roblox/luau/assets/120410318/98ab06c8-9b2a-4d9b-aa86-0a8432296417 )
---------
Co-authored-by: Someone-dQw4w9WgXcQ <dcheunggb@outlook.com>
2023-07-28 08:11:16 -07:00
Arseny Kapoulkine
73b7bcb2da
docs: Move Luau.Web.js fetch to the end of the page
...
This was moved in the CodeMirror change, but that may break Module setup in the embedded <script> block, so move it back.
2022-01-04 15:04:25 -08:00
Arseny Kapoulkine
d079201a6e
Fix repeated calls to print() clearing output
2021-12-20 15:44:51 -08:00
Arseny Kapoulkine
fedd9a5f78
docs: Fix label syntax
2021-12-20 15:40:38 -08:00
Arseny Kapoulkine
9e7e779c02
Quality of life improvements to web demo ( #297 )
...
- Upgrade CodeMirror to 5.65
- Enable matching paren highlighting via an addon
- Remove extra buttons and replace clear output with a checkbox
- Highlight error line on parsing/execution error
- Change demo layout to wide to increase available width
2021-12-20 15:36:41 -08:00
Pelanyo Kamara
019eeeb853
Add CodeMirror Editor for Web Demo ( #228 )
...
Also remove timestamps from output
2021-12-15 09:23:26 -08:00
Tiffany Bennett
a26024fb4b
Use latest release url ( #227 )
2021-11-22 12:54:27 -08:00
Arseny Kapoulkine
2fa5b9c329
Update repl.html
...
Try using a release artifact
2021-11-21 20:07:44 -08:00
Pelanyo Kamara
aec8fbfd0f
Feature: Web REPL using Emscripten ( #138 )
...
Currently doesn't include the new page into navigation since we aren't building the .js files anywhere.
2021-11-10 08:40:46 -08:00