feat: add first github pages playground#31
Merged
micahkepe merged 25 commits intomicahkepe:mainfrom Apr 13, 2026
Merged
Conversation
Owner
|
Going to refactor the workflow to use the legacy |
micahkepe
requested changes
Apr 13, 2026
micahkepe
reviewed
Apr 13, 2026
| } | ||
| } | ||
|
|
||
| export!(JsonGrepper); |
Owner
There was a problem hiding this comment.
Would like to see unit tests here as well to test input parsing and to verify workflow for users
…y deploy - Compat with existing CI pages deploy for Criterion bench output -> copies bun build output to subdirectory in the `gh-pages` branch so it will be served at `micahkepe.com/jsongrep/playground/`
- These don't actually match the packages in `jsongrep` (use `serde_json_borrow` for zero-copy), `serde_json` here is purely for the serialization in the web app
- Based on the dark mode of radion theme: https://github.com/micahkepe/radion - Pretty clean if I say so myself!
- Again, borrowing palette from radion theme
- Add cross-platform modifier key check for shortcut
Owner
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Description
Adds github pages page with jsongrep playground
Related Issue(s)
#26
Demo
https://thomas9911.github.io/jsongrep/
NOTE: github pages should be enabled in the settings of the repo based on github actions
NB: I used claude code for the UI and chatgpt to verify that the github action workflow was correct