Commit 01ef614
authored
fix: Keep prompt visible during task creation (#1314)
## Problem
Clicking "Create task" instantly replaces the prompt with "Creating task..." text, causing anxiety that the input was lost.
## Changes
1. Keep the editor visible during task creation instead of swapping it for static text
2. Dim the editor to 50% opacity to signal the disabled state
3. Rely on existing disabled prop and submit button spinner for loading feedback
## How did you test this?
Manually1 parent 6978494 commit 01ef614
1 file changed
Lines changed: 12 additions & 24 deletions
Lines changed: 12 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
209 | 197 | | |
210 | 198 | | |
211 | 199 | | |
| |||
0 commit comments