|
|
be64c9201a
|
fix: Resolve remaining build errors (setState in effect, unused vars)
|
2025-12-07 19:34:26 +03:00 |
|
|
|
57d84d0a20
|
fix: Resolve build errors (remove unused variables and fix types)
|
2025-12-07 19:31:32 +03:00 |
|
|
|
7fb9347528
|
fix: Resolve build errors (linting and types)
|
2025-12-07 19:20:31 +03:00 |
|
|
|
b189a19651
|
feat: Implement dashboard navigation, payments list, and deployment docs
|
2025-12-07 19:05:59 +03:00 |
|
|
|
ce41fdb432
|
logo
|
2025-12-07 18:05:05 +03:00 |
|
|
|
e263d2e235
|
feat: add hall logo support, fix fonts and build errors
|
2025-12-07 15:57:01 +03:00 |
|
|
|
1bd0123de7
|
Update plans and fix layout issues
|
2025-12-07 14:59:25 +03:00 |
|
|
|
4405515c9c
|
Update app title to WeddingOs from Create Next App
|
2025-12-07 00:32:14 +03:00 |
|
|
|
2818e7ed1d
|
feat: update reservation form and add schema migration
|
2025-12-06 23:53:05 +03:00 |
|
|
|
b89669f795
|
Add expenses module, update dashboard financials, and enhance reservation payment management
|
2025-12-04 16:31:49 +03:00 |
|
|
|
6d777aa215
|
Feat: Implement user filtering in Audit Logs page
|
2025-12-03 23:22:23 +03:00 |
|
|
|
3107014dae
|
Fix: Resolve Tailwind CSS build error and Audit Logs FK issue
|
2025-12-03 23:19:14 +03:00 |
|
|
|
b87f024b7d
|
Debug: Add logging to Audit Logs page to diagnose empty list
|
2025-12-03 23:12:35 +03:00 |
|
|
|
2ed5b1b48c
|
Fix: Use admin client for audit logging to ensure logs are written even without user session
|
2025-12-03 23:09:30 +03:00 |
|
|
|
f1e68f75aa
|
Debug: Use admin client for audit logs to verify data visibility
|
2025-12-03 23:08:16 +03:00 |
|
|
|
e7a58ff5f7
|
Debug: Add logging to audit logger to trace session issues
|
2025-12-03 23:06:35 +03:00 |
|
|
|
a6962a64e1
|
Feat: Implement sign out functionality in UserNav
|
2025-12-03 23:04:56 +03:00 |
|
|
|
c2be1ddbd6
|
Fix: Force dynamic rendering for Audit Logs page
|
2025-12-03 23:02:28 +03:00 |
|
|
|
df778f11bf
|
Fix: Add error handling to audit logger
|
2025-12-03 22:59:48 +03:00 |
|
|
|
80baa907ab
|
Fix: Await params in dynamic routes for Next.js 15 compatibility
|
2025-12-03 22:57:34 +03:00 |
|
|
|
03b9423ceb
|
Feat: Fetch user email in Edit User page
|
2025-12-03 22:56:25 +03:00 |
|
|
|
e61abe0189
|
Feat: Implement Customer Edit page and functionality
|
2025-12-03 22:55:26 +03:00 |
|
|
|
efeff06432
|
Feat: Implement audit logging for Customer actions
|
2025-12-03 22:53:32 +03:00 |
|
|
|
b8b4b702a2
|
Feat: Implement comprehensive audit logging for Halls, Packages, and Reservations
|
2025-12-03 22:52:25 +03:00 |
|
|
|
97eebbd725
|
Feat: Implement User Create and Edit pages
|
2025-12-03 22:38:44 +03:00 |
|
|
|
fdc242b076
|
Fix: Remove duplicated code in reservation actions
|
2025-12-03 22:36:31 +03:00 |
|
|
|
8e3cb406af
|
Feat: Add Audit Logs page
|
2025-12-03 22:33:16 +03:00 |
|
|
|
9538107a13
|
Feat: Implement Audit Logging and integrate into Reservation actions
|
2025-12-03 22:32:34 +03:00 |
|
|
|
eb4fedef2a
|
Feat: Create User Management page
|
2025-12-03 22:28:56 +03:00 |
|
|
|
a84985b40f
|
Feat: Add searchable customer combobox to ReservationForm
|
2025-12-03 22:27:48 +03:00 |
|
|
|
e4adb85498
|
Feat: Connect Dashboard to real Supabase data
|
2025-12-03 22:24:46 +03:00 |
|
|
|
e5f7680393
|
Feat: Add city, district, and address fields to Customer
|
2025-12-03 22:18:51 +03:00 |
|
|
|
db961c95a4
|
Fix: Responsive design for Customers page (Card view on mobile)
|
2025-12-03 22:16:52 +03:00 |
|
|
|
9fa2907a3e
|
Fix: Change default reservation status to pending and update labels
|
2025-12-03 22:15:00 +03:00 |
|
|
|
a2fcaeb81c
|
Fix: Responsive design for Reservations page (Card view on mobile)
|
2025-12-03 22:13:09 +03:00 |
|
|
|
a7d62ad2d4
|
Fix: Add SheetTitle for accessibility
|
2025-12-03 22:10:09 +03:00 |
|
|
|
0f754634be
|
Fix: Controlled input error in ReservationForm
|
2025-12-03 22:08:29 +03:00 |
|
|
|
2f8ccc28c8
|
Fix: Responsive design for Halls page (switched to Card grid)
|
2025-12-03 22:00:16 +03:00 |
|
|
|
f670d8220f
|
Fix: Hydration mismatch by extracting MobileSidebar and using isMounted check
|
2025-12-03 21:55:26 +03:00 |
|
|
|
53b8a87580
|
Feat: Mobile responsiveness improvements (sidebar, calendar)
|
2025-12-03 21:54:13 +03:00 |
|
|
|
92c9d1fcdc
|
Fix: UI components and form logic updates
|
2025-12-03 21:48:28 +03:00 |
|
|
|
ee68deb4ce
|
Initial commit: Wedding Hall Automation System with Next.js, Supabase, and Modern UI
|
2025-12-03 21:29:53 +03:00 |
|