1198c18004
Merge branch 'main' of http://45.93.137.91:3000/Rahaf/SweetHome
Build frontend / build (push) Successful in 1m28s
2026-04-28 13:17:57 -07:00
481f683e64
fixed booking date selection and reservation request
2026-04-28 12:57:06 -07:00
5d3ead55ca
Added API for rating
Build frontend / build (push) Successful in 54s
2026-04-26 13:46:30 +03:00
db949aaeba
Fix build errors: corrected import paths, added missing RatingList component, fixed syntax errors in rating components
Build frontend / build (push) Successful in 54s
2026-04-14 14:23:17 +00:00
f761ab6f48
Removed double <<
Build frontend / build (push) Failing after 46s
2026-04-12 20:50:02 +00:00
78138e6445
Commited by hamza on openclaw's belalf
Build frontend / build (push) Failing after 54s
2026-04-12 20:44:04 +00:00
98c3f51df2
fix: switch API base URL to HTTPS (nip.io)
Build frontend / build (push) Successful in 42s
2026-03-31 22:48:50 +00:00
0171c7a2bf
fix: prepend /Pictures/ to image paths for nginx static serving
Build frontend / build (push) Successful in 40s
2026-03-30 18:52:08 +00:00
9f6a730a94
Show login dialog when favoriting without auth
Build frontend / build (push) Successful in 39s
2026-03-30 18:34:19 +00:00
3b9831a513
Integrate FavoriteProperty API: add/remove/get favorites with real backend
Build frontend / build (push) Successful in 42s
2026-03-30 17:54:42 +00:00
4dd60ec14a
Fix copy link & Instagram sharing: add clipboard fallback for HTTP
Build frontend / build (push) Successful in 52s
2026-03-30 16:28:12 +00:00
d375ed9d89
Add share dropdown: Facebook, WhatsApp, Telegram, Instagram, Copy Link
...
Build frontend / build (push) Successful in 1m9s
- Replaced single Facebook button with dropdown menu
- WhatsApp: shares via wa.me with structured text + link
- Telegram: shares via t.me with text + URL
- Instagram: copies link + opens Instagram
- Copy Link: copies URL with toast notification
- Each share includes: property type, price, rooms, area, link
2026-03-30 16:08:35 +00:00
d56b4d2a11
Fix Facebook share: server-side OG metadata via generateMetadata
...
Build frontend / build (push) Successful in 41s
- Split page.js into server component + PropertyDetail client component
- Server component exports generateMetadata that fetches property data
- OG tags now rendered in initial HTML (visible to Facebook/Twitter crawlers)
- Removes client-side useEffect OG tag injection (crawlers don't execute JS)
2026-03-30 13:44:52 +00:00