• Joined on 2025-11-10
230417 pushed to main at 230417/smartagenda_pap 2026-03-03 15:29:23 +00:00
1dd58aa092 atualização shopcard
230417 pushed to main at 230417/smartagenda_pap 2026-03-03 15:19:31 +00:00
d4d7018c4a correção
230417 pushed to main at 230417/smartagenda_pap 2026-03-03 15:15:00 +00:00
b41fc3e19b correção
230417 pushed to main at 230417/smartagenda_pap 2026-03-03 15:10:15 +00:00
8dc232f2fe dashboard
230417 pushed to main at 230417/smartagenda_pap 2026-03-03 14:59:21 +00:00
97d62a61f1 atualizações do dashboard
230417 pushed to main at 230417/smartagenda_pap 2026-03-03 14:53:58 +00:00
0518f5dd96 feat: Add shopsReady state to AppContext to prevent premature "shop not found" messages on the dashboard while data loads.
230417 pushed to main at 230417/smartagenda_pap 2026-03-03 14:46:59 +00:00
23171b0d02 correção bug barberia
230417 pushed to main at 230417/smartagenda_pap 2026-03-03 14:40:50 +00:00
5fad3e691c problema logout
230417 pushed to main at 230417/smartagenda_pap 2026-03-03 14:36:40 +00:00
80ed6b2675 correção login
230417 pushed to main at 230417/smartagenda_pap 2026-02-27 15:38:49 +00:00
5456deb727 feat: Refactor authentication to leverage AppContext, removing redundant API calls and simplifying loading state.
230417 pushed to main at 230417/smartagenda_pap 2026-02-27 15:29:54 +00:00
c59e0ba1b0 feat: Display a loading spinner during initial app load if no user session is stored, otherwise skip the loading state.
230417 pushed to main at 230417/smartagenda_pap 2026-02-27 15:27:27 +00:00
24cb02bf0c feat: Refactor app initialization to sequentially authenticate users and load shops from the database, removing mock data and local storage dependency for shops.
230417 pushed to main at 230417/smartagenda_pap 2026-02-27 15:12:44 +00:00
f41791adb2 fix: Handle duplicate shop errors during synchronization and refresh the shop list.
230417 pushed to main at 230417/smartagenda_pap 2026-02-26 17:38:33 +00:00
8c35b8b6e0 carregar imagem para barbearia
230417 pushed to main at 230417/smartagenda_pap 2026-02-26 17:19:08 +00:00
2c78a28a3e fix: Add nullish coalescing to shop rating, services, and barbers properties to prevent UI crashes
230417 pushed to main at 230417/smartagenda_pap 2026-02-26 17:11:51 +00:00
d948273c16 alteração do shopcard
230417 pushed to main at 230417/smartagenda_pap 2026-02-26 17:00:33 +00:00
b1099f04bc feat: Load shops and their services from the database instead of using mock data.
230417 pushed to main at 230417/smartagenda_pap 2026-02-26 16:47:42 +00:00
e5a167beb8 feat: Persist new barber shops to Supabase and use a unified ID for new barberia users and their shops.
230417 pushed to main at 230417/smartagenda_pap 2026-02-26 16:31:02 +00:00
a9ac6dc310 feat: Ensure all owner-created shops are globally listed using the owner's user ID as the shop ID.
230417 pushed to main at 230417/smartagenda_pap 2026-02-26 10:38:14 +00:00
5b866a161e docs: Add JSDoc and inline comments to enhance code readability and explain functionality across multiple pages and components.