refactor: split large UI files, extract Win32 interop, remove reflection#399
Merged
refactor: split large UI files, extract Win32 interop, remove reflection#399
Conversation
- Split SettingsWindow.xaml.cs (2500 lines) into partial classes: SettingsWindow.Providers.cs, SettingsWindow.Monitor.cs, SettingsWindow.Data.cs - Split MainWindow: extract MainWindow.Updates.cs and MainWindow.SignalR.cs - Move Win32 P/Invoke declarations to shared Win32Interop static class - Replace reflection-based provider discovery with explicit static list - Delete experimental-rust workflow (12 unused Rust build jobs) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
This PR contains 4676 lines changed across 11 files. Details:
Recommendation: This is an automated message. Feel free to ignore if this PR is intentionally large. |
…tion Codex and ClaudeCode set the parent card's NextResetTime from the 5-hour burst window, but EnrichWithPeriodDuration set PeriodDuration from the 7-day rolling window. This made pace projection nonsensical — e.g. 90% used with 4h left in a 5h burst projected as 90/(4h/7d) = tiny fraction, showing "On pace" when the user was clearly burning through their quota. Fix: EnrichWithPeriodDuration now also corrects NextResetTime to match the rolling window detail when setting a rolling PeriodDuration. Also fix CodexProvider to prefer the weekly reset time on the parent card. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
This PR contains 4694 lines changed across 13 files. Details:
Recommendation: This is an automated message. Feel free to ignore if this PR is intentionally large. |
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
Test plan
🤖 Generated with Claude Code