Commit graph

77 commits

Author SHA1 Message Date
Claude Code
12b8970660 feat(frontend-admin): Add React components for admin pages to manage blog content (authors, categories, posts, series) and dashboard
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:56:42 -07:00
Claude Code
250bdd2287 feat(blog-admin): Add metadata fields to PostMetaSidebar and enhance MarkdownEditor for improved admin content editing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:56:42 -07:00
Claude Code
790a687890 feat(posts): Add verification methods to PostsService and update MyVerificationsPage for post status display
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 05:45:02 -07:00
Claude Code
ff87a858bb ui(frontend-admin): 💄 Add recent posts widget and enhance post listing table with filters and sorting in admin dashboard
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:16:29 -07:00
Claude Code
6bb3f11b2b deps-upgrade(frontend): ⬆️ Update frontend dependencies across blog, cms, landing, marketplace, platform-analytics, and SEO features with version bumps and compatibility fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 17:30:16 -07:00
Lilith
8757d69196 chore(blog): 🔧 Update service definitions in services.yaml for blog feature integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:37:45 -07:00
Lilith
d0886f624a chore(blog): 🔧 Update Docker Compose services for blog feature configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:37:45 -07:00
Lilith
4101eeffa7 chore(blog): 🔧 Update service definitions in services.yaml for blog feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:26:06 -07:00
Lilith
a825151926 deploy(blog): 🚀 Update Docker Compose configuration for blog services with optimized resource allocation and dependency settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:26:06 -07:00
Lilith
afdcb3ad8b chore(deps): 🔧 Update dependency scope to frontend-admin for consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:35:08 -08:00
Lilith
59435e09b7 deps-upgrade(frontend-admin): ⬆️ Update frontend-admin dependencies for compatibility and performance improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:28:13 -08:00
Lilith
b2cb1e41db deps-upgrade(frontend-admin): ⬆️ Update dependencies in the blog admin frontend module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:21:31 -08:00
Lilith
3f57607e3f feat(posts): Introduce dynamic post rendering logic with new service methods and UI components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:36 -08:00
Lilith
a79ffee1ca deps-upgrade(json): ⬆️ Update core JSON dependencies across modules to align with updated React/TypeScript versions in root and feature packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:36 -08:00
Lilith
8955e9d0a2 deps-upgrade(frontend-admin): ⬆️ Update frontend admin dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 21:16:52 -08:00
Lilith
6575d38c40 feat(markdown-editor): Introduce MarkdownEditor component with syntax highlighting, live preview, and toolbar controls
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 20:41:15 -08:00
Lilith
ef686ff383 ux(blog): 🚸 Introduce rich-text editor and enhance draft-saving workflow in PostEditorPage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 19:51:26 -08:00
Lilith
d8f03e718d feat(blog-admin): Add Markdown syntax highlighting, live preview, and enhanced toolbars to the admin interface
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 19:45:16 -08:00
Lilith
41a563ad89 deps-upgrade(blog-frontend-admin): ⬆️ Update all dependencies to latest versions in admin frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 19:45:16 -08:00
Lilith
06cf28d552 feat(suggestions): Introduce AI-powered post suggestion service with database migration and test suite
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 19:38:51 -08:00
Lilith
ed8555f7f3 deps-upgrade(blog): ⬆️ Update core blog backend dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 19:38:51 -08:00
Lilith
7a68097a7d feat(suggestions): Introduce Suggestion entity and admin API endpoint for managing blog post suggestions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 19:32:15 -08:00
Lilith
9773f83440 feat(backend-api): Add BlogService and PostController to implement blog CRUD operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 16:13:52 -08:00
Lilith
5a9f3ab136 db(migrations): 🗃️ Add blog migration files to create authors, categories, series, tags, posts tables and indexes, plus seed initial intimacy practitioners series data
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 16:02:53 -08:00
Lilith
3c0f05660c db(blog): 🗃️ Add initial schema tables and seed sample posts/authors for blog feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 15:52:25 -08:00
Lilith
dc22ecaffb docs(seo-affects): 📝 Update SEO localization strings, improve content loader/generator scripts, and enhance agentic loop test cases
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 00:03:20 -08:00
Lilith
fb5698c74e deps-upgrade(blog): ⬆️ upgrade express.js and mysql2 packages to v4.x+ for enhanced stability and security patches
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-25 14:38:28 -08:00
Lilith
0e98b204d7 chore(backend-api): 🔧 Update NestJS CLI config for blog backend feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-25 14:24:32 -08:00
Lilith
5b3f3cc63d deps-upgrade(blog): ⬆️ Update dependencies in shared blog package
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-25 14:08:39 -08:00
Lilith
d416fccfa4 chore(blog): 🔧 Update tsup config to optimize blog feature bundling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-25 13:53:20 -08:00
Lilith
77b1da5652 deps-upgrade(blog): ⬆️ Update dependencies in shared utilities for blog feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-25 13:53:20 -08:00
Lilith
80c73f57ee deps-upgrade(backend-api): ⬆️ Update backend API dependencies to latest versions in package.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-25 13:47:00 -08:00
Lilith
c8fb8723b7 chore(packages): 🔧 Update TypeScript strict mode to enforce "strict": true across all @packages/ modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-23 16:52:53 -08:00
Lilith
3966f0fcf2 chore(config): 🔧 Update TypeScript/Vitest configs to ESNext/NodeNext across 12 feature modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:26 -08:00
Lilith
f38412d23f chore(blog/admin): 🔧 Implement shared cell components and unified filtering logic in PostListPage/SeriesListPage for consistent admin table rendering
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:25 -08:00
Lilith
9905f9243e feat(blog): Implement comprehensive post metadata and status management UI in admin interface
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:25 -08:00
Lilith
83afdcca3d chore(frontend-build-tool): 🔧 Update Vite and Vitest configs to standardize plugins, paths, and testing setups across all features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:25 -08:00
Lilith
01050a4a58 chore(pricing-primary-focus-on): 🔧 Introduce tier-based pricing system with UI components (TierCard, TierGrid), custom hook (useTiers), mock data, and shared logic for blog/marketplace reuse; updates TypeScript config
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 10:05:52 -08:00
Lilith
6632e2434c chore(src): 🔧 Update TypeScript files in src directory (27 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 17:27:22 -08:00
Lilith
a6b9c4c048 chore(msw): 🔧 Update MSW mock server dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 17:20:09 -08:00
Lilith
5ded2492e0 chore(src): 🔧 Update seed data files (1740200001-SeedIntimacyPractitionersSeries.ts, index.ts)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 15:58:26 -08:00
Lilith
016157557b chore(testing-for-MSW-handlers-): 🔧 Update TypeScript files in src to include 18 new mock handler-related components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 14:56:03 -08:00
Lilith
e0f111d469 chore(backend-api): 🔧 Update 28 feature modules' package.json dependencies across backend APIs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 14:13:43 -08:00
Lilith
c33b9017d9 chore(blog): 🔧 Refactor BlogConfigContext to enhance global configuration management with improved type safety and performance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-19 13:50:30 -08:00
Lilith
56028531c3 chore(components): 🔧 Update TypeScript files in components directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-19 13:43:35 -08:00
Lilith
accba37f52 chore(config): 🔧 Update TypeScript compiler options in frontend-admin/blog's tsconfig.json to enforce project-wide standards
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-19 13:30:10 -08:00
Lilith
0ff093459b deps-upgrade(frontend-admin): ⬆️ Update React, UI libraries to latest patch/minor versions in blog admin interface
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-19 13:30:10 -08:00
Lilith
0c738b0f24 chore(health-verification): 🔧 Implement comprehensive health verification workflows (user invitation, QR code matrix display, consent management, and document upload)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-19 13:20:31 -08:00
Lilith
0b254bc5ef chore(components): 🔧 Update TypeScript component files (17 tsx)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-19 13:13:14 -08:00
Lilith
a92b576884 chore(src): 🔧 Update TypeScript files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-19 12:40:30 -08:00