Commit 69fa37d
authored
Theme upload validation workaround (#1025)
* Fix Can't create theme when uploading a file
When trying to create a theme, you can upload
files. After the upload completes, you should be
able to proceed to the next step. However, the
"Next" button remained disabled, making it
impossible to proceed.
(Well, not actually impossible, going a step back
and then forward again would fix the issue, but w/e).
This fixes that, but crudely. We may want to rewrite
the theme dialog because uploading each file individually
and forcing the user to wait on that seems pretty
bad UX to me.1 parent b9fbb45 commit 69fa37d
1 file changed
Lines changed: 15 additions & 2 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
46 | 57 | | |
47 | 58 | | |
48 | 59 | | |
| |||
68 | 79 | | |
69 | 80 | | |
70 | 81 | | |
71 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
72 | 85 | | |
73 | 86 | | |
74 | 87 | | |
| |||
0 commit comments