Upgrade to Wails v3, mobile clients, and docs overhaul - #1
Merged
Conversation
Migrate the desktop app to Wails v3 (application services, Event.Emit, dialog API, data-file-drop-target) and keep Linux on gtk3/webkit2gtk 4.1. Add App API integration tests before the upgrade so transfers, settings, and event wiring keep working across the cutover.
wails3 dev builds with DEV=true and expects npm run build:dev for unminified frontend assets during hot reload.
Switch the chrome to a bottom tab bar below 720px with safe-area insets and larger touch targets so the same React UI works on phones and Wails mobile webviews. Scaffold build/ios and build/android (bundle id com.schollz.croc-desktop), platform option hooks, and Taskfile mobile tasks for simulator/emulator builds.
Honest post-upgrade cleanup: document gtk3 tags and data-path compatibility, one-shot migrate legacy croc-gui settings/history onto croc-desktop filenames, fix MSIX config and Android applicationId, drop dead iOS option stubs and leftover wailsjs, and align README, design.md, and e2e docs with the responsive mobile shell.
Lead with install, how-to, features, and FAQ; tuck developer setup behind a collapsible section. Add Contributor Covenant 2.1 for community norms.
Call out that this tree is Wails v3 (not v2), and give mobile iOS/Android a first-class section with paths, status, and build commands so they are not buried in the FAQ.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v3.0.0-alpha2.119), with gtk3/webkit2gtk 4.1 on Linux for CI/distro paritycroc-gui.*→croc-desktop.*build/iosandbuild/androidbin/, wails3)Test plan
go test -tags gtk3 .wails3 build -tags gtk3(local)Notes
This fully replaces the v2-based
maintip. Mobile is experimental (build-from-source); desktop remains the published release path.