4d1b744516
add Middleware + fixed all pages and fixed add propertise
2026-08-06 22:26:35 +03:00
dab5b62fb7
Added translation to all site with edit style
Build frontend / build (push) Successful in 1m40s
2026-07-01 15:43:58 +03:00
13b83e9aea
removed the descption on the profile
Build frontend / build (push) Successful in 49s
2026-06-24 00:15:21 +03:00
792bed6250
remove profile editing keep
2026-06-17 06:01:24 -07:00
b6e9f01938
Profile page fetches full data from API via GetByUserId
...
Build frontend / build (push) Successful in 39s
- Added getCustomerByUserId and getOwnerByUserId API functions
- Profile page extracts user ID (SID) from JWT, calls appropriate endpoint
- Falls back to JWT/localStorage if API call fails
- Maps API fields (firstName, lastName, whatsAppNumber, phone, etc.) to form
2026-03-28 17:03:40 +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
1c8e888ea3
Added Admin page, Login, forgot password, register and owner with profile
2026-03-17 20:36:59 +03:00