Commit Graph
5 Commits
Author SHA1 Message Date
Andrew Zambazos f69841ada9 Changed tauri:build to just build 2026-05-13 18:46:05 +12:00
Andrew Zambazos 19f7631263 Add repo modal tabs and grouped repo lists
Introduce a tabbed repository modal with new styling and grouped lists. Adds CSS for modal tabs and repo-owner group/divider visuals. In JS, add activeReposTab state, helper functions to infer repo owners and match remotes, and utilities to group server and local repos. Replace flat lists with serverRepoListTemplate/recentLocalReposTemplate and group local scan results; update reposModalContent to render tabbed local/server panels and bind tab click events.
2026-05-13 18:36:21 +12:00
Andrew Zambazos 37fc1dc626 Show inline image previews for binary files
Add inline image preview support for binary image files in diffs and the file viewer. Frontend: new CSS rules for diff/viewer image panels and macOS window radius, JS templates to render base64 image previews and wire previewMime/previewBase64 into rendering flow, plus applyPlatformChrome to set platform-specific chrome. Backend (Tauri): add base64 and ico deps and expose image preview data (mime + base64) on GitFileDiff and LocalRepoFile; implement mime detection, size-limited preview generation (5MB), .ico → PNG extraction, and integration into get_file_diff and local_repo_file to return previews when available. Also updates icon asset.
2026-05-13 18:28:48 +12:00
Andrew Zambazos 0f3f73be9c Update GitpubDesktop-Icon.ico 2026-05-13 18:00:04 +12:00
Andrew Zambazos 68c400f6c4 Custom icon and task bar added 2026-05-12 22:36:39 +12:00