icbestCA / giftmanager

Gift ideas manager for families. See the demo here: https://giftmanagerdemo.pages.dev/
MIT License
74 stars 4 forks source link

[Bug] Secret Santa icon with link no longer appears #16

Closed janssenvdh closed 2 months ago

janssenvdh commented 2 months ago

The gift icon secret-santa.svg no longer appears when Secret Santa pools have been set up. secret-santa

icbestCA commented 2 months ago

Can I get more infos? The button only show when a user is registered in a pool. Can you check into the json file if the user is correctly assigned to someone, if yes, then it's probably a problem with the icon location or html not detecting the assignation. Thanks.

janssenvdh commented 2 months ago

Yes, there are entries in the assigned_users: and pool_name: fields in the json file.

I'm using the docker image from 2024-09-08.

janssenvdh commented 2 months ago

I pulled the docker image from 2024-09-12 and the icon has returned.