Skip to content

Commit

Permalink
fix: open brancato on primary monitor (#77)
Browse files Browse the repository at this point in the history
* fix: position omnibar on primary monitor on focus

* fix: update event listeners to match Tauri v1 updates

* fix: update bundle identifier

* deps: upgrade to Tauri 1.x
  • Loading branch information
RyKilleen authored Jul 9, 2022
1 parent 2d15893 commit eebe29b
Show file tree
Hide file tree
Showing 7 changed files with 823 additions and 1,178 deletions.
202 changes: 89 additions & 113 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "brancato",
"version": "0.9.3",
"version": "0.9.4",
"private": true,
"dependencies": {
"@algolia/autocomplete-js": "^1.5.3",
"@algolia/autocomplete-theme-classic": "^1.5.3",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-tabs": "^0.1.5",
"@stitches/react": "^1.2.7",
"@tauri-apps/api": "^1.0.0-rc.2",
"@tauri-apps/api": "1.0.2",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
Expand Down Expand Up @@ -55,6 +55,6 @@
},
"devDependencies": {
"@hookform/devtools": "^4.0.2",
"@tauri-apps/cli": "1.0.0-rc.7"
"@tauri-apps/cli": "1.0.3"
}
}
Loading

0 comments on commit eebe29b

Please sign in to comment.