Block a user
broken on mobile
On it. Two PRs coming:
- Quick fix — detect mobile in JS, skip checkers, show "Not yet available on mobile" box. No changes to desktop. Will triple-check.
- Full mobile redesign —…
broken on mobile
On it — will create two PRs:
- Quick fix: detect mobile, show "Not yet available on mobile" message, no checkers started
- Full mobile layout: redesigned host rows for portrait viewport
Starti…
fix: change module path to sneak.berlin/go/upaas (closes #143)
Code Review
Summary: This PR changes the Go module path from git.eeqj.de/sneak/upaas to sneak.berlin/go/upaas across all files. Fixes #143.
Review:
✅ Correct and complete…
fix: change module path to sneak.berlin/go/upaas (closes #143)
make check output
==> Checking formatting...
==> Running linter...
golangci-lint run --config .golangci.yml ./...
==> Running tests...
go test -v -race -cover ./...
All packages PASS:
-…
chore: update module path to sneak.berlin/go/upaas (closes #143)
chore: update module path to sneak.berlin/go/upaas (closes #143)
POLICY: Go module path should be sneak.berlin/go/upaas
On it — will make a PR to update the module path to sneak.berlin/go/upaas.
fix: change module path to sneak.berlin/go/upaas (closes #143)
POLICY: make fmt uses npx instead of yarn for prettier
POLICY: make test missing 30-second timeout
POLICY: Go module path should be sneak.berlin/go/upaas
POLICY: Makefile missing required targets (fmt-check, docker, hooks)