feat: keyboard navigate between title and content

This commit is contained in:
Aslam H
2024-08-08 22:35:20 +07:00
parent 36e0e19212
commit 2d352605a2
3 changed files with 182 additions and 154 deletions

View File

@@ -57,20 +57,20 @@
"@tiptap/react": "^2.5.9",
"@tiptap/suggestion": "^2.5.9",
"axios": "^1.7.3",
"cheerio": "^1.0.0-rc.12",
"cheerio": "1.0.0-rc.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"jazz-react": "^0.7.23",
"jazz-tools": "^0.7.23",
"jotai": "^2.9.1",
"jazz-react": "^0.7.25",
"jazz-tools": "^0.7.25",
"jotai": "^2.9.2",
"lowlight": "^3.1.0",
"lucide-react": "^0.424.0",
"next": "14.2.5",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-day-picker": "^9.0.7",
"react-day-picker": "^9.0.8",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",
"react-use": "^17.5.1",
@@ -84,20 +84,20 @@
"zsa": "^0.5.1"
},
"devDependencies": {
"@types/node": "^22.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^9.8.0",
"eslint-config-next": "14.2.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.41",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.9",
"ts-jest": "^29.2.4",
"typescript": "^5.5.4"
}
}