• Joined on 2025-10-28
pkartch created pull request pkartch/basil#8 2026-01-17 05:12:00 +00:00
feature/improve-tag-organization-ux
pkartch pushed to feature/improve-tag-organization-ux at pkartch/basil 2026-01-17 05:07:43 +00:00
49db2ce0a4 feat: add version display to UI and API
pkartch pushed to feature/improve-tag-organization-ux at pkartch/basil 2026-01-17 05:04:52 +00:00
2171cf6433 docs: update README with new features and test coverage info
pkartch pushed to feature/improve-tag-organization-ux at pkartch/basil 2026-01-17 05:01:09 +00:00
b4be894470 feat: improve recipe import UX and add comprehensive test coverage
1551392c81 fix: properly convert tag objects to strings before API update
d12021ffdc fix: handle tag object structure and move tag input to preview
9d3bdfc0bf refactor: remove save confirmation dialog in recipe edit
a9e1df16b6 feat: add quick tag field to recipe import page and maintain focus
Compare 9 commits »
pkartch created branch feature/improve-tag-organization-ux in pkartch/basil 2026-01-17 05:01:09 +00:00
pkartch pushed to main at pkartch/basil 2026-01-17 00:25:14 +00:00
c41cb5723f refactor: remove category feature from UI, focus on tags
pkartch pushed to main at pkartch/basil 2026-01-16 22:23:32 +00:00
da085b7332 feat: add dark mode toggle with theme persistence
pkartch pushed to main at pkartch/basil 2026-01-16 20:16:52 +00:00
67acf7e50e test: update RecipeList tests to match UI changes
pkartch pushed to main at pkartch/basil 2026-01-16 19:54:14 +00:00
d4ce3ff81b feat: improve recipe list UI with square cards and unified search
pkartch pushed to main at pkartch/basil 2026-01-16 01:43:22 +00:00
c71b77f54e style: improve visibility of column and per-page control numbers
pkartch pushed to main at pkartch/basil 2026-01-15 21:17:59 +00:00
f781f64500 fix: improve deployment health checks and remove failing backup attempt
pkartch pushed to main at pkartch/basil 2026-01-15 20:59:45 +00:00
d1b615f62e fix: update deployment script for automatic .env loading and docker compose v2
pkartch pushed to main at pkartch/basil 2026-01-15 20:41:50 +00:00
01ac9458ca fix: install iproute2 for ip command in webhook trigger
pkartch pushed to main at pkartch/basil 2026-01-15 20:31:36 +00:00
e8cb965c7c fix: install jq and use Docker host IP for webhook trigger
pkartch pushed to main at pkartch/basil 2026-01-15 19:13:17 +00:00
0d2869ecfb fix: use jq for webhook JSON encoding to handle multiline commit messages
pkartch pushed to main at pkartch/basil 2026-01-15 18:16:03 +00:00
e568f51c9e fix: upgrade Docker CLI to v27.4.1 for API 1.44 support
pkartch pushed to main at pkartch/basil 2026-01-15 17:52:23 +00:00
28145d0022 fix: install Docker CLI in build-and-push job
pkartch pushed to main at pkartch/basil 2026-01-15 17:41:16 +00:00
ffdb388340 fix: downgrade upload-artifact to v3 for Gitea compatibility
pkartch pushed to main at pkartch/basil 2026-01-15 14:59:45 +00:00
101a5392d0 fix: generate Prisma client before TypeScript build
pkartch pushed to main at pkartch/basil 2026-01-15 13:36:20 +00:00
2d24959d90 fix: resolve TypeScript build errors