253bb875ab
Fix post-login: re-read user role on every route change
...
Build frontend / build (push) Successful in 55s
- ClientLayout: separated user loading into useEffect with pathname dependency
- Homepage: same fix - re-read user from JWT on route change
- Fixes issue where navbar/dashboard links didn't appear until page reload
2026-03-29 12:22:16 +00:00
bb15a7934e
Redesign app download section: dropdown for Android + iOS coming soon
...
Build frontend / build (push) Successful in 46s
- Desktop: hover dropdown with Android APK download + iOS coming soon
- Mobile: download links in hamburger menu
2026-03-28 15:18:19 +00:00
2424da2d45
Fix registration 415: send multipart form data with ID images
...
Build frontend / build (push) Successful in 1m10s
- addCustomer/addOwner now use FormData with multipart upload
- Front and back ID images appended as FrontIdCarImage/RearIdCarImage
- Registration pages pass idImages.front and idImages.back to API
- Field names mapped to PascalCase for .NET API (FullName, Email, etc.)
2026-03-28 15:15:09 +00:00
c2235cf575
Fix build: syntax errors, duplicate useEffects, import paths
...
Build frontend / build (push) Successful in 1m26s
- Fixed broken useEffect syntax in 4 owner pages (bookings, calendar, profits, properties)
- Removed duplicate useEffect blocks
- Fixed ClientLayout import path for AuthService (../ -> ./)
2026-03-28 14:53:45 +00:00
6394f1d71a
Fix CustomerType and OwnerType enums: send int instead of string
...
Build frontend / build (push) Failing after 45s
- CustomerType: PERSONAL=0, FAMILY=1 (was 'Personal', 'Family')
- OwnerType: PERSON=0, REAL_ESTATE_AGENCY=1 (was 'peerson', 'RealEstateAgency')
- Backend Type column is int(11), sending strings caused 415 errors
2026-03-28 14:15:40 +00:00
ac1241583b
added a files folder and changed the href
Build frontend / build (push) Successful in 43s
2026-03-22 15:31:54 +03:00
485e4c2630
added the android icon in a link with svg and style
Build frontend / build (push) Successful in 42s
2026-03-21 17:24:50 +03:00
e961288b04
added the nav link on the client laylout for the apk app
Build frontend / build (push) Successful in 37s
2026-03-21 15:36:44 +03:00
f6c6119c18
Edit rtl
Build frontend / build (push) Successful in 32s
2026-03-20 14:17:59 +03:00
6aab85e99f
Merge branch 'main' of http://45.93.137.91:3000/Rahaf/SweetHome
Build frontend / build (push) Successful in 1m13s
2026-03-20 13:20:36 +03:00
2ea48df8a8
Added calendar, profits and booking for owner
2026-03-20 13:20:30 +03:00
7fe8903701
added the images
Build frontend / build (push) Successful in 46s
2026-03-19 22:48:23 +03:00
1c8e888ea3
Added Admin page, Login, forgot password, register and owner with profile
2026-03-17 20:36:59 +03:00