Hello,
I'm excited to announce that today I deployed a long-awaited feature: odds per pack regardless of card position. The calculation is as follows:
1 - ((1 - x)^3 * (1 - y) * (1 - z))
- x represents the odds for the 1st to 3rd cards,
- y represents the odds for the 4th card,
- z represents the odds for the 5th card.
Additionally, I've added colors to highlight the minimum and maximum values for better visibility.
I've also enhanced the overlay option that allows you to disable/enable elements on top of the cards. When you hover over the cards or tap on them on mobile, the elements will reappear for this card even with overlay disabled.
Lastly, I've implemented several tweaks to the dashboard UI for an improved user experience.