Dallas-Makerspace / calendar

https://calendar.dallasmakerspace.org/
BSD 3-Clause "New" or "Revised" License
8 stars 20 forks source link

Removed/Fixed W9 upload + Bug Fixes + Dark Mode #148

Closed jsnowfreedman closed 1 year ago

jsnowfreedman commented 1 year ago

Removed/Fixed W9 Files uploads. Members should no longer be required to upload a w9 directly, but use a different process

Fix some development/runtime issues/pinned library.

Working on getting dark mode enabled for the calendar.

Dark mode could probably be done better... but it was burning my retinas at 2am, so I decided to fix it at 2am... + The other changes where because I was pestered. I make no guarantees over the quality of this code :)

jsnowfreedman commented 1 year ago

@excalbian yep. I actually had to change them in order to get them working on the images.

The xdebug version pinning was also a requirement to run/test - a new version of xdebug has been released to pecl that was no longer compatible with our version of PHP.

jsnowfreedman commented 1 year ago

What dark/night mode looks like: image

jsnowfreedman commented 1 year ago

Split into: #150, #151, #152, #153