rxlabz / panache

🎨 Flutter Material Theme editor
https://rxlabz.github.io/panache
1.76k stars 233 forks source link

web app constantly freezes #41

Open ndcorc opened 4 years ago

ndcorc commented 4 years ago

The web app constantly freezes on a number of different situations, namely actions that require frequent updates such as changing color values based on a slider.

You can reproduce an example of this by attempting to make successive updates to the primary swatch color on the home page https://rxlabz.github.io/panache/#/ using the color slider. It will typically freeze the whole page after 3-4 changes to one of the slider values.

prakash-indorkar commented 3 years ago

It freezes after 3-4 changes (literally any change) . So you have only 3-4 clicked before you can download the theme.dart.

akulubala commented 3 years ago

we can see there have errors from the browser's console.

image

GabrielVander commented 3 years ago

Same issue here

foxmedo commented 3 years ago

Same Issue for me

Uncaught TypeError: Cannot read property 'dv' of null at Object.cj (main.dart.js:2645) at G1.ri (main.dart.js:19133) at Dx.$1 (main.dart.js:18040) at ai0 (main.dart.js:1961) at HTMLElement. (main.dart.js:1969) cj @ main.dart.js:2645 ri @ main.dart.js:19133 $1 @ main.dart.js:18040 ai0 @ main.dart.js:1961 (anonymous) @ main.dart.js:1969

GuruWithin commented 3 years ago

The issue continues!

JaffaKetchup commented 3 years ago

Please can this be fixed. This web app looks like exactly what I need to start my new app, but it seems very broken. Thanks.

yaoing commented 2 years ago

try this link https://rxlabz.github.io/panache_web/#/editor, it work for me.