Remove agent team color dependency#72
Merged
Merged
Conversation
Fix Windows desktop auto-updater and prerelease release flow
- Pass `GITHUB_TOKEN` into the desktop release workflow - Configure authenticated git access when publishing the Pages branch over HTTPS
Add Actions token auth for desktop Pages publish
- Migrate drawing elements and serializers from `Color` strings to `colorValue` - Preserve legacy JSON and Hive payloads during read - Add regression tests for JSON and Hive color persistence
- Register source-owned adapters for free, line, rectangle, and ellipse drawings - Preserve legacy color fields while writing the current colorValue field - Update generated Hive metadata and registrar outputs
Persist drawing colors
- Introduce a reusable BetterColorPicker style and palette - Update color picker consumers to use the new custom styling
- Persist custom swatch colors in app preferences - Replace hardcoded color pickers with shared color library UI - Allow adding, editing, and deleting custom colors
- Persist neutral team colors in strategy settings and app defaults - Apply neutral marker styling across strategy pages and agent widgets - Add coverage for strategy settings JSON and shade conversion
- Tighten sidebar and segmented tab corner radii - Adjust settings dialog padding and simplify mode switcher - Add a PowerShell watcher script for Flutter hot reload
- Render the active page name in the lower-left corner - Pass page names through the save/load screenshot flow - Add a widget test covering the new label
- Reduce bar and row corner radii for a cleaner fit - Adjust expanded panel spacing and resize handle height - Refresh row action buttons with compact icon spacing
- Store pages bar width in app preferences - Add horizontal resize handle and clamp width - Keep existing height resize behavior intact
- Track source and target page IDs through transition state - Ease the overlay progress curve and drive row fill indicators - Clear transition page IDs when the animation completes
- Extract lineup visuals into a reusable overlay - Show lineup overlay while page transitions hide the map - Use a consistent easing curve for transition progress
- Watch canvas resize changes in persistent lineup widgets - Add regression test for overlay repositioning and rescaling
- Remove extra button spacing in the collapsed and expanded bars - Hide row actions until hover or active state - Disable outer scrollbars for the reorder list - Centralize pages bar corner radii constants
- Read custom color library entries from `ColorLibraryController` - Stop watching preferences directly in the controller build - Keep controller state in sync before persisting preference updates
- Duplicate abilities on modifier-assisted drag - Track dragged IDs through drop handlers - Update ability widget tests for the new callback signature
- Add the impeccable skill docs, commands, and references - Update map theme and settings UI to match the new design flow - Refresh strategy folder import test expectations
- Replace the plain title/description block with a compact scope pill - Simplify the strategy object styling description copy
- Store custom keybinds in app preferences - Add a settings section to edit, reset, and search bindings - Scope text fields with shortcut overrides and add binding tests
- Move map theme state into `user_preferences_provider` - Update imports across app and tests
- Add spawn barrier, ult orb, and region name flags to app preferences - Sync map visibility state with saved preferences and archive exports
- Show draggable agent abilities in the context menu - Switch the marker sync banner action to a solid button
- Switch to a raw menu item with tighter spacing - Remove the tooltip wrapper from ability buttons
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
Validation