Skip to content

Commit

Permalink
Merge pull request #3 from FluffyLabs/instructions-enhancements
Browse files Browse the repository at this point in the history
Instructions enhancements
  • Loading branch information
wkwiatek authored Aug 3, 2024
2 parents e99eaa8 + c2ab272 commit c889542
Show file tree
Hide file tree
Showing 8 changed files with 413 additions and 81 deletions.
2 changes: 1 addition & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tailwind": {
"config": "tailwind.config.js",
"css": "src/globals.css",
"baseColor": "sky",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
Expand Down
180 changes: 180 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"prepare": "husky"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
Expand All @@ -21,6 +23,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-json-view-compare": "^2.0.2",
"react-katex": "^3.0.1",
"scale-codec": "^0.13.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7"
Expand All @@ -29,6 +32,7 @@
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-katex": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
Expand Down
43 changes: 1 addition & 42 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -1,42 +1 @@
/*#root {*/
/* max-width: 1280px;*/
/* margin: 0 auto;*/
/* padding: 2rem;*/
/* text-align: center;*/
/*}*/

/*.logo {*/
/* height: 6em;*/
/* padding: 1.5em;*/
/* will-change: filter;*/
/* transition: filter 300ms;*/
/*}*/
/*.logo:hover {*/
/* filter: drop-shadow(0 0 2em #646cffaa);*/
/*}*/
/*.logo.react:hover {*/
/* filter: drop-shadow(0 0 2em #61dafbaa);*/
/*}*/

/*@keyframes logo-spin {*/
/* from {*/
/* transform: rotate(0deg);*/
/* }*/
/* to {*/
/* transform: rotate(360deg);*/
/* }*/
/*}*/

/*@media (prefers-reduced-motion: no-preference) {*/
/* a:nth-of-type(2) .logo {*/
/* animation: logo-spin infinite 20s linear;*/
/* }*/
/*}*/

/*.card {*/
/* padding: 2em;*/
/*}*/

/*.read-the-docs {*/
/* color: #888;*/
/*}*/
@import "katex/dist/katex.min.css";
Loading

0 comments on commit c889542

Please sign in to comment.