bigbite / themer

GNU General Public License v2.0
2 stars 0 forks source link

Validate theme.json is loaded REDUX #77

Closed squarewave17 closed 4 months ago

squarewave17 commented 4 months ago

Expected Behavior

An error message should appear when no valid theme.json exists. This was introduced in #16

Actual Behavior

When no valid theme.json exists, the editor just hangs with a spinner.

Step-by-step reproduction instructions

  1. Checkout release/1.0.0
  2. Check themer works
  3. Remove or rename theme.json in the theme folder
  4. Refresh the page
  5. Error

Screenshots, screen recordings, code snippets

Video

System Information

g-elwell commented 4 months ago

Fixed by #78