Go to file
Ender be6ce75a77 feat: add file upload button to media library
- Added file upload button with multi-file support alongside existing paste functionality
- Implemented handleFileUpload function to process multiple image files sequentially
- Added file input reference and reset logic to allow repeated uploads
- Included upload progress indicator showing count of files being processed
- Added validation to skip non-image files with error messaging
- Enhanced UI with disabled state during upload to prevent concurrent
2025-10-26 22:36:11 +01:00
.gitea/workflows Track deployment env file for workflow 2025-10-26 21:26:54 +00:00
apps feat: add file upload button to media library 2025-10-26 22:36:11 +01:00
data/drafts feat: add MySQL database integration with Drizzle ORM for post and audio clip storage 2025-10-24 14:57:54 +02:00
docker fix: update proxy config and db wiring 2025-10-25 23:29:04 +00:00
packages/config-ts chore: initialize monorepo (pnpm workspace), add PLAN.md and .gitignore 2025-10-22 00:50:29 +02:00
tmp feat: add S3 config validation and improve error messages in STT endpoint 2025-10-24 02:42:04 +02:00
.dockerignore feat: add deployment and server configuration files 2025-10-25 23:04:04 +02:00
.env Track deployment env file for workflow 2025-10-26 21:26:54 +00:00
.env.example Align deployment workflow with production compose stack 2025-10-26 21:12:01 +00:00
.gitignore Track deployment env file for workflow 2025-10-26 21:26:54 +00:00
AI_GENERATION_FEATURE.md docs: add AI content generation feature with OpenAI integration 2025-10-25 00:08:41 +02:00
BACKEND_UPDATES.md feat: add keyboard shortcuts, pagination, and auto-upload for audio recordings 2025-10-24 23:31:33 +02:00
CADDY_SETUP.md feat: update service ports from 3000/3001 to 3300/3301 2025-10-26 00:25:40 +02:00
Caddyfile fix: update proxy config and db wiring 2025-10-25 23:29:04 +00:00
deploy.sh feat: update service ports from 3000/3001 to 3300/3301 2025-10-26 00:25:40 +02:00
DEPLOYMENT_GUIDE.md Align deployment workflow with production compose stack 2025-10-26 21:12:01 +00:00
DEPLOYMENT_SUMMARY.md Align deployment workflow with production compose stack 2025-10-26 21:12:01 +00:00
docker-compose.yml fix: update proxy config and db wiring 2025-10-25 23:29:04 +00:00
LOCAL_TESTING.md feat: update service ports from 3000/3001 to 3300/3301 2025-10-26 00:25:40 +02:00
MOBILE_COMPATIBILITY.md feat: add mobile responsive layouts and touch-friendly controls 2025-10-26 21:57:54 +01:00
MULTI_APP_VPS_SETUP.md feat: update service ports from 3000/3001 to 3300/3301 2025-10-26 00:25:40 +02:00
nginx-vps.conf feat: update service ports from 3000/3001 to 3300/3301 2025-10-26 00:25:40 +02:00
package.json chore: initialize monorepo (pnpm workspace), add PLAN.md and .gitignore 2025-10-22 00:50:29 +02:00
PLAN.md feat: add multi-clip recording and reordering support in audio recorder 2025-10-24 14:15:37 +02:00
pnpm-lock.yaml feat: add AI prompt field to post editor and database schema 2025-10-24 16:37:47 +02:00
pnpm-workspace.yaml chore: initialize monorepo (pnpm workspace), add PLAN.md and .gitignore 2025-10-22 00:50:29 +02:00
QUICK_START.md Align deployment workflow with production compose stack 2025-10-26 21:12:01 +00:00