5 Commits
Author SHA1 Message Date
RGJorge 2a660c1828 v0.1.4 — prebuilt Docker image on GHCR (closes #5)
Adds a GitHub Actions workflow that builds and pushes the Docker image
to ghcr.io/rgjorge/containerflow on every tag push, so end users can run
ContainerFlow without cloning the repo or building locally.

- New workflow: .github/workflows/docker-release.yml
- docker-compose.yml: uses the prebuilt image from GHCR by default
- New docker-compose.local.yml: override for building from source (devs)
- .env.example: simplified + adds COMPOSE_FILE toggle for local build
- README EN + ES: quick-start updated to no-clone flow
- .gitignore: ignore task/ planning notes dir
2026-05-16 01:26:28 +00:00
RGJorge 0038a7f20d v0.1.1 — fix UI overflow with long container/project names
Closes #1

- ServiceNode: cap card width at 240px, native tooltip on name and image
- App: project filter dropdown capped at 280px with scroll, names truncate
- DetailPanel header: proper flex layout (min-w-0 flex-1 + shrink-0),
  Tooltip with (?) shows full name on hover; same fix for logs modal header
- Re-enable CI workflow (was paused for GitHub billing)
2026-05-12 02:40:50 +00:00
RGJorge 396873ae87 v0.1.0 — Repositorio público 2026-05-11 03:02:14 +00:00
RGJorge 77da10bfde v0.0.34 2026-05-11 01:14:22 +00:00
RGJorge 5872eff157 v0.0.21 2026-05-07 22:09:10 +00:00