-
-
Notifications
You must be signed in to change notification settings - Fork 254
refactor: switch to React Router #1115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jderochervlk
wants to merge
108
commits into
master
Choose a base branch
from
vlk-v12-react-router
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+20,389
−197,577
Open
Changes from 1 commit
Commits
Show all changes
108 commits
Select commit
Hold shift + click to select a range
71c2897
refactor: switch to React Router
jderochervlk 3d46e64
refactor: add order and section to language manual frontmatter
jderochervlk 365d522
Merge branch 'vlk/add-order-and-section-to-manual' of github.com:resc…
jderochervlk 24c9fdc
add react
jderochervlk bce0ea1
Merge branch 'vlk/add-order-and-section-to-manual' of github.com:resc…
jderochervlk b3e42b7
improve css loading speed
jderochervlk 62a4916
fix fouc
jderochervlk 2a54652
fix css not loading
jderochervlk 100fb4c
make sure progress is synced
jderochervlk 3b5acdb
language manual
jderochervlk 1217a60
working on tables
jderochervlk 4d28ff6
back out table changes for now
jderochervlk a39d058
updating blog pages
jderochervlk 06987bb
builds are working
jderochervlk 5282ad2
copy to out folder
jderochervlk 50c193e
add static server
jderochervlk b0c3673
cleanup some deps
jderochervlk d167bf2
cleanup some todo comments
jderochervlk f571352
configure loadmdx
jderochervlk 8c812c6
tables looking good
jderochervlk 96d9032
more mdx work
jderochervlk 4732229
Merge branch 'master' of github.com:rescript-lang/rescript-lang.org i…
jderochervlk 565e2d2
move react docs
jderochervlk 009596d
react docs and anchor scrolling
jderochervlk c23be9b
fixed scrolling on full page nav
jderochervlk 5a5904f
api is rendering
jderochervlk 778f521
api prerender is working
jderochervlk f566bec
working on api table of contents
jderochervlk f478604
Initial plan
Copilot 34acb8f
Migrate CodeMirror from v5 to v6 - initial implementation
Copilot 1040aa7
Fix warnings and remove CodeMirror v5 dependency
Copilot cc339b5
Address code review feedback - fix import paths, error handling, and …
Copilot 8311c48
Fix error validation logic - properly validate both line and column b…
Copilot 6a1b928
Clarify error position indexing in comments - rows are 1-based, colum…
Copilot 87c0785
Fix ReferenceError: createEditor is not defined - call function direc…
Copilot a631fc4
Format JavaScript files with Prettier
Copilot 5ee2f10
Convert createEditor from raw JavaScript to native ReScript with comp…
Copilot 924e84a
apidocs
jderochervlk 1213a43
use more idiomatic rescript bindings
tsnobip bc74250
api nav is working
jderochervlk a90d0a8
trying to fix the inline codeblock
jderochervlk f8185ff
just remove it for now
jderochervlk 23eaffe
fix &
jderochervlk 31058cb
move syntax pages
jderochervlk 6942b6b
working on blog listing page
jderochervlk 0321c41
working on syntax page
jderochervlk e997c36
blog listing page is mostly working
jderochervlk a599198
update to rc.2
jderochervlk eed9347
blog post is rendering
jderochervlk bd882a6
fix archived blog posts
jderochervlk 58001ca
Merge branch 'master' of github.com:rescript-lang/rescript-lang.org i…
jderochervlk 0a505e7
static builds are working
jderochervlk 9fe79d8
rendering community pages
jderochervlk f8dc09b
getting close
jderochervlk 91f9442
package search
jderochervlk b07a66c
syntax lookup
jderochervlk dc0ad5d
remove package-lock
jderochervlk 654f09e
rebuild package lock
jderochervlk b7ba93f
fix webapi
jderochervlk 9ce7121
fixes
jderochervlk 14f7bd2
Merge branch 'master' of github.com:rescript-lang/rescript-lang.org i…
jderochervlk 0fcf8a8
Merge branch 'copilot/migrate-playground-to-cm-v6' of github.com:resc…
jderochervlk 9272d9d
control panel
jderochervlk 7d7bbdf
fix divider
jderochervlk f676837
more cleanup
jderochervlk 8f15c78
more style fixes
jderochervlk 89112cc
config cleanup
jderochervlk b1156d8
delete pages folder
jderochervlk ec22753
Merge branch 'master' of github.com:rescript-lang/rescript-lang.org i…
jderochervlk 0b63251
rebuild package lock and remove .nvmrc
jderochervlk a5bbc50
try fixing missing types
jderochervlk 219742d
add search
jderochervlk c9f8095
use npm build
jderochervlk 011e271
fix typo
jderochervlk 7a22a0a
fix package lock webapi version
jderochervlk 0b9887a
run formatter
jderochervlk ba425b2
rollback codemirror
jderochervlk 201a0ea
back to codemirror 5
jderochervlk 3d650b7
Revert "use more idiomatic rescript bindings"
jderochervlk ad9b581
back to codemirror 5
jderochervlk a0ce329
Revert "rollback codemirror"
jderochervlk 7dbe3df
playground is working
jderochervlk 45b99f2
fix background color on dropdown
jderochervlk 3015186
warning table
jderochervlk d5b111b
docson
jderochervlk 1882fa0
fixed markdown
jderochervlk 3852202
import css
jderochervlk 70aeb1c
remove trailing ;
jderochervlk ce8576d
add back tests
jderochervlk 7dc4b86
fix doc tests
jderochervlk 0304baa
remove href test
jderochervlk d48b592
test out redirects
jderochervlk 8547f39
formatting
jderochervlk 11a742f
add 404 page
jderochervlk 91d8860
typo in redirects
jderochervlk 3b0bd2d
fix filename
jderochervlk 20a153b
fix prettier ignore
jderochervlk 113e21b
preconnect to css
jderochervlk ff62b7b
fix flicker
jderochervlk 9f886db
fix community link
jderochervlk 2d42ed9
Fix community links
jderochervlk 2b785e2
fix search box and docson
jderochervlk 14d00a1
getting meta tags to work
jderochervlk 666f235
meta tags
jderochervlk 20227bb
Merge branch 'master' of github.com:rescript-lang/rescript-lang.org i…
jderochervlk 7cf2561
fix image imports after merge
jderochervlk 6880219
formatting
jderochervlk 2074165
align naming for Lazy components
jderochervlk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix divider
- Loading branch information
commit 7d7bbdfb733694ab64a71cbabf91125659bc851c
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
leftover?