psu-software-engineering-capstone / walktober

Walktober is a yearly fitness challenge at PSU and this project is to design a software platform for it. The platform is modern, responsive, improved design and analytics and simplified configuration. Let's create the best Walktober experience!
Other
5 stars 3 forks source link

Tweak admin page #372

Closed marobertson11 closed 1 year ago

marobertson11 commented 1 year ago

image

With the new change to adminContext it wouldn't properly port over the dates into the user/team settings as it was more than just dates. Fixed it, and also changed where the time addition is taking place for the adminContext variables as before it would just append the times even if there would be no change, resulting in a variable looking like this: "2023-10-10T23:59T23:59" and would keep adding the time

image image The container for the leaderboard was squished, fixed the sizing of it but it does go a bit lower now