Integrate Webamp with standard window management#855
Conversation
- Implemented a $Window shim in WebampApp to support system-wide z-index and focus management. - Moved Webamp container to #screen for correct layering. - Implemented centering logic for the initial launch. - Removed manual taskbar and z-index logic in favor of system integration. - Ensured Webamp behaves as a "single unit" for z-index purposes. Co-authored-by: azayrahmad <10110227+azayrahmad@users.noreply.github.com>
|
👋 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. |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
- Implemented a $Window shim in WebampApp for z-index and taskbar integration. - Configured Webamp to center on launch and respect the system's layering. - Synchronized Webamp's internal minimize/restore state with the AzOS taskbar. - Ensured Webamp's internal windows are correctly positioned within the managed container. - Supported "Show Desktop" integration for the Webamp container. Co-authored-by: azayrahmad <10110227+azayrahmad@users.noreply.github.com>
This change integrates Webamp into the system's standard window management logic. Webamp now launches centered on the screen and correctly participates in z-index layering (bringing to front when clicked) and taskbar interactions. It maintains its classic skin-only appearance while behaving like a native AzOS window.
PR created automatically by Jules for task 12990911663194066570 started by @azayrahmad