Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

feat: tauri integration (desktop and mobile)#166

Merged
hazre merged 11 commits into7w1:feat/tauri-integrationfrom
hazre:feat/tauri-integration
Mar 7, 2026
Merged

feat: tauri integration (desktop and mobile)#166
hazre merged 11 commits into7w1:feat/tauri-integrationfrom
hazre:feat/tauri-integration

Conversation

@hazre
Copy link
Copy Markdown
Collaborator

@hazre hazre commented Mar 5, 2026

Description

Fixes #28 - working in progress

  • notifications
    • windows
    • android
    • linux
    • macos (don't have hardware to build/test, help wanted)
    • ios (don't have hardware to build/test, help wanted)
  • desktop system tray
  • custom title bar (windows)
  • desktop sso auth flow
  • automatic updater
  • CI/CD and distribution

Preview (March 6th)

Cap.2026-03-06.at.01.12.44.av1-00.00.00.000-00.00.46.933.mp4

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 4 times, most recently from 1e39717 to db0fb70 Compare March 6, 2026 03:15
Comment thread src-tauri/tauri.conf.json Outdated
hazre added 10 commits March 7, 2026 11:42
- 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.
@hazre hazre force-pushed the feat/tauri-integration branch from ffc2a56 to a4558e9 Compare March 7, 2026 10:55
@hazre hazre changed the base branch from dev to feat/tauri-integration March 7, 2026 11:02
@hazre hazre marked this pull request as ready for review March 7, 2026 11:02
@hazre hazre requested a review from 7w1 as a code owner March 7, 2026 11:02
@hazre hazre merged commit c364b16 into 7w1:feat/tauri-integration Mar 7, 2026
4 of 5 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Tauri for desktop and mobile

2 participants