Skip to content

Commit

Permalink
feat: add authentication settings (e-mail change, password change, 2f…
Browse files Browse the repository at this point in the history
…a enable/disable)
  • Loading branch information
sunaurus committed Apr 14, 2024
1 parent 2a68643 commit 5628ced
Show file tree
Hide file tree
Showing 12 changed files with 591 additions and 44 deletions.
216 changes: 212 additions & 4 deletions package-lock.json

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

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@types/markdown-it-highlightjs": "^3.3.4",
"@types/node": "^20",
"@types/nprogress": "^0.2.3",
"@types/qrcode": "^1.5.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
Expand All @@ -64,6 +65,7 @@
"prettier-plugin-classnames": "^0.6.5",
"prettier-plugin-merge": "^0.6.0",
"prettier-plugin-tailwindcss": "^0.5.13",
"qrcode": "^1.5.3",
"react": "^18",
"react-dom": "^18",
"server-only": "^0.0.1",
Expand All @@ -73,11 +75,11 @@
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"semantic-release": "^23.0.8",
"@semantic-release/git": "^10.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5"
"prettier": "^3.2.5",
"semantic-release": "^23.0.8"
}
}
2 changes: 1 addition & 1 deletion src/app/(ui)/markdown/MarkdownTextArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export const MarkdownTextArea = (
return (
<div className={classNames("relative", className)}>
<div
className={`flex items-center justify-end gap-1.5 rounded-t border border-b-0
className={`flex flex-wrap items-center justify-end gap-1.5 rounded-t border border-b-0
border-neutral-600 bg-neutral-800 p-0.5 px-4`}
>
<ToolbarButton
Expand Down
Loading

0 comments on commit 5628ced

Please sign in to comment.