sass-imobiliaria/frontend
MatheusAlves96 2e9f903d06 feat(frontend): video presentation on property detail page
- VideoPlayer: auto-detects YouTube/Vimeo embed or direct video file
- PhotoCarousel: accepts videoUrl prop, shows video as first slide with play icon thumbnail
- PropertyDetailPage: renders video in carousel (position=carousel) or as standalone section (position=section)
- PriceBox: fix sticky offset for navbar height
- PropertyForm: video URL input with live preview + position selector
- AdminPropertiesPage: include video fields in edit initial data
- types/property: add video_url and video_position to PropertyDetail
- utils/getEmbedUrl: helper to resolve YouTube/Vimeo/direct URLs
2026-04-22 23:57:45 -03:00
..
public/imoveis feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
src feat(frontend): video presentation on property detail page 2026-04-22 23:57:45 -03:00
.dockerignore feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
Dockerfile feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
Dockerfile.prod fix: restart_policy any + remove dockerfile healthcheck causing swarm complete state 2026-04-21 01:32:06 -03:00
index.html feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
nginx.conf fix: remove nginx backend proxy - traefik handles routing, fixes host not found error 2026-04-21 01:23:05 -03:00
package-lock.json feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
package.json fix: skip tsc typecheck on prod build to unblock ci pipeline 2026-04-21 01:16:13 -03:00
postcss.config.js feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
tailwind.config.ts feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
tsconfig.json feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
tsconfig.node.json feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
tsconfig.node.tsbuildinfo feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
tsconfig.tsbuildinfo feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
vite.config.d.ts feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
vite.config.d.ts.map feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
vite.config.js feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
vite.config.ts feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00