|
1 | 1 | # Xcode-Style Bars Implementation Plan |
2 | 2 |
|
3 | | -> **For Claude:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task. |
4 | 3 |
|
5 | 4 | **Goal:** Redesign bottom bar, right sidebar, and app toolbar to match Xcode's exact visual style using DesignTokens and AppTheme system without losing any existing functionality. |
6 | 5 |
|
@@ -52,9 +51,7 @@ Expected: BUILD SUCCEEDED |
52 | 51 | git add GitMac/UI/Components/DesignTokens.swift |
53 | 52 | git commit -m "feat: add Xcode-style design tokens |
54 | 53 |
|
55 | | -🤖 Generated with [Claude Code](https://claude.com/claude-code) |
56 | 54 |
|
57 | | -Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>" |
58 | 55 | ``` |
59 | 56 |
|
60 | 57 | --- |
@@ -150,9 +147,7 @@ Expected: BUILD SUCCEEDED |
150 | 147 | git add GitMac/UI/Components/Atoms/Buttons/DSXcodeTabButton.swift |
151 | 148 | git commit -m "feat: add Xcode-style tab button component |
152 | 149 |
|
153 | | -🤖 Generated with [Claude Code](https://claude.com/claude-code) |
154 | 150 |
|
155 | | -Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>" |
156 | 151 | ``` |
157 | 152 |
|
158 | 153 | --- |
@@ -252,9 +247,7 @@ git commit -m "feat: redesign bottom panel tab bar with Xcode style |
252 | 247 | - Add visual effect blur background |
253 | 248 | - Update spacing and height to match Xcode |
254 | 249 |
|
255 | | -🤖 Generated with [Claude Code](https://claude.com/claude-code) |
256 | 250 |
|
257 | | -Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>" |
258 | 251 | ``` |
259 | 252 |
|
260 | 253 | --- |
@@ -346,9 +339,7 @@ Expected: BUILD SUCCEEDED |
346 | 339 | git add GitMac/UI/Components/Atoms/Buttons/DSXcodeToolbarButton.swift |
347 | 340 | git commit -m "feat: add Xcode-style toolbar button components |
348 | 341 |
|
349 | | -🤖 Generated with [Claude Code](https://claude.com/claude-code) |
350 | 342 |
|
351 | | -Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>" |
352 | 343 | ``` |
353 | 344 |
|
354 | 345 | --- |
@@ -561,9 +552,7 @@ git commit -m "feat: redesign main toolbar with Xcode style |
561 | 552 | - Add dividers between button groups |
562 | 553 | - Reduce button sizes for compact look |
563 | 554 |
|
564 | | -🤖 Generated with [Claude Code](https://claude.com/claude-code) |
565 | 555 |
|
566 | | -Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>" |
567 | 556 | ``` |
568 | 557 |
|
569 | 558 | --- |
@@ -600,9 +589,7 @@ Document: "Right sidebar not found, skipping Task 6" |
600 | 589 | git add [modified files] |
601 | 590 | git commit -m "feat: enhance right sidebar with Xcode style |
602 | 591 |
|
603 | | -🤖 Generated with [Claude Code](https://claude.com/claude-code) |
604 | 592 |
|
605 | | -Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>" |
606 | 593 | ``` |
607 | 594 |
|
608 | 595 | --- |
@@ -662,9 +649,7 @@ Expected: BUILD SUCCEEDED |
662 | 649 | git add GitMac/Features/BottomPanel/Views/UnifiedBottomPanel.swift |
663 | 650 | git commit -m "feat: add visual effect blur to bottom panel background |
664 | 651 |
|
665 | | -🤖 Generated with [Claude Code](https://claude.com/claude-code) |
666 | 652 |
|
667 | | -Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>" |
668 | 653 | ``` |
669 | 654 |
|
670 | 655 | --- |
@@ -711,9 +696,7 @@ Create: `docs/XCODE_STYLE_ISSUES.md` if needed |
711 | 696 | git add -A |
712 | 697 | git commit -m "docs: add screenshots and testing notes for Xcode-style redesign |
713 | 698 |
|
714 | | -🤖 Generated with [Claude Code](https://claude.com/claude-code) |
715 | 699 |
|
716 | | -Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>" |
717 | 700 | ``` |
718 | 701 |
|
719 | 702 | --- |
|
0 commit comments