• Joined on 2025-10-28
pkartch released v2026.01.004 at pkartch/basil 2026-01-17 07:35:33 +00:00
pkartch pushed tag v2026.01.004 to pkartch/basil 2026-01-17 07:35:32 +00:00
pkartch pushed to main at pkartch/basil 2026-01-17 07:25:12 +00:00
8dbc24f335 chore: bump version to 2026.01.004
pkartch pushed to main at pkartch/basil 2026-01-17 07:22:51 +00:00
2953bb9f04 fix: ensure tag input maintains focus after adding tags [dev]
pkartch pushed to main at pkartch/basil 2026-01-17 07:15:44 +00:00
beff2d1b4b feat: add local Docker dev environment setup [dev]
1ec5e5f189 ci: skip deployment for commits with [dev] or [skip-deploy]
d87210f8d3 fix: prevent page jump when adding/removing tags with optimistic updates
Compare 3 commits »
pkartch released v2026.01.003 at pkartch/basil 2026-01-17 07:00:19 +00:00
pkartch pushed tag v2026.01.003 to pkartch/basil 2026-01-17 07:00:08 +00:00
pkartch pushed to main at pkartch/basil 2026-01-17 06:49:53 +00:00
022d0c9529 chore: bump version to 2026.01.003
pkartch pushed to main at pkartch/basil 2026-01-17 06:49:40 +00:00
e20be988ce fix: recipe import from unsupported websites and external URL deletion
pkartch pushed tag v2026.01.002 to pkartch/basil 2026-01-17 06:41:02 +00:00
pkartch pushed to main at pkartch/basil 2026-01-17 06:40:53 +00:00
0480f398ac chore: bump version to 2026.01.002 and document version policy
pkartch pushed to main at pkartch/basil 2026-01-17 06:33:51 +00:00
7df625b65f test: update recipe update test for new behavior
pkartch pushed to main at pkartch/basil 2026-01-17 06:30:44 +00:00
c8ecda67bd hotfix: only delete recipe relations that are being updated
pkartch pushed tag v2026.01.01 to pkartch/basil 2026-01-17 06:16:09 +00:00
pkartch deleted branch feature/improve-tag-organization-ux from pkartch/basil 2026-01-17 06:13:42 +00:00
pkartch pushed to main at pkartch/basil 2026-01-17 06:13:41 +00:00
fe927b1ceb Merge pull request 'feature/improve-tag-organization-ux' (#8) from feature/improve-tag-organization-ux into main
b80e889636 fix: filter out undefined tag names in RecipeDetail
d29fee82a7 fix: properly handle RecipeTag union type in CookbookDetail
0871727e57 fix: add RecipeTag type to support API response format
44b0ff2a85 fix: skip scraper tests to unblock CI/CD pipeline
Compare 23 commits »
pkartch merged pull request pkartch/basil#8 2026-01-17 06:13:39 +00:00
feature/improve-tag-organization-ux
pkartch pushed to feature/improve-tag-organization-ux at pkartch/basil 2026-01-17 06:08:09 +00:00
b80e889636 fix: filter out undefined tag names in RecipeDetail