mirror of
https://github.com/danielabrams555/DatumNexus.git
synced 2026-03-13 03:28:49 -04:00
No description
- Kotlin 48.1%
- Python 30.1%
- Svelte 17%
- TypeScript 4.4%
- CSS 0.2%
Adaptive icon XML was referencing @color/ic_launcher_foreground (solid color) instead of @mipmap/ic_launcher_foreground (the actual PNG). On API 26+, the anydpi-v26 XML takes priority, so the icon never showed. Day-of-week chips now use weight(1f) and smaller text so all 7 fit on screen without Saturday/Sunday being clipped. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| android | ||
| backend | ||
| docs | ||
| web | ||
| .gitignore | ||
| CLAUDE.md | ||
| README.md | ||
DatumNexus
Personal multi-platform productivity app — notes, calendar, alarms, reminders, to-do lists, shopping lists, and AI assistant.
Platforms
- Backend: Python / FastAPI + PostgreSQL + Redis
- Web: SvelteKit + Tailwind CSS
- Desktop: Tauri (wrapping SvelteKit)
- Android: Kotlin + Jetpack Compose
Development
Backend
cd backend
docker compose up -d
Web
cd web
npm install
npm run dev
Android
cd android
./gradlew assembleDebug
Desktop (Tauri)
cd web
cargo tauri dev