Skip to content

Commit 86e275e

Browse files
committed
feat: add About dialog to desktop app
Adds an About dialog in the top toolbar with links to the project home page and GitHub repository. External links open via the Tauri opener plugin so they launch in the system browser rather than the app window.
1 parent f667b3f commit 86e275e

8 files changed

Lines changed: 599 additions & 1 deletion

File tree

apps/geolibre-desktop/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"@tauri-apps/api": "^2.2.0",
2323
"@tauri-apps/plugin-dialog": "^2.2.0",
2424
"@tauri-apps/plugin-fs": "^2.2.0",
25+
"@tauri-apps/plugin-opener": "^2.5.4",
2526
"mapillary-js": "^4.1.2",
2627
"maplibre-gl": "^5.1.1",
2728
"maplibre-gl-basemap-control": "^0.2.1",

0 commit comments

Comments
 (0)