Migrate WU CLI to WU-Go-ui Wails application#9
Migrate WU CLI to WU-Go-ui Wails application#9google-labs-jules[bot] wants to merge 4 commits intomainfrom
Conversation
- Migrated core business logic (auth, devcenter, drivermeta, shippinglabel) from `WU-Go` to `WU-Go-ui/internal`. - Implemented Wails bridge (`app.go`) to expose backend functionality to the frontend. - Created a modern, frameless React+Tailwind frontend with a 4-step wizard workflow. - Implemented `AuthStep`, `SubmissionStep`, `MetadataStep` (with filtering), and `LabelStep`. - Added unit tests for metadata parsing. - Verified frontend build and visual appearance. - Configured Wails project settings and styling.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Migrated core business logic (auth, devcenter, drivermeta, shippinglabel) from `WU-Go` to `WU-Go-ui/internal`. - Implemented Wails bridge (`app.go`) to expose backend functionality to the frontend. - Created a modern, frameless React+Tailwind frontend with a 4-step wizard workflow. - Implemented `AuthStep`, `SubmissionStep`, `MetadataStep` (with filtering), and `LabelStep`. - Added unit tests for metadata parsing. - Verified frontend build and visual appearance. - Configured Wails project settings and styling.
- Migrated core business logic (auth, devcenter, drivermeta, shippinglabel) from `WU-Go` to `WU-Go-ui/internal`. - Implemented Wails bridge (`app.go`) to expose backend functionality to the frontend. - Created a modern, frameless React+Tailwind frontend with a 4-step wizard workflow. - Implemented `AuthStep`, `SubmissionStep`, `MetadataStep` (with filtering), and `LabelStep`. - Applied "Dark Mode / Tech" aesthetic with gradient backgrounds and glassmorphism. - Added unit tests for metadata parsing. - Verified frontend build and visual appearance. - Configured Wails project settings.
- Migrated core business logic (auth, devcenter, drivermeta, shippinglabel) from `WU-Go` to `WU-Go-ui/internal`. - Implemented Wails bridge (`app.go`) to expose backend functionality to the frontend. - Created a modern, frameless React+Tailwind frontend with a 4-step wizard workflow. - Implemented `AuthStep`, `SubmissionStep`, `MetadataStep` (with filtering), and `LabelStep`. - Refactored UI to a clean "Light Theme" based on user feedback. - Added unit tests for metadata parsing. - Verified frontend build and visual appearance. - Configured Wails project settings.
This PR replaces the
WU-GoCLI tool with a new Wails-based GUI application (WU-Go-ui).Key changes include:
credential.json, compatible with the previous CLI format.The application is configured as a frameless window with custom controls, providing a native-like experience on Windows.
PR created automatically by Jules for task 14079554510174201316 started by @ltycn