updates on the redesign page for all the pages

This commit is contained in:
2026-05-30 17:54:07 +05:30
parent ba88501bc4
commit b8097efbcf
20 changed files with 8664 additions and 3331 deletions

44
.claude/settings.json Normal file
View File

@@ -0,0 +1,44 @@
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(npm install)",
"Bash(npm install:*)",
"Bash(npm run lint)",
"Bash(npm run lint:*)",
"Bash(npm run build)",
"Bash(npm run build:*)",
"Bash(npm start)",
"Bash(npm run start:*)",
"Bash(yarn)",
"Bash(yarn install)",
"Bash(yarn lint)",
"Bash(yarn build)",
"Bash(yarn start)",
"Bash(npx eslint:*)",
"Bash(git status:*)",
"Bash(git diff:*)",
"Bash(git log:*)",
"Bash(git show:*)",
"Bash(git branch:*)",
"Bash(git ls-files:*)",
"Bash(git rev-parse:*)",
"Bash(ls:*)",
"Bash(pwd)",
"Bash(wc:*)",
"Bash(node -e:*)",
"Bash(node --version)"
],
"deny": [
"Bash(rm -rf /:*)",
"Bash(git push --force:*)",
"Bash(git reset --hard:*)",
"Bash(git commit --amend:*)",
"Bash(git checkout -- .:*)",
"Bash(git clean -f:*)",
"Bash(git branch -D:*)",
"Bash(npm publish:*)",
"Bash(yarn publish:*)"
]
}
}