Feed pagination: - Cursor-based pagination: get_feed_page/get_all_posts_page (20 posts/page) - Batched engagement queries (3 bulk SQL queries instead of 4 per post) - IntersectionObserver for infinite scroll (sentinel at midpoint) - Viewport-based media loading (blobs only load when post enters view) - Pre-fetch next page immediately after current page renders Duplicate identity detection: - Anchor detects when a NodeId is already mesh-connected during initial exchange and sets duplicate_active flag in response - Client skips sync tasks when duplicate detected - Frontend shows red warning banner Privacy: - Fixed pkarr leak: clear_address_lookup() removes default dns.iroh.link publishing. Only mDNS (local network) discovery enabled. Android: - SAF integration via tauri-plugin-android-fs: exports open native "Save As" dialog so users can save to Downloads/Drive/etc. - Download/export paths use app data dir on Android (writable) - File picker gated behind desktop cfg (blocking_pick not on Android) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
34 lines
324 B
Text
34 lines
324 B
Text
# Build artifacts
|
|
/target/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Node modules (if any)
|
|
node_modules/
|
|
|
|
# Test data
|
|
/tmp/
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
|
|
# Keys and credentials (never commit)
|
|
identity.key
|
|
*.keystore
|
|
*.apk
|
|
*.apk.idsig
|
|
*.AppImage
|
|
*pass*.txt
|
|
CLAUDE.md
|
|
|
|
# Nextcloud sync
|
|
.sync-exclude.lst
|
|
*.zip
|