Skip to content

Commit

Permalink
Onboarding flow (#369)
Browse files Browse the repository at this point in the history
* saving changes

* Add useState to make track if links are clicked

* Update calendar link

* update google calendar background

* remove db implementation

* Fix styling issues with mobile view

* onboarding integration

---------

Co-authored-by: Armin Talaie <[email protected]>
  • Loading branch information
armanmoztar and armintalaie authored Sep 27, 2024
1 parent 32a3f9f commit ecf17c4
Show file tree
Hide file tree
Showing 16 changed files with 4,890 additions and 6,713 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"root": true,
"extends": [
"next",
"plugin:@typescript-eslint/recommended",
"prettier"
],
"extends": ["next", "plugin:@typescript-eslint/recommended", "prettier"],
"parser": "@typescript-eslint/parser",
"rules": {
"@typescript-eslint/no-explicit-any": "off",
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"format": "prettier --write ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@prisma/client": "^5.19.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
Expand Down Expand Up @@ -45,9 +49,11 @@
"react-countup": "^6.5.3",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-json-editor-ajrm": "^2.5.14",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.3",
"react-router-dom": "^6.26.2",
"recharts": "^2.12.7",
"remark-gfm": "^4.0.0",
"sonner": "^1.5.0",
Expand Down
Loading

0 comments on commit ecf17c4

Please sign in to comment.