Skip to content

Commit

Permalink
Merge pull request #80 from siinghd/comments/hsingh
Browse files Browse the repository at this point in the history
Feature: added comments, added people can comment chapters, some improvements
  • Loading branch information
hkirat committed Feb 9, 2024
2 parents 244d053 + 809ea58 commit 162e7f3
Show file tree
Hide file tree
Showing 62 changed files with 2,150 additions and 233 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: npm install --legacy-peer-deps

- name: Run linting check
run: npm run lint:check
run: npm run lint:fix

- name: Check formatting
run: npm run format:check
run: npm run format:fix
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"semi": false,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@discordjs/next": "^0.1.1-dev.1673526225-a580768.0",
"@prisma/client": "^5.6.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
Expand All @@ -28,6 +29,7 @@
"axios": "^1.6.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"discord-oauth2": "^2.11.0",
"discord.js": "^14.14.1",
"jsonwebtoken": "^9.0.2",
Expand All @@ -42,14 +44,16 @@
"react-notion-x": "^6.16.0",
"react-resizable-panels": "^1.0.7",
"recoil": "^0.7.7",
"sharp": "^0.33.2",
"sonner": "^1.4.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.8.9",
"video.js": "^8.6.1",
"videojs-contrib-eme": "^3.11.1",
"videojs-mobile-ui": "^1.1.1",
"videojs-sprite-thumbnails": "^2.1.1"
"videojs-sprite-thumbnails": "^2.1.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20",
Expand Down
Loading

0 comments on commit 162e7f3

Please sign in to comment.