feat: persist draft messages and UI refinements

- Add dedicated draft-store with AsyncStorage persistence for drafts
  that survive app refresh/crash
- Reduce markdown bold weight from bold to medium (500)
- Various theme and component style updates
- Server bootstrap and config improvements

🤖 Generated with [Claude Code](https://claude.com/claude-code)
This commit is contained in:
Mohamed Boudra
2026-01-14 10:07:54 +07:00
parent 34a49c147f
commit 70e2d66dd5
65 changed files with 2466 additions and 570 deletions

View File

@@ -4,7 +4,8 @@
"private": true,
"workspaces": [
"packages/server",
"packages/app"
"packages/app",
"packages/relay"
],
"scripts": {
"dev": "npm run dev --workspace=@paseo/server",