Refactor Settings UI, improve build config, and fix startup features - #19
Refactor Settings UI, improve build config, and fix startup features#19google-labs-jules[bot] wants to merge 1 commit into
Conversation
- Completely redesigned `Settings.tsx` to use a modern, grid-based layout with distinct sections for "GitHub Integration" and "Application Preferences". - Implemented "Settings Row" pattern for better alignment and readability. - Added visual hierarchy with clear headers, icons, and card containers. - Fixed "Launch at Startup" logic in `electron/main.ts` to ensure it is applied on application launch. - Included necessary UI components (`Checkbox`, `Input`, `Label`) and dependencies (`lucide-react`, `@radix-ui/*`). - Updated `README.md` with new screenshots reflecting the improved design. - Configured "Portable" build target in `package.json`.
|
👋 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 For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
This PR addresses the user's feedback regarding the "ugly" settings window by providing a complete UI overhaul and ensures all requested features are functional and documented.
UI/UX Improvements:
lucide-react) to help users scan options quickly. Improved spacing, typography, and input styling using Shadcn/UI principles.Functional Fixes:
launchAtStartupsetting is now enforced insideapp.whenReady. This ensures that even if the setting was already true (e.g., default), the registry key is correctly updated/verified every time the app starts, which is crucial for portable apps moving locations.startMinimizedlogic works by defaulting the window to hidden and only showing it if the setting is false.Assets & Build:
electron/assets/icon.png)..exe.README.mdwith high-quality screenshots generated via Playwright.Verification:
PR created automatically by Jules for task 17357167857423459411 started by @Javaec