fix: resolve #583 — Automatic display of the console window#812
fix: resolve #583 — Automatic display of the console window#812andoan16 wants to merge 3 commits into
Conversation
…ndow Fixes Autonomy-Logic#583 Signed-off-by: Ân Đoàn <33853760+andoan16@users.noreply.github.com>
…ndow Fixes Autonomy-Logic#583 Signed-off-by: Ân Đoàn <33853760+andoan16@users.noreply.github.com>
…ndow Fixes Autonomy-Logic#583 Signed-off-by: Ân Đoàn <33853760+andoan16@users.noreply.github.com>
|
Warning Review limit reached
More reviews will be available in 18 minutes and 33 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
fix: resolve #583 — Automatic display of the console window
Problem
Severity:
High| File:src/renderer/components/Console/ConsoleManager.tsModify the console manager to automatically display the console window when a download operation begins. This will involve adding event listeners for download start events and triggering the console visibility.
Solution
Add a method to subscribe to download events and automatically call showConsole() when a download starts. Integrate with the existing download service/event system.
Changes
src/renderer/components/Console/ConsoleManager.ts(new)src/renderer/services/DownloadService.ts(new)src/renderer/components/MainWindow/MainWindow.tsx(new)Testing