Commit e298776
authored
macOS Tahoe Toolbar (#2122)
### Description
Updates the toolbar for macOS Tahoe. All changes in this PR should not
affect existing functionality or design.
### Related Issues
* closes #2116
* #2117
### Checklist
- [x] Navigator extends to the top of the toolbar.
- [x] Task start/stop buttons in group.
- [x] Toolbar no longer compact (taller)
- [x] Extra padding on branch picker.
- [x] Activity viewer no longer has a background color.
- [x] Schema select hover is rounded.
- [x] Task select hover is rounded.
- [x] Activity viewer padding.
- [x] Task status padding too short.
- [x] Task status animation slightly wrong.
- [x] Notifications and activity viewer are combined in one glass item.
- [x] Notification item keeps space when hidden.
- [x] I read and understood the [contributing
guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md)
as well as the [code of
conduct](https://github.com/CodeEditApp/CodeEdit/blob/main/CODE_OF_CONDUCT.md)
- [x] The issues this PR addresses are related to each other
- [x] My changes generate no new warnings
- [x] My code builds and runs on my machine
- [x] My changes are all related to the related issue above
- [x] I documented my code
### Screenshots
All toolbar sta
<img width="1414" height="96" alt="Screenshot 2025-08-29 at 4 33 01 PM"
src="https://github.com/user-attachments/assets/2cf369e7-4ab2-4f15-bc82-aa70954791fd"
/>
<img width="1399" height="81" alt="Screenshot 2025-08-29 at 4 32 57 PM"
src="https://github.com/user-attachments/assets/fc0415ca-cfcc-40e3-a796-e3122841ab34"
/>
<img width="1382" height="70" alt="Screenshot 2025-08-29 at 4 32 44 PM"
src="https://github.com/user-attachments/assets/91a3bbb9-672f-4e4f-80b8-da9230248fa0"
/>
<img width="1392" height="77" alt="Screenshot 2025-08-29 at 4 32 36 PM"
src="https://github.com/user-attachments/assets/68dfc816-2cf3-4975-a59d-51cb0482d6cf"
/>
tes:
<details><summary>Compression</summary>
<p>
https://github.com/user-attachments/assets/d8803ac1-a6e9-4648-a4e4-4c834d3c0f27
</p>
</details>
<details><summary>Toolbar in action</summary>
<p>
https://github.com/user-attachments/assets/b00e2f3e-7c15-4be2-b77a-6cc4440b004e
</p>
</details>
<details><summary>Popovers</summary>
<p>
https://github.com/user-attachments/assets/fe7b12be-8c09-4be3-9ca6-b0f292bddfd0
</p>
</details>
<details><summary>Task notification viewer</summary>
<p>
https://github.com/user-attachments/assets/042d43ca-a60c-4188-a6e0-75fc1a43f13e
</p>
</details.1 parent 5c2d8ec commit e298776
File tree
29 files changed
+701
-261
lines changed- CodeEdit.xcodeproj
- CodeEdit
- Features
- ActivityViewer
- Notifications
- Tasks
- CodeEditUI/Views
- Documents
- Controllers
- WorkspaceDocument
- Editor/Views
- Notifications
- ViewModels
- Views
- Settings/Pages/TextEditingSettings/Models
- Tasks
- ToolbarItems
- Views
- Utils/Extensions/View
- OpenWithCodeEdit
29 files changed
+701
-261
lines changedLines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
35 | 70 | | |
36 | 71 | | |
37 | 72 | | |
| |||
45 | 80 | | |
46 | 81 | | |
47 | 82 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 83 | | |
65 | 84 | | |
Lines changed: 54 additions & 40 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
49 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
50 | 39 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
62 | 49 | | |
63 | 50 | | |
64 | 51 | | |
| |||
69 | 56 | | |
70 | 57 | | |
71 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
72 | 86 | | |
73 | 87 | | |
74 | 88 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
13 | 20 | | |
14 | 21 | | |
| 22 | + | |
| 23 | + | |
15 | 24 | | |
16 | 25 | | |
17 | 26 | | |
18 | 27 | | |
19 | 28 | | |
20 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
21 | 37 | | |
22 | 38 | | |
23 | 39 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 19 | + | |
| 20 | + | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
0 commit comments