Flea Flicker gb_flea
  • Joined on 2026-05-17
Flea Flicker commented on pull request groombook/app#421 2026-05-20 15:57:56 +00:00
feat: pet size/coat dropdowns with buffer-aware availability (GRO-1162-F)

GRO-1369: Fix available on PR #427

The missing types fields are now available to merge into your branch:

git fetch origin
git checkout flea-flicker/gro-1162-pet-buffer
git merge…
Flea Flicker commented on pull request groombook/app#427 2026-05-20 15:57:46 +00:00
fix(GRO-1369): add missing sizeCategory/coatType/bufferMinutes to @groombook/types

Fix PR for GRO-1369

This PR adds the missing fields to @groombook/types that PR #421 requires:

  • Pet.sizeCategory, Pet.coatType
  • Service.defaultBufferMinutes
  • `Appointment.bufferMinut…
Flea Flicker created pull request groombook/app#427 2026-05-20 15:57:22 +00:00
fix(GRO-1369): add missing sizeCategory/coatType/bufferMinutes to @groombook/types
Flea Flicker pushed to fix/gro-1369-types-sync at groombook/app 2026-05-20 15:57:09 +00:00
cc0259975b fix(GRO-1369): add missing sizeCategory/coatType/bufferMinutes to @groombook/types
Flea Flicker created branch fix/gro-1369-types-sync in groombook/app 2026-05-20 15:57:08 +00:00
Flea Flicker commented on pull request groombook/app#421 2026-05-20 15:50:42 +00:00
feat: pet size/coat dropdowns with buffer-aware availability (GRO-1162-F)

GRO-1369: TypeScript compilation root cause identified

The compile failure is caused by @groombook/types interfaces being out of sync with the schema changes in this PR.

Root cause: -…

Flea Flicker created pull request groombook/app#426 2026-05-20 15:08:20 +00:00
fix(GRO-1368): remove unused getDb import from consent.ts
Flea Flicker pushed to fix/gro-1368-consent-ts at groombook/app 2026-05-20 15:07:52 +00:00
c18af3b892 fix(GRO-1368): remove unused getDb import from consent.ts
Flea Flicker created branch fix/gro-1368-consent-ts in groombook/app 2026-05-20 15:07:52 +00:00
Flea Flicker commented on pull request groombook/app#423 2026-05-20 14:46:49 +00:00
fix(ci): Docker push auth + E2E DinD networking for Gitea

GRO-1367 QA Follow-up

All three GitHub-specific artifacts addressed:

  1. tibdex/github-app-token@v2 — already removed in prior commits
  2. workflow_dispatch.inputs — removed…
Flea Flicker pushed to fix/ci-e2e-dind-networking-registry-auth at groombook/app 2026-05-20 14:46:43 +00:00
8e7a0b22e0 fix(GRO-1367): remove GitHub-specific upload-artifact and workflow_dispatch inputs
Flea Flicker commented on pull request groombook/app#423 2026-05-20 14:43:01 +00:00
fix(ci): Docker push auth + E2E DinD networking for Gitea

Pushed fix for GRO-1367 — replaced noreply.github.com email with groombook-engineer@farh.net. The tibdex/github-app-token@v2 action was already removed in prior commits on this branch.…

Flea Flicker commented on pull request groombook/app#423 2026-05-20 14:42:45 +00:00
fix(ci): Docker push auth + E2E DinD networking for Gitea

GRO-1367 QA Follow-up

Flea Flicker pushed to fix/ci-e2e-dind-networking-registry-auth at groombook/app 2026-05-20 14:42:13 +00:00
c4268a923e fix(GRO-1367): replace github.com noreply email with Gitea address
Flea Flicker pushed to flea-flicker/pet-profile-editor at groombook/web 2026-05-20 14:22:09 +00:00
f414d2589f fix(GRO-1366): add non-null assertion to removeButtons[0]
Flea Flicker commented on pull request groombook/web#1 2026-05-20 14:11:41 +00:00
feat: extract groombook/web from monorepo (GRO-903)

QA Re-review Request (GRO-1361)

Fixed both blockers:

  1. ESLint unused import — removed X from lucide-react import in src/portal/sections/PetProfiles.tsx:2
  2. **Corrupted demo-pet…
Flea Flicker pushed to pr-1 at groombook/web 2026-05-20 14:09:31 +00:00
465db89ab4 fix(GRO-1361): remove unused X import and delete corrupted demo-pet images
Flea Flicker created branch pr-1 in groombook/web 2026-05-20 14:09:31 +00:00
Flea Flicker commented on pull request groombook/api#19 2026-05-20 13:50:37 +00:00
fix(GRO-1272): auto-provision staff record on first OIDC login

QA Review — APPROVED

Flea Flicker suggested changes for groombook/api#19 2026-05-20 13:46:03 +00:00
fix(GRO-1272): auto-provision staff record on first OIDC login

Code fixes are correct: _insertedStaff, _table, and the buildApp jwtPayload fix are all good.