Commit Graph

11 Commits

Author SHA1 Message Date
2424da2d45 Fix registration 415: send multipart form data with ID images
All checks were successful
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
All checks were successful
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
Some checks failed
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
All checks were successful
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
All checks were successful
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
All checks were successful
Build frontend / build (push) Successful in 37s
2026-03-21 15:36:44 +03:00
f6c6119c18 Edit rtl
All checks were successful
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
All checks were successful
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
All checks were successful
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