Skip to content

Commit

Permalink
feat(WIP): playground (#45)
Browse files Browse the repository at this point in the history
* working poc

* notifications and configuration menu

* cleanup

* fix(repo): linter on everything

* prog

* fix(playground): cors, notifications, mobile view, styling, removal of auth

* fix: ignore any type

* fix: remove unused component

* feat: show button on md and smaller screens

---------

Co-authored-by: joshcs.eth <[email protected]>
Co-authored-by: jcstein <[email protected]>
  • Loading branch information
3 people authored Jun 18, 2024
1 parent c67ee20 commit da903c7
Show file tree
Hide file tree
Showing 22 changed files with 75,021 additions and 78,858 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ jobs:

- name: 🔎 Type check
run: yarn typecheck

6 changes: 3 additions & 3 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: ['main']

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -21,7 +21,7 @@ permissions:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
group: 'pages'
cancel-in-progress: false

jobs:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: '16'
cache: ${{ steps.detect-package-manager.outputs.manager }}
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
"prepare": "husky install"
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"@headlessui/react": "2.0.4",
"@heroicons/react": "^2.0.13",
"@monaco-editor/react": "^4.6.0",
"@open-rpc/client-js": "^1.8.1",
"axios": "^1.3.4",
"clsx": "^1.2.1",
"next": "^13.0.3",
Expand Down
Loading

0 comments on commit da903c7

Please sign in to comment.