Skip to content

Commit

Permalink
feat: Sign editor with formatting support! (+2 settings) (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: gguio <[email protected]>
Co-authored-by: Vitaly Turovsky <[email protected]>
  • Loading branch information
3 people authored Mar 23, 2024
1 parent ca45288 commit 85c0eb8
Show file tree
Hide file tree
Showing 15 changed files with 1,060 additions and 9 deletions.
9 changes: 5 additions & 4 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ import './storybook.css'

const preview: Preview = {
decorators: [
(Story) => (
<div id='ui-root'>
(Story, c) => {
const noScaling = c.parameters.noScaling
return <div id={noScaling ? '' : 'ui-root'}>
<Story />
</div>
),
</div>;
},
],
parameters: {
actions: { argTypesRegex: "^on[A-Z].*" },
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,16 @@
"node-gzip": "^1.1.2",
"peerjs": "^1.5.0",
"pretty-bytes": "^6.1.1",
"prosemirror-example-setup": "^1.2.2",
"prosemirror-markdown": "^1.12.0",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.33.1",
"prismarine-provider-anvil": "github:zardoy/prismarine-provider-anvil#everything",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-transition-group": "^4.4.5",
"remark": "^15.0.1",
"sanitize-filename": "^1.6.3",
"skinview3d": "^3.0.1",
"source-map-js": "^1.0.2",
Expand Down
Loading

0 comments on commit 85c0eb8

Please sign in to comment.