Commit graph

206 commits

Author SHA1 Message Date
Tiago Yamamoto
cc29efa8a0 Add meu-perfil page for profile editing 2025-12-23 14:36:09 -03:00
Tiago Yamamoto
9b5c600f98
Merge pull request #46 from rede5/codex/add-company-configuration-overview
Add company page tabs for overview, users and shipping settings
2025-12-23 14:31:11 -03:00
Tiago Yamamoto
36c0742735 Add company tabs for users and shipping settings 2025-12-23 14:30:55 -03:00
Tiago Yamamoto
f7b56db4dd
Merge pull request #45 from rede5/codex/create-404-and-500-error-pages
Add custom 404 and 500 pages with console logging
2025-12-23 14:17:42 -03:00
Tiago Yamamoto
d059f44d9e Add 404 and 500 error pages with logging 2025-12-23 14:17:20 -03:00
Tiago Yamamoto
e823f6f4a8
Merge pull request #44 from rede5/codex/refactor-empty-state-for-cart-page
Add elegant Empty State to Cart (Lucide icon) and hide checkout when cart is empty
2025-12-23 12:04:02 -03:00
Tiago Yamamoto
51b6165f09 Add cart empty state 2025-12-23 12:03:47 -03:00
Tiago Yamamoto
79e115784a
Merge pull request #43 from rede5/codex/add-unified-profile-dropdown-in-navbar
Unified profile dropdown in marketplace header
2025-12-23 11:49:13 -03:00
Tiago Yamamoto
6a66503b48 Update profile dropdown in marketplace shell 2025-12-23 11:48:54 -03:00
Tiago Yamamoto
f2cdadb73f
Merge pull request #42 from rede5/codex/add-empresa-and-perfil-options-to-dropdown
Show company and user info in header dropdown
2025-12-23 11:45:17 -03:00
Tiago Yamamoto
a705aadf37 Improve header dropdown company profile info 2025-12-23 11:44:37 -03:00
Tiago Yamamoto
16d5ef994c
Merge pull request #41 from rede5/codex/add-link-to-profile-without-break
Add owner "Meu Perfil" page and keep profile dropdown button on one line
2025-12-23 09:23:10 -03:00
Tiago Yamamoto
49d8878706 Add owner profile link and page 2025-12-23 09:21:38 -03:00
Tiago Yamamoto
051d4a015c
Merge pull request #40 from rede5/codex/fix-dropdown-disappearance-issue
Fix dropdown role loading from storage
2025-12-23 08:46:42 -03:00
Tiago Yamamoto
4d2db62a13 Fix dropdown role loading 2025-12-23 08:46:07 -03:00
Tiago Yamamoto
6b923e6661
Merge pull request #39 from rede5/codex/add-profile-dropdown-on-hover
Header: add "Meu perfil" entry and open profile dropdown on hover
2025-12-23 08:26:18 -03:00
Tiago Yamamoto
406d7b9949 Add profile link and hover dropdown 2025-12-23 08:25:50 -03:00
Tiago Yamamoto
58da0ebcf4
Merge pull request #38 from rede5/codex/criar-dropdown-solicitado
Add profile dropdown to marketplace header
2025-12-23 08:13:53 -03:00
Tiago Yamamoto
20980d8a80 Add profile dropdown to marketplace header 2025-12-23 08:12:54 -03:00
Tiago Yamamoto
a5f386b38e
Merge pull request #37 from rede5/codex/add-profile-dropdown-to-top-right
Add profile dropdown to marketplace header
2025-12-23 08:06:16 -03:00
Tiago Yamamoto
95913578e9 Add profile dropdown to marketplace header 2025-12-23 08:05:51 -03:00
Tiago Yamamoto
6719ec6298
Merge pull request #36 from rede5/codex/fix-errors-in-background.js
Gate marketplace logs behind logger utility
2025-12-22 17:52:31 -03:00
Tiago Yamamoto
54d0de2844 Gate marketplace logs behind logger 2025-12-22 17:52:05 -03:00
Tiago Yamamoto
64f72db26f
Merge pull request #35 from rede5/codex/add-user-and-company-profile-dropdown
Header: add notification bell, move cart left and profile/company links; add anchors in Profile page
2025-12-22 17:39:55 -03:00
Tiago Yamamoto
bd63f39d88 Atualiza header com perfil e notificações 2025-12-22 17:39:42 -03:00
Tiago Yamamoto
6517839c9b
Merge pull request #34 from rede5/codex/fix-405-method-not-allowed-error
Use PATCH for company update to match API route
2025-12-22 17:32:32 -03:00
Tiago Yamamoto
31df281cde Fix company edit request method 2025-12-22 17:32:18 -03:00
Tiago Yamamoto
6477eeb756 fix(marketplace): handle paginated API response in Orders and Inventory pages 2025-12-22 16:39:30 -03:00
Tiago Yamamoto
965cedca05 fix(marketplace): add centralized formatCurrency/formatCents utilities to prevent toFixed errors 2025-12-22 16:31:39 -03:00
Tiago Yamamoto
b7ed676153
Merge pull request #33 from rede5/codex/fix-typeerror-in-api-response-handling
Fix dashboard data guards and numeric parsing
2025-12-22 16:06:56 -03:00
Tiago Yamamoto
79bc2e2275 Fix dashboard data guards 2025-12-22 16:06:40 -03:00
Tiago Yamamoto
a873d29160
Merge pull request #32 from rede5/codex/fix-typeerror-in-login-flow
Fix catalog price formatting
2025-12-22 16:01:10 -03:00
Tiago Yamamoto
adaf2fb49c Fix catalog price formatting 2025-12-22 16:00:52 -03:00
Tiago Yamamoto
abf636ab65 fix(backend): handle NULL shipping fields in orders queries with COALESCE 2025-12-22 15:50:02 -03:00
Tiago Yamamoto
5c004422f2 feat(marketplace): fix R$ NaN and add owner navigation links 2025-12-22 15:42:58 -03:00
Tiago Yamamoto
9fc9b211bf fix(backend): add db tags to TopProduct struct for sqlx mapping 2025-12-22 15:38:56 -03:00
Tiago Yamamoto
6df111abfa chore(backend): add lib/pq dependency for PostgreSQL array support 2025-12-22 15:32:47 -03:00
Tiago Yamamoto
2a602ab09e fix(backend): use pq.Array for PostgreSQL array syntax in dashboard queries 2025-12-22 15:27:30 -03:00
Tiago Yamamoto
940e6561f4 feat(marketplace): add password visibility toggle with eye icon on login page 2025-12-22 15:10:29 -03:00
Tiago Yamamoto
9e0601179e fix(marketplace): install dependencies and resolve vite/client type error 2025-12-22 14:55:12 -03:00
Tiago Yamamoto
e31009fe2b Update seeder env example 2025-12-22 12:05:25 -03:00
Tiago Yamamoto
09b446db89 Add open CORS handling to seeder API 2025-12-22 11:38:52 -03:00
Tiago Yamamoto
55d727f176
Merge pull request #31 from rede5/codex/refactor-api-seeder-for-environment-support
seeder-api: add .env.example, embedded Swagger and optimized Dockerfile
2025-12-22 11:31:33 -03:00
Tiago Yamamoto
52e2706d3e Add env example, swagger, and Dockerfile for seeder api 2025-12-22 11:31:18 -03:00
Tiago Yamamoto
2bfda1fc5e
Merge pull request #30 from rede5/codex/verificar-dados-dinamicos
Fix admin dashboard stats fetching in marketplace
2025-12-22 11:22:19 -03:00
Tiago Yamamoto
c288767057 Fix admin dashboard stats loading 2025-12-22 11:21:56 -03:00
Tiago Yamamoto
03a14b628b fix: seeder tables and marketplace api proxy configuration 2025-12-22 11:14:14 -03:00
Tiago Yamamoto
30b8395639 fix: add missing tables and correct order insertion logic in lean seeder 2025-12-22 11:11:00 -03:00
Tiago Yamamoto
061930a604
Merge pull request #29 from rede5/codex/fix-404-error-for-shipments-and-reviews
Add admin list endpoints for reviews and shipments
2025-12-22 10:25:35 -03:00
Tiago Yamamoto
b0b96d469c Add review and shipment admin listing endpoints 2025-12-22 10:15:27 -03:00