denshooter
|
7b5fdbd611
|
refactor: remove snippets feature and n8n project detection
CI / CD / test-build (push) Successful in 10m12s
CI / CD / deploy-dev (push) Successful in 1m22s
CI / CD / deploy-production (push) Has been skipped
- Remove snippets page, component, API route, Directus types, and setup script
- Remove snippets section from About.tsx (card, modal, state)
- Remove snippets link from 404 page, simplify layout
- Remove n8n Docker event and callback handler workflows (auto project detection)
- Remove Gitea runner setup and deploy scripts
|
2026-04-09 18:02:21 +02:00 |
|
denshooter
|
8ff17c552b
|
chore: update workflows, messages, and footer
CI / CD / test-build (push) Successful in 10m19s
CI / CD / deploy-dev (push) Successful in 2m7s
CI / CD / deploy-production (push) Has been skipped
|
2026-04-09 17:22:56 +02:00 |
|
denshooter
|
a958008add
|
fix: remove review truncation and show full reviews; fix telegram-cms workflow bugs
- ReadBooks.tsx: remove line-clamp-3, readMore button, and review modal
- Show full review text inline instead of truncated snippets
- Remove unused AnimatePresence, X import, selectedReview state
- Fix typo in 6 handler nodes
- Fix Markdown/HTML mix (*text*</b> → <b>text</b>)
- Fix Switch condition syntax (.action → .action)
- Fix position collision (Review Info Handler)
- Hardcode Telegram bot token, fix response handling in Publish Handler
- Add AI-generated questions for .review flow (was .review HC_ID TEXT)
- New .answer command for submitting review answers
- Create/Refine Review: POST new translations if missing instead of skipping
- Remove all substring truncations from Telegram messages
|
2026-04-09 17:22:23 +02:00 |
|
denshooter
|
a36268302c
|
feat: complete telegram cms system with workflows and deployment guide
- Add ULTIMATE-Telegram-CMS-COMPLETE.json with all commands
- Add Docker Event workflows with Gitea integration
- Add comprehensive deployment guide for fresh installs
- Add quick reference and testing checklist
- Include all n8n workflow exports
Commands:
/start, /list, /search, /stats, /preview, /publish, /delete, .review
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-04-02 12:10:07 +02:00 |
|