168 Commits

Author SHA1 Message Date
aryabenade
8ad18cf7eb show logo image and city on the basis of city selected 2026-04-15 19:25:29 +05:30
aryabenade
929359d7e2 make loading spinner component and pass it to all loading states 2026-04-15 11:34:44 +05:30
aryabenade
743462d088 make the card comparison section in selected city page dynamic 2026-04-15 11:07:13 +05:30
aryabenade
dbdf974475 save the selected city to localstorage 2026-04-14 18:14:13 +05:30
Hemant Vishwakarma
be70d1c65f Merge branch 'main' of http://git.wdipl.com/CityCards/CityCards-Website 2026-04-14 17:53:48 +05:30
Hemant Vishwakarma
0cb969df65 Merge branch 'arya-branch' of http://git.wdipl.com/CityCards/CityCards-Website 2026-04-14 17:53:43 +05:30
aryabenade
729f9ffa0d solve errors in tsconfig 2026-04-13 22:04:14 +05:30
aryabenade
6cd2a6dd7e create the slice for getting user passes 2026-04-13 19:10:59 +05:30
aryabenade
9008077709 integrate the APIs for getting and editing user details 2026-04-13 16:15:22 +05:30
aryabenade
0a0cb9f6f1 add loading spinners 2026-04-13 16:13:09 +05:30
aryabenade
439ad4b264 send accessToken to the backend after login 2026-04-13 16:12:05 +05:30
aryabenade
f3b16e8e1a change the duration of the toaster to 2s 2026-04-09 16:06:15 +05:30
aryabenade
169a29f63c change the route according to cityName instead of id 2026-04-09 15:29:17 +05:30
aryabenade
7c9ec2c285 move the pages from components to pages folder 2026-04-09 15:04:27 +05:30
aryabenade
cdb9c7e734 integrate the register user api 2026-04-09 13:04:08 +05:30
aryabenade
f64993a356 integrate send-email,verifyOtp apis 2026-04-08 19:26:08 +05:30
Hemant Vishwakarma
8ea12db388 Merge branch 'main' of http://git.wdipl.com/CityCards/CityCards-Website into hemant 2026-04-07 11:57:39 +05:30
aryabenade
173aad723b remove the space from the top of the navbar 2026-04-02 13:36:46 +05:30
aryabenade
993ccf2c47 add a gradient white shadow effect when showing attractions 2026-04-02 13:11:18 +05:30
aryabenade
e1fb13d4c0 remove the image from postcard hero section 2026-04-02 12:47:07 +05:30
aryabenade
e98a54635b change PostCard to Postcard 2026-04-02 12:18:06 +05:30
ce0c9d6eb2 Merge pull request 'arya-branch' (#3) from arya-branch into main
Reviewed-on: #3
2026-04-02 06:40:03 +00:00
aryabenade
a39404b23d change the layout of postcard gallery in PostCardPage 2026-04-01 18:10:01 +05:30
aryabenade
adde5b0c21 replace the magicIternary page with the landing-magic-iternary page 2026-04-01 16:08:57 +05:30
aryabenade
e793f20d83 refactor the design in PostCradsPage 2026-04-01 16:08:02 +05:30
aryabenade
28f577833b change the port number 2026-04-01 15:04:26 +05:30
aryabenade
66ee65b900 resolve the text getting cut off in checkout 2026-03-31 16:53:57 +05:30
aryabenade
3575712d34 add postcard route in navbar 2026-03-31 16:49:10 +05:30
aryabenade
d22087d5ee resolve the italic span cuttinn off issue with padding 2026-03-31 16:08:21 +05:30
aryabenade
5ca6fada37 resolve the text cutting issue in italic spans 2026-03-31 13:14:14 +05:30
e2c9641a95 Merge pull request 'arya-branch' (#2) from arya-branch into main
Reviewed-on: #2
2026-03-24 07:22:06 +00:00
aryabenade
95943894f9 show login model on passes page 2026-03-24 12:44:28 +05:30
aryabenade
a8f416bbd8 replace the heroBannerImage for better load time 2026-03-20 16:26:35 +05:30
Hemant Vishwakarma
b328c73ea8 Merge branch 'arya-branch' of http://git.wdipl.com/CityCards/CityCards-Website 2026-03-20 14:43:19 +05:30
Hemant Vishwakarma
193fe3e722 remove unused code 2026-03-20 14:41:18 +05:30
Hemant Vishwakarma
d51ed87b5f Merge branch 'arya-branch' of http://git.wdipl.com/CityCards/CityCards-Website into hemant 2026-03-20 14:38:51 +05:30
aryabenade
5d213d14d8 show upcomingCities from backend on landingPage 2026-03-20 13:58:39 +05:30
aryabenade
0a60ba58a3 remove the useMemo hook from CitySelectionDialog 2026-03-20 11:49:11 +05:30
aryabenade
a09d53db7d integrate cities api in the CitySelectionDialog 2026-03-20 11:45:14 +05:30
aryabenade
b3e1c0faf4 show AttractionDetails from backend on AttractionDetails page 2026-03-19 19:21:39 +05:30
aryabenade
3b920c2461 show all attractions with filter and search functionalities 2026-03-19 15:12:44 +05:30
aryabenade
1f28171893 fix the slow loading of CitySelectDialog 2026-03-17 17:04:59 +05:30
aryabenade
41c60ab832 feat(passes): render data conditionally based on auth state 2026-03-17 11:04:31 +05:30
aryabenade
001b031157 feat(navbar): render LoginModal conditionally based on route 2026-03-17 11:03:33 +05:30
aryabenade
61c8e1833f refactor(auth): integrate AuthContext into LoginModal 2026-03-17 11:01:47 +05:30
aryabenade
a9c922a898 feat(auth): add AuthContext and wrap App with Authprovider 2026-03-17 11:00:42 +05:30
aryabenade
8e83c3d90d redirect to melbourne route after login 2026-02-23 11:37:38 +05:30
priyanshuvish
5f108298fd chnages 2026-02-20 15:21:29 +05:30
aryabenade
de80760cd4 add rtk setup 2026-02-16 12:11:26 +05:30
priyanshuvish
8427fdbc41 changes 2026-01-29 20:06:51 +05:30