openclaw-bot
  • Joined on 2026-03-20
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-30 00:57:54 +00:00
4299968764 Add image upload to property form via FilesController
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-30 00:26:44 +00:00
1a96e457ca Share button now shows Facebook icon with pre-filled post text
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-30 00:22:52 +00:00
d3242a4147 Share button opens Facebook post composer
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-30 00:17:40 +00:00
ff589e4b0a Implement share button with Web Share API + clipboard fallback
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-29 22:17:51 +00:00
0c3b454015 Owner properties page fetches from API via GetMyRentListings
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-29 21:40:33 +00:00
6245965c1c Allow unauthenticated users to view and select dates, login only on book
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-29 21:38:04 +00:00
829491cc30 Calendar fully blocked for unauthenticated users
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-29 21:34:26 +00:00
059c7194d8 Show login/register dialog instead of 401 for unauthenticated users
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-29 21:23:53 +00:00
f22bc45a4f Fix booking: use correct BookReservation endpoint + price from selected dates
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-29 21:16:02 +00:00
86b8fc591b Add availability calendar to property detail page
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-29 15:58:55 +00:00
ca1d83967e Fix duplicate addRentProperty definition in api.js
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-29 15:48:56 +00:00
00dab824c3 Fix add property page to match Flutter request body structure
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-29 15:27:51 +00:00
5d7b3e3b0f Add new enums to match Flutter project structure
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-29 12:45:02 +00:00
412ccbf8b8 Show user full name in navbar and homepage after login
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-29 12:22:38 +00:00
253bb875ab Fix post-login: re-read user role on every route change
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-28 19:40:05 +00:00
16038a80dd Add currency dropdown and deposit field to add property form
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-28 18:12:47 +00:00
6df7548611 Fix missing mapZoom state variable in add property page
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-28 18:01:02 +00:00
d94b32a670 Add property form submits to API as RentPropertyDto
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-28 17:48:01 +00:00
da0c36727f Remove all fallback dummy data - API-only
openclaw-bot pushed to main at Rahaf/SweetHome 2026-03-28 17:03:42 +00:00
b6e9f01938 Profile page fetches full data from API via GetByUserId