64d422ddd8
Hide rent-type fields on buy/sell tabs and disable auto-search on tab click
...
Build frontend / build (push) Failing after 56s
- Property type and rent period fields now only display when 'Rent' tab is active
- Adjusted grid column spans to fill layout when fields are hidden
- Tab switching no longer triggers an automatic search; search runs only on button click
2026-06-16 15:18:29 +03:00
224c29bc19
Added payments button
Build frontend / build (push) Failing after 1m9s
2026-06-16 14:12:26 +03:00
71b1a71904
Delete admin
Build frontend / build (push) Failing after 1m20s
2026-06-10 19:50:49 +03:00
9fdeadaa61
Added bottom navbar
2026-06-04 22:54:34 +03:00
ddf5367f92
Merge branch 'main' of http://45.93.137.91:3000/Rahaf/SweetHome
...
Build frontend / build (push) Successful in 1m17s
Co-authored-by: Copilot <copilot@github.com >
2026-05-28 18:30:39 +03:00
417b6cb393
Edit AddProperty
2026-05-28 17:42:51 +03:00
82e39e6f90
added a swicher on the properties
Build frontend / build (push) Successful in 43s
2026-05-26 20:28:51 +03:00
4988302bc1
fixed my propries page and fixed the sidebar again mouaz is the best in the west
Build frontend / build (push) Successful in 45s
2026-05-25 22:50:38 +03:00
427dc74e7f
fixed my propries page and fixed the sidebar again mouaz is the best in the west
Build frontend / build (push) Successful in 44s
2026-05-25 22:42:53 +03:00
9d8ccbac3c
fixed my propries page and fixed the sidebar again mouaz is the best in the west
Build frontend / build (push) Successful in 41s
2026-05-25 22:19:03 +03:00
7a3248aec5
fixed my propries page and fixed the sidebar again mouaz is the best in the west
Build frontend / build (push) Successful in 49s
2026-05-25 22:14:37 +03:00
50d636a577
fixed my propries page and fixed the sidebar again mouaz is the best in the west
Build frontend / build (push) Successful in 1m11s
2026-05-25 21:37:37 +03:00
00ccf5f262
the best in the west is mouaz
Build frontend / build (push) Successful in 55s
2026-05-25 21:27:39 +03:00
46cbce1d88
Added API to map with markers in main page
Build frontend / build (push) Successful in 53s
2026-05-02 17:20:35 +03:00
5d3ead55ca
Added API for rating
Build frontend / build (push) Successful in 54s
2026-04-26 13:46:30 +03:00
32f6c7af5a
fixed the api request
Build frontend / build (push) Successful in 1m7s
2026-04-16 22:49:15 +03:00
7e0d5eaf8d
edited the api request
Build frontend / build (push) Successful in 40s
2026-04-16 22:40:59 +03:00
beccd8b24f
added debugging on the admin confirm
Build frontend / build (push) Successful in 41s
2026-04-16 22:33:19 +03:00
39f494aecb
fixed some things
Build frontend / build (push) Successful in 42s
2026-04-16 22:06:57 +03:00
485baffdc2
fixed some things
Build frontend / build (push) Successful in 55s
2026-04-16 21:30:22 +03:00
c46173d7c6
fixed some things
Build frontend / build (push) Successful in 45s
2026-04-16 21:18:31 +03:00
04fa34107b
linked the admin confirm deposte
Build frontend / build (push) Successful in 1m9s
2026-04-16 21:15:21 +03:00
5a7d0ef265
Added confirm button for admin
Build frontend / build (push) Successful in 46s
2026-04-15 12:28:01 +03:00
0ba435fd7e
Merge branch 'main' of http://45.93.137.91:3000/Rahaf/SweetHome
Build frontend / build (push) Successful in 1m56s
2026-04-15 12:10:45 +03:00
9c2a748ae9
Added API for notifications and edit style
2026-04-15 12:07:39 +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
16b1c7c6f6
Edit home
2026-04-13 00:25:29 +03:00
50836d3ec7
Edit AddPropertyForm
Build frontend / build (push) Successful in 43s
2026-04-04 21:50:31 +03:00
77dd052951
Added add admin and privacy in sidebar for admin
Build frontend / build (push) Successful in 1m20s
2026-04-04 20:56:49 +03:00
571c85f14f
fix: detect auth changes via polling and visibility change
Build frontend / build (push) Successful in 52s
2026-04-01 15:29:41 +00:00
be14250a08
fix: request permission synchronously from user click gesture
Build frontend / build (push) Successful in 1m2s
2026-03-31 23:16:05 +00:00
eec7a9a75d
fix: show notification permission prompt on user click instead of auto-request
Build frontend / build (push) Successful in 57s
2026-03-31 23:07:15 +00:00
52758eae9d
fix: wait for hydration before checking auth in NotificationHandler
Build frontend / build (push) Successful in 51s
2026-03-31 22:12:55 +00:00
df9711f539
fix: only request notification permissions for signed-in users
Build frontend / build (push) Successful in 39s
2026-03-31 19:52:47 +00:00
2bea2d190c
feat: integrate Firebase Cloud Messaging for push notifications
Build frontend / build (push) Failing after 24s
2026-03-31 19:50:48 +00:00
d22248248d
Added sidebar
2026-03-30 19:26:03 +03:00
eff0b41b78
Add enums, AuthService, and integrate backend registration endpoints
...
Build frontend / build (push) Successful in 57s
- Add separate enum files: BuildingType, PropertyStatus, BookingStatus, CommissionType, IdentityType, UserRole, City, LoginMethod, OwnerType, CustomerType
- Add AuthService (addToken/getToken/deleteToken)
- Update api.js: use AuthService, add Owner/Add and Customer/Add endpoints
- Update login page to use AuthService for token storage
- Rewrite owner register: 3-step flow with OwnerType dropdown, backend integration, OTP verification
- Rewrite tenant register: 2-step flow with CustomerType dropdown, backend integration, OTP verification
- Update homepage and property detail to use enums instead of hardcoded maps
- Update AddPropertyForm to import from enums directly
- Add console logs and status toasts linked to API response messages
2026-03-27 18:03:12 +00:00
157188d2e6
Edit Admin
2026-03-27 00:34:59 +03:00
1c8e888ea3
Added Admin page, Login, forgot password, register and owner with profile
2026-03-17 20:36:59 +03:00
8c75c7c659
Added map for home
2026-03-07 07:34:31 +03:00
6d81ff56a8
Edit admin page
...
Edit home image
Added properties page
2026-02-15 01:53:37 +03:00
1b39752c90
Initial commit: Deploy SweetHome project
2026-01-29 19:34:28 +03:00