Commit Graph

58 Commits

Author SHA1 Message Date
baeabb7990 . 2026-03-10 16:50:51 +00:00
aeb1b17c63 . 2026-03-10 16:40:54 +00:00
891d1de0e8 alterações appcontext 2026-03-10 16:28:28 +00:00
4971d5ee53 refactor: Safely access shop properties with optional chaining and reorder the shop null check in the Booking page. 2026-03-10 16:14:43 +00:00
13a350676c refactor: Retrieve shop ID from user profiles table instead of directly querying shops by owner ID, and update check_db for verification. 2026-03-10 15:45:03 +00:00
254e9f31c7 feat: Implement shop ID association for 'barbearia' users and refine shop data queries. 2026-03-10 14:51:19 +00:00
77ca82bd39 . 2026-03-04 12:00:36 +00:00
e9d8a3ea88 appcontext 2026-03-04 11:56:32 +00:00
f7c24a02a5 alterações no authregister 2026-03-04 11:19:20 +00:00
09824dc7f0 atualização 2026-03-03 17:16:55 +00:00
0c1cebf051 . 2026-03-03 17:13:54 +00:00
1ec16808e8 correção 2026-03-03 17:08:34 +00:00
b1f16c5756 app 2026-03-03 17:03:54 +00:00
7ecb46bdbb . 2026-03-03 16:57:32 +00:00
34893f86d2 mudança 2026-03-03 16:52:34 +00:00
f160a2e2fd appcontex 2026-03-03 16:46:59 +00:00
d8b0f14c4a . 2026-03-03 16:36:21 +00:00
6590256201 . 2026-03-03 16:32:50 +00:00
2f4b145552 . 2026-03-03 16:26:11 +00:00
6f7e6d0c5e . 2026-03-03 16:24:14 +00:00
bb11346c83 atualização 2026-03-03 16:16:33 +00:00
b62f357ade atualização defenições 2026-03-03 16:06:59 +00:00
c5411c16fb mudanças no dashboard 2026-03-03 15:46:55 +00:00
39248241a6 mudanças no shopcard 2026-03-03 15:36:56 +00:00
1dd58aa092 atualização shopcard 2026-03-03 15:29:20 +00:00
d4d7018c4a correção 2026-03-03 15:19:29 +00:00
b41fc3e19b correção 2026-03-03 15:14:58 +00:00
8dc232f2fe dashboard 2026-03-03 15:10:14 +00:00
97d62a61f1 atualizações do dashboard 2026-03-03 14:59:19 +00:00
0518f5dd96 feat: Add shopsReady state to AppContext to prevent premature "shop not found" messages on the dashboard while data loads. 2026-03-03 14:53:56 +00:00
23171b0d02 correção bug barberia 2026-03-03 14:46:57 +00:00
5fad3e691c problema logout 2026-03-03 14:40:47 +00:00
80ed6b2675 correção login 2026-03-03 14:36:38 +00:00
5456deb727 feat: Refactor authentication to leverage AppContext, removing redundant API calls and simplifying loading state. 2026-02-27 15:38:47 +00:00
c59e0ba1b0 feat: Display a loading spinner during initial app load if no user session is stored, otherwise skip the loading state. 2026-02-27 15:29:52 +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. 2026-02-27 15:27:26 +00:00
f41791adb2 fix: Handle duplicate shop errors during synchronization and refresh the shop list. 2026-02-27 15:12:42 +00:00
8c35b8b6e0 carregar imagem para barbearia 2026-02-26 17:38:31 +00:00
2c78a28a3e fix: Add nullish coalescing to shop rating, services, and barbers properties to prevent UI crashes 2026-02-26 17:19:07 +00:00
d948273c16 alteração do shopcard 2026-02-26 17:11:49 +00:00
b1099f04bc feat: Load shops and their services from the database instead of using mock data. 2026-02-26 17:00:31 +00:00
e5a167beb8 feat: Persist new barber shops to Supabase and use a unified ID for new barberia users and their shops. 2026-02-26 16:47:40 +00:00
a9ac6dc310 feat: Ensure all owner-created shops are globally listed using the owner's user ID as the shop ID. 2026-02-26 16:31:01 +00:00
5b866a161e docs: Add JSDoc and inline comments to enhance code readability and explain functionality across multiple pages and components. 2026-02-26 10:38:13 +00:00
c4164e50a0 supabase 2026-02-25 09:59:12 +00:00
a895f83db7 Remove unnecessary blank lines in ShopCard and Explore components 2026-02-03 15:23:04 +00:00
Rodrigo Lopes dos Santos
22356086bb corrigir erro de criar conta 2026-01-29 17:52:22 +00:00
e0acd9879c eventscreate 2026-01-28 10:34:30 +00:00
51e5705104 register 2026-01-28 09:02:13 +00:00
42b1eb6459 Enhance ShopCard and ShopDetails components with image support and favorite functionality; update AppContext for favorites management; improve Explore page with filtering and sorting options; refine AuthLogin and AuthRegister forms for better user experience; update types for BarberShop to include imageUrl. 2026-01-27 16:45:08 +00:00