Commit Graph

448 Commits

Author SHA1 Message Date
Luke Boswell
f55258cd58
remove duplicate static files 2023-10-19 16:21:07 +11:00
Luke Boswell
eb3e97fd95
Update scripts to WIP site for REPL
workaround for copy static files

add REPL to WIP home page

WIP site download REPL nightly

scripts build WIP Netlify and dev
2023-10-19 16:11:23 +11:00
Brian Carroll
7646eef387
Fix a confusing initial value in the web REPL JS 2023-10-01 21:17:44 +02:00
Richard Feldman
8eb1d78138
Apply web repl mobile styles to larger smartphones 2023-09-28 14:44:12 -04:00
Brian Carroll
1d95ecf021
Delete mock WASI, we're not using it 2023-09-28 09:30:31 +01:00
Brian Carroll
ed81414c5d
Reduce height of web REPL loading message, to match loaded state 2023-09-28 09:27:52 +01:00
Brian Carroll
53406942c7
Make web REPL JS a bit clearer 2023-09-28 09:11:39 +01:00
Richard Feldman
0974d5709d
Give web repl some mobile-friendly styling 2023-09-27 22:09:54 -04:00
Anton-4
5020b4d1d9
Merge pull request #5858 from lukewilliamboswell/fix-wip-script
Fix wip-site roc build script
2023-09-27 10:39:01 +02:00
Luke Boswell
938ccbb8b3
update wip build script 2023-09-27 16:35:57 +10:00
Anton-4
c310be2b11
no need to link to Bool anymore 2023-09-23 15:02:11 +02:00
Brian Carroll
2ab241dbd6
Remove styles from repl.css that duplicated/conflicted with site.css 2023-09-19 08:37:07 +01:00
Richard Feldman
3ea8cf1813
Fix a dark mode contrast issue 2023-09-18 16:25:37 -05:00
Richard Feldman
b8c09b45c5
Use white-space: pre-wrap over <br> 2023-09-18 16:19:09 -05:00
Richard Feldman
73bf7ac904
Don't move caret down a line on Enter in repl 2023-09-18 15:39:12 -05:00
Richard Feldman
13b87c4e21
Smooth out web repl textarea height growth 2023-09-18 15:26:10 -05:00
Richard Feldman
bf33286390
Don't run web repl input when textarea loses focus 2023-09-18 15:26:10 -05:00
Richard Feldman
ceff4d082e
Improve some cross-browser CSS inconsistencies 2023-09-18 15:26:10 -05:00
Richard Feldman
2a5c5c6aca
Autoformat public/index.html 2023-09-18 15:26:10 -05:00
Richard Feldman
bd44fbac3b
Explicitly set repl to UTF-8 encoding 2023-09-18 15:26:09 -05:00
Richard Feldman
1f396871f9
Simplify repl tips 2023-09-18 15:26:09 -05:00
Richard Feldman
2bf6dd9b18
Add top bar to web repl 2023-09-18 15:26:09 -05:00
Richard Feldman
c892e09baa
Restyle web repl 2023-09-18 15:26:09 -05:00
Richard Feldman
0ab49454b3
Fix favicon on Safari 2023-09-18 15:26:09 -05:00
Richard Feldman
d3ae8b719b
Fix some favicon stuff, autoformat www content 2023-09-18 15:26:08 -05:00
Richard Feldman
074401fbdf
Remove the whole #var1 thing 2023-09-17 06:31:51 -04:00
Brian Carroll
bc7670ee16
Wrap text in web REPL history panel 2023-09-13 12:15:44 +01:00
Brian Carroll
fc991baf6a
Fix a bug in displaying :help text at top of web REPL history
The previous implemenation was adding a fake input and output
to the history and then removing just the input from the DOM.
We also removed the entry from the `inputHistory` array, to
prevent it appearing in the panel when you hit the UP arrow
enough times.
However this introduces a mismatch between the number of items
in `inputHistory` array and the number of `.history-item` divs
in the DOM.
This caused each REPL output to appear *above* the user input
that caused it! 🙃

The fix is to just make all of this separate from history!
We just make a separate call into Rust to get the initial :help.

The original idea was to share code between the initial :help
and the normal REPL operation, but they turn out to be only
similar, not the same.
2023-09-13 08:08:03 +01:00
Brian Carroll
7c54cba17f
Remove unnecessary function wrapper 2023-09-13 08:07:40 +01:00
Brian Carroll
034482101f
Remove initial :help from web REPL history + fix edge cases 2023-09-10 11:26:29 +01:00
Brian Carroll
50980f4b35
Show :help text on loading the web REPL 2023-09-09 16:55:14 +01:00
Brian Carroll
7dfd4ada48
Support both Shift-Enter and Ctrl-Enter for multi-line input 2023-09-09 16:55:08 +01:00
Brian Carroll
03b3b34e3d
Reduce font size on the web REPL 2023-09-09 16:53:47 +01:00
Brian Carroll
ee2731b152
Remove warning on web REPL page 2023-09-09 16:19:03 +01:00
Richard Feldman
2b7da02769
More website copy ideas 2023-08-17 15:19:52 -04:00
Richard Feldman
12324a0ca8
Trying some more WIP copy ideas 2023-08-17 15:19:11 -04:00
Richard Feldman
946ff053fd
Trying out some new copy on the WIP homepage 2023-08-17 15:17:50 -04:00
Richard Feldman
4ed3824dc7
Merge pull request #5754 from roc-lang/remove-constraints
Remove some Dict and Set ability constraints
2023-08-15 02:49:04 -04:00
Richard Feldman
d9535f2749
Remove unused br import from WIP new website 2023-08-12 15:32:45 -04:00
Anton-4
ac9421c1b4
basic-cli 0.4.0 -> 0.5.0 2023-08-12 19:34:33 +02:00
Anton-4
d869ea1144
use basic-cli main branch again
the new-abilities-syntax branch has been merged into basic-cli main

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-12 17:34:44 +02:00
Richard Feldman
254226f067
Use abilities-syntax branch of basic-cli for now 2023-08-10 23:04:57 -04:00
Richard Feldman
2ca3c420a3
Delete some trailing spaces 2023-08-10 23:04:53 -04:00
Richard Feldman
2da41be29f
Merge remote-tracking branch 'origin/main' into abilities-syntax 2023-08-10 20:36:01 -04:00
Anton-4
64ab5cb7f6
added README for wip website 2023-08-09 15:57:10 +02:00
Luke Boswell
00b4be2d31
Merge pull request #5722 from lukewilliamboswell/website-update
More updates to wip site update
2023-08-06 00:51:06 +10:00
Anton-4
7598b080f1
small improvements 2023-08-05 14:35:45 +02:00
Anton-4
9e8044b48b
try fixing curl
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-05 12:47:05 +02:00
Nachiket Kanore
d8c43864f4 #5724: fix css to fit content on full page without scroll 2023-08-02 20:01:57 +05:30
Luke Boswell
ad67669d17
fix broken reported markdown links 2023-08-02 17:06:07 +10:00