feat: tauri integration (desktop and mobile)#134
Conversation
f79928e to
aaeedd1
Compare
- add fake windows window snapping overlay like a native titlebar - add sync status inside the titlebar - upgrade framer-motion package to motion - add service worker tauri exceptions - add automatically generated tauri typescript bindings
note that close to tray currently does nothing and it's intended for when notifications land
Aaaaaaa spent an hour on this, problem was that it was panicking trying to export to a path relative to the executable which is protected by the os.
…to package changes (should make CI happy)
# Conflicts: # src/app/features/settings/notifications/SystemNotification.tsx
|
Adding internal label for this for now, until it's ready for review. |
795d855 to
0fce233
Compare
|
|
||
| if (failed || !imageSrc) return <>{fallback}</>; | ||
|
|
||
| return <img {...props} src={imageSrc} onError={handleError} />; |
0fce233 to
f9e6a72
Compare
Deploying with
|
| Status | Preview URL | Commit | Alias | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! | https://pr-134-sable.raspy-dream-bb1d.workers.dev | f616a00 | pr-134 |
Sun, 12 Apr 2026 19:00:50 GMT |
* (Tauri/fix):Android APK crashing and UnifiedPush not registering * Fixed ESLint errors
|
Hi! I've been using the Android universal debug build of commit 8e3411f ( Can you perhaps give a status update regarding this PR? Is there anything I could help with to help you get the ball rolling again on this? |
Description
Fixes #88
Type of change
Checklist: