Closed cleaaum closed 1 year ago
Staging application has been deployed and is available at: https://dash5-services.plotly.host/ml-exchange-staging
Production app name: ml-exchange
Current branch name: changeClassColor
Commit: 25704df98d45559eaf0e52c1644c7436642fdc30
This PR allows a user to modify the color of a class after it has been created. This requires a small refactor to the logic as the code was using the color as the class ID (thinking this was immutable), so now using uuid() instead to create class Ids. Note: the color picker is now a dbc component instead of dmc.