Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature 68 #103

Open
wants to merge 51 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
6db9359
dashboard
Oct 21, 2024
73c1c90
Merge branch 'dev' of https://github.com/EventoryHost/Eventory into f…
Oct 21, 2024
7275c13
chore: apply formatting changes
Harshitazz Oct 21, 2024
5c7bbf4
+1
Oct 21, 2024
98f5bad
+1
Oct 21, 2024
c0189ab
+1
Oct 21, 2024
bd3a93f
chore: apply formatting changes
Harshitazz Oct 21, 2024
6b17250
push
Oct 21, 2024
ed830ba
chore: apply formatting changes
Harshitazz Oct 21, 2024
bbac7b0
Merge branch 'dev' of https://github.com/EventoryHost/Eventory into f…
Oct 22, 2024
30f5248
dashboard
Oct 23, 2024
98fcb2b
chore: apply formatting changes
Harshitazz Oct 23, 2024
e713ad7
notification
Oct 23, 2024
3c8222f
Merge branch 'feature/item61' of https://github.com/EventoryHost/Even…
Oct 23, 2024
fae5425
chore: apply formatting changes
Harshitazz Oct 23, 2024
1447d39
sidebar in layout.tsx
meanmachine889 Oct 23, 2024
a77622c
fixed build issues
meanmachine889 Oct 23, 2024
18c6e34
chore: apply formatting changes
meanmachine889 Oct 23, 2024
8269f33
file upload component
meanmachine889 Oct 28, 2024
eea3435
Some minor bugs in the decor service api
Bhanupratapsingh21 Oct 23, 2024
1c33e58
bugs fixs and logic and error handleing improved
Bhanupratapsingh21 Oct 23, 2024
9499280
chore: apply formatting changes
Bhanupratapsingh21 Oct 23, 2024
1d7d72d
chore: apply formatting changes
Bhanupratapsingh21 Oct 23, 2024
5db7fbf
Added persistence logic to businessDetails
sumit-1803 Oct 9, 2024
34e9358
funcitonality for page1 caterer
sumit-1803 Oct 10, 2024
6561717
updates for page 2
sumit-1803 Oct 12, 2024
feb137a
logic for 2nd page
sumit-1803 Oct 12, 2024
75a2962
complete logic with userId caterers
sumit-1803 Oct 14, 2024
40af073
working state for businessDetails
sumit-1803 Oct 15, 2024
cb94634
working state till page 2 decorators
sumit-1803 Oct 17, 2024
32986f0
decorator flow tested working
sumit-1803 Oct 17, 2024
7738900
working state for venue-provider flow
sumit-1803 Oct 18, 2024
12901c0
working state for prop-rentals
sumit-1803 Oct 20, 2024
0704a96
working state for pav
sumit-1803 Oct 22, 2024
20ee706
build fix
sumit-1803 Oct 23, 2024
d87c254
chore: apply formatting changes
sumit-1803 Oct 23, 2024
0ba76d6
fix
sumit-1803 Oct 23, 2024
aaa27cc
replaced localhost with URL
QuarterColon Oct 25, 2024
46c4470
chore: apply formatting changes
QuarterColon Oct 25, 2024
52c9fe6
Merge branch 'dev' of https://github.com/EventoryHost/Eventory into f…
meanmachine889 Oct 28, 2024
5eae0cb
fixes
meanmachine889 Oct 28, 2024
3f863b9
chore: apply formatting changes
meanmachine889 Oct 28, 2024
b317ab5
redux issue
meanmachine889 Oct 28, 2024
8451351
Merge branch 'feature-68' of https://github.com/EventoryHost/Eventory…
meanmachine889 Oct 28, 2024
7c16892
chore: apply formatting changes
meanmachine889 Oct 28, 2024
59a4e24
padding issue
meanmachine889 Oct 28, 2024
9cdb075
Merge branch 'feature-68' of https://github.com/EventoryHost/Eventory…
meanmachine889 Oct 28, 2024
b074f11
commit
meanmachine889 Oct 31, 2024
e6b77bd
Merge branch 'dev' of https://github.com/EventoryHost/Eventory into f…
meanmachine889 Oct 31, 2024
f87c0a1
push
meanmachine889 Oct 31, 2024
f0b7660
chore: apply formatting changes
meanmachine889 Oct 31, 2024
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
783 changes: 505 additions & 278 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.2.1",
"@reduxjs/toolkit": "^2.2.6",
"@tabler/icons-react": "^3.5.0",
"@tailwindcss/line-clamp": "^0.4.4",
"aws-sdk": "^2.1691.0",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand All @@ -47,7 +49,7 @@
"input-otp": "^1.2.4",
"jsonwebtoken": "^8.5.1",
"lucide-react": "^0.383.0",
"next": "^14.2.4",
"next": "^15.0.1",
"razorpay": "^2.9.4",
"react": "^18.3.1",
"react-date-range": "^2.0.1",
Expand All @@ -69,6 +71,7 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/aws-sdk": "^2.7.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/react": "^18",
Expand Down
6 changes: 3 additions & 3 deletions public/Box 1 copy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions public/Box 1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions public/Calendar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions public/Category.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/Filter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions public/Frame 1430105581.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/Frame 427319036.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading