Skip to content

Commit

Permalink
Refactor continue (#638)
Browse files Browse the repository at this point in the history
* Refactor modals

* Refactor toasts

* Add can't save to local storage toast

* WIP

* fix modals

* fix color input

* switch to pnpm

* update css-vars-hook

* update lock
  • Loading branch information
morewings authored Mar 9, 2023
1 parent a68faf0 commit acb6745
Show file tree
Hide file tree
Showing 43 changed files with 7,377 additions and 6,487 deletions.
1 change: 1 addition & 0 deletions .fontello-session
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0178dca26a7aeffdc41c060292d9d951
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,3 @@ yarn-error.log
.yarn-integrity
.next
build
.fontello-session
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
pnpm run lint-staged
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,22 @@
},
"scripts": {
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 0",
"lint:style": "npx stylelint ./src/",
"fix:style": "npx stylelint ./src/ --fix",
"edit:fonts": "npx fontello-cli open --config ./fontello/config.json",
"lint:style": "stylelint ./src/**/**.css",
"fix:style": "pnpm run lint:style --fix",
"edit:fonts": "fontello-cli open --config ./fontello/config.json",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:code": "yarn eslint ./src/",
"fix:code": "yarn lint:code --fix",
"lint:code": "eslint ./src/",
"fix:code": "pnpm run lint:code --fix",
"lint-staged": "lint-staged",
"prepare": "is-ci || husky install"
},
"dependencies": {
"bootstrap": "^5.2.3",
"classnames": "^2.3.2",
"css-vars-hook": "^0.3.2",
"css-vars-hook": "0.6.6",
"file-saver": "^2.0.5",
"lodash": "^4.17.21",
"nanoid": "^4.0.1",
Expand All @@ -45,6 +46,7 @@
"react-redux": "^8.0.5",
"recharts": "^2.4.3",
"redux": "^4.2.1",
"sharp": "^0.31.3",
"the-new-css-reset": "^1.8.4"
},
"devDependencies": {
Expand Down
Loading

1 comment on commit acb6745

@vercel
Copy link

@vercel vercel bot commented on acb6745 Mar 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

structure – ./

structure-morewings.vercel.app
structure-git-master-morewings.vercel.app
structure.ninja

Please sign in to comment.