EdinburghUniversityTheatreCompany / black_lightning

MIT License
3 stars 4 forks source link

Bootstrap 5 - Fixes after deploy #164

Closed mickzijdel closed 1 year ago

mickzijdel commented 1 year ago

Select2 fields with custom input now show a placeholder and the current option if it is not in the collection. Put map from Find Us at the bottom of the accessibility page. Add address field to venues Unify card headers Fix widget headers on the admin dashboard

mickzijdel commented 1 year ago

the debt change will break debt notifications elsewhere (colours and the notification bell in the top right). can this be resolved?

Where does it break things? I just looked at it for 15 minutes and I do not think debt/show or debt_widget, which are the only debt-related things that I changed, are referenced anywhere. If I am right the debt notification bit is line 43-63 of the admin layout? Those just reference the user debt_message method which is unchanged. I also don't think it breaks the colours? Let me know if I am wrong though and I'll happily fix it.

I did slightly tidy up the message generation using the in_debt method rather than doing text comparison on the debt_message