Skip to content
Merged

Dev #96

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
00ef567
Refactor package versions and update imports across multiple files
abhishek-nexgen-dev May 13, 2026
4817084
feat: Webhook Management System — Complete Frontend Dashboard for Com…
Itzzavdheshh May 13, 2026
315bc64
feat: Webhook Management System — Complete Frontend Dashboard for Com…
Itzzavdheshh May 13, 2026
3c60f4e
Update src/features/Webhooks/v1/Webhook.types.ts
Itzzavdheshh May 13, 2026
3746913
Update src/features/Webhooks/v1/components/form/WebhookForm.tsx
Itzzavdheshh May 13, 2026
013f885
Update src/features/Webhooks/v1/components/form/WebhookForm.tsx
Itzzavdheshh May 13, 2026
70463db
feat: Webhook Management System — Complete Frontend Dashboard for Com…
Itzzavdheshh May 13, 2026
d603816
Merge branch 'ui' of https://github.com/Itzzavdheshh/CommDesk into ui
Itzzavdheshh May 13, 2026
99df2f1
Update Cargo.lock
Itzzavdheshh May 13, 2026
e91dbff
feat: Webhook Management System — Complete Frontend Dashboard for Com…
Itzzavdheshh May 13, 2026
32ed008
Update Cargo.toml
Itzzavdheshh May 13, 2026
b1383e1
Update ConfirmModal.tsx
Itzzavdheshh May 13, 2026
ca65696
security: update vulnerable dependencies
Itzzavdheshh May 13, 2026
2745d34
security: update dependencies and fix confirm modal
Itzzavdheshh May 13, 2026
2b5a20e
Merge branch 'ui' of https://github.com/Itzzavdheshh/CommDesk into ui
Itzzavdheshh May 13, 2026
5fa4234
security: update dependencies and fix confirm modal
Itzzavdheshh May 13, 2026
b2a86ce
Merge branch 'dev' into ui
abhishek-nexgen-dev May 13, 2026
2a7166a
Merge pull request #94 from Itzzavdheshh/ui
abhishek-nexgen-dev May 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,239 changes: 1,173 additions & 66 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.3.0",
"@tauri-apps/cli": "2.10.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/markdown-to-jsx": "^7.0.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
Expand All @@ -54,13 +57,15 @@
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"jsdom": "^29.1.1",
"prettier": "^3.8.3",
"shadcn": "^3.8.5",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.59.2",
"vite": "^7.3.3"
"vite": "^7.3.3",
"vitest": "^4.1.6"
},
"overrides": {
"ip-address": "^10.1.1",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

Loading
Loading