Commit 6f8d380
fix(ui): remove overlay completely - use simple slide-in panel
Remove the problematic overlay that was causing black screen issues.
Now using a much simpler approach: just the panel sliding in from
the right with no background dimming.
Changes:
- Remove overlay creation completely
- Remove click-outside-to-close (not possible without overlay)
- Remove Escape key binding (not needed)
- Simplify close() method
- Panel now just appears/disappears on the right side
Benefits:
- Much simpler code
- No z-order issues
- No black screen
- Panel is always visible
- Main context is still preserved (just not dimmed)
Trade-off: Slightly less visual emphasis, but much more reliable.
This is a working solution that solves the black screen problem.
Related: #14
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 55778d5 commit 6f8d380
1 file changed
Lines changed: 5 additions & 57 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | | - | |
108 | | - | |
| 107 | + | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
113 | | - | |
114 | | - | |
| 112 | + | |
115 | 113 | | |
116 | 114 | | |
117 | 115 | | |
| |||
124 | 122 | | |
125 | 123 | | |
126 | 124 | | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | 125 | | |
149 | 126 | | |
150 | 127 | | |
151 | 128 | | |
152 | | - | |
| 129 | + | |
153 | 130 | | |
154 | | - | |
| 131 | + | |
155 | 132 | | |
156 | 133 | | |
157 | 134 | | |
158 | 135 | | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | 136 | | |
173 | 137 | | |
174 | 138 | | |
| |||
179 | 143 | | |
180 | 144 | | |
181 | 145 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | 146 | | |
199 | 147 | | |
200 | 148 | | |
| |||
0 commit comments