Commit Graph

4 Commits

Author SHA1 Message Date
drelich
f4b324b702 Add TypeScript types for turndown library
- Added @types/turndown dev dependency for production build
- Fixes TypeScript compilation errors during build process
2026-03-17 00:03:31 +01:00
drelich
835643d690 Update app icon to official Nextcloud Notes icon
- Downloaded official Nextcloud Notes favicon
- Generated all required icon sizes for Tauri (macOS, Windows, Store)
- Replaced placeholder icons with branded Nextcloud Notes icon
- Icon sizes: 32x32, 128x128, 256x256, .icns, .ico, and Windows Store logos
2026-03-17 00:01:12 +01:00
drelich
074f695b3e Add logout functionality and username display
- Added logout button at bottom of sidebar
- Display username with avatar (first letter)
- Clear all credentials and state on logout
- Username persists from saved credentials
- Clean logout flow returns to login screen
2026-03-16 23:56:41 +01:00
drelich
2ad076c052 Initial commit: Nextcloud Notes Tauri app with WYSIWYG editor
Features:
- WYSIWYG markdown editor with TipTap
- Manual save with unsaved changes indicator
- Auto-title derivation from first line (with manual override)
- Manual sync button with visual feedback
- Auto-sync every 5 minutes
- Full formatting toolbar (bold, italic, headings, lists, code)
- Note creation, editing, deletion
- Search and favorites filter
- Cross-platform desktop app built with Tauri + React + TypeScript
2026-03-16 23:49:51 +01:00