Commit f76cb5f
committed
fix: resolve merge conflict markers in sidebar and file tree components
Resolved all remaining git merge conflict markers (<<<<<<< HEAD / ======= / >>>>>>>)
across 5 files, choosing our Figma-exact values:
- CortexSidebarContainer: border-right #2E2F31
- CortexTreeItem: #2E2F31 hover/selected, 14px/400 text, 26px indent
- ExplorerTreeView: line-height 20px, padding 16px
- CortexFileExplorer: border #2E2F31, gap 0
- types.ts: TREE_INDENT_SIZE 26, TREE_BASE_PADDING 01 parent 6d0e7bd commit f76cb5f
File tree
5 files changed
+2
-50
lines changed- src/components
- cortex
- explorer
- layout
- primitives
- explorer
5 files changed
+2
-50
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | 110 | | |
115 | 111 | | |
116 | 112 | | |
117 | | - | |
118 | 113 | | |
119 | 114 | | |
120 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | 97 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | 98 | | |
103 | 99 | | |
104 | 100 | | |
| |||
114 | 110 | | |
115 | 111 | | |
116 | 112 | | |
117 | | - | |
118 | 113 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | 114 | | |
123 | 115 | | |
124 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | 79 | | |
83 | | - | |
84 | 80 | | |
85 | 81 | | |
86 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | 91 | | |
93 | 92 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | 93 | | |
104 | 94 | | |
105 | 95 | | |
106 | 96 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | 97 | | |
119 | 98 | | |
120 | 99 | | |
| |||
127 | 106 | | |
128 | 107 | | |
129 | 108 | | |
130 | | - | |
| 109 | + | |
131 | 110 | | |
132 | 111 | | |
133 | 112 | | |
| |||
161 | 140 | | |
162 | 141 | | |
163 | 142 | | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | 143 | | |
169 | | - | |
170 | | - | |
| 144 | + | |
171 | 145 | | |
172 | 146 | | |
173 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | 194 | | |
199 | 195 | | |
200 | | - | |
0 commit comments