Skip to content

feat: tauri integration (desktop and mobile)#134

Draft
hazre wants to merge 58 commits intodevfrom
feat/tauri-integration
Draft

feat: tauri integration (desktop and mobile)#134
hazre wants to merge 58 commits intodevfrom
feat/tauri-integration

Conversation

@hazre
Copy link
Copy Markdown
Member

@hazre hazre commented Mar 10, 2026

Description

Fixes #88

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@hazre hazre force-pushed the feat/tauri-integration branch from f79928e to aaeedd1 Compare March 10, 2026 19:03
hazre and others added 29 commits March 12, 2026 16:53
- 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.
# Conflicts:
#	src/app/features/settings/notifications/SystemNotification.tsx
@hazre hazre force-pushed the feat/tauri-integration branch from 932d5f3 to 9c89e18 Compare March 25, 2026 18:10
@hazre
Copy link
Copy Markdown
Member Author

hazre commented Mar 27, 2026

Adding internal label for this for now, until it's ready for review.

@hazre hazre added internal Tauri Issue related to Desktop and Mobile builds labels Mar 27, 2026
Comment thread src/app/components/AuthenticatedImg.tsx Fixed
Comment thread src/app/plugins/react-custom-html-parser.tsx Fixed
Comment thread src/app/components/AuthenticatedImg.tsx Fixed
Comment thread src/app/plugins/react-custom-html-parser.tsx Fixed
@hazre hazre force-pushed the feat/tauri-integration branch from 795d855 to 0fce233 Compare April 11, 2026 18:08

if (failed || !imageSrc) return <>{fallback}</>;

return <img {...props} src={imageSrc} onError={handleError} />;
@hazre hazre force-pushed the feat/tauri-integration branch from 0fce233 to f9e6a72 Compare April 11, 2026 22:30
@github-actions
Copy link
Copy Markdown
Contributor

Deploying with  Cloudflare Workers  Cloudflare Workers

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Tauri Issue related to Desktop and Mobile builds

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add desktop and mobile builds

4 participants