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: addAnnotatedSliceDropdown
Commit: bbb2e1e7b8c44100efeef63648873545887410a5
I've addressed all the comments!
I've also refactored the notifications a bit. I created a function that generates a notification, you just pass the title, color and icon. I've also realized half the notification items are stored in a constants dict so I added all of the messages and icons to that dict for consistency.
@cleaaum LGTM! 💃
This PR adds a dropdown with the currently annotated slices. When a slice has annotations on it, this dropdown gets populated so the user can easily find which slices were annotated.
Implementation notes:
Closes #122