SwiftPackageIndex / SwiftPackageIndex-Server

The Swift Package Index is the place to find Swift packages!
https://swiftpackageindex.com
Apache License 2.0
538 stars 42 forks source link

Adds styling of the maintenance page #3313

Closed daveverwer closed 3 weeks ago

daveverwer commented 3 weeks ago

As part of this, I split the test into two. One tests the request and that the maintenance page is displayed and the other is a regular snapshot test of the new MaintenanceIndex view. I did this so the snapshot HTML is not compressed so that we get easier diffs.

Screenshot 2024-08-20 at 16 08 00@2x

daveverwer commented 3 weeks ago

Changed across the board to maintenanceMessage and MAINTENANCE_MESSAGE.

daveverwer commented 3 weeks ago

Oh and I also changed the icon. Even a server maintenance isn't anything we're "warning" anyone about, so the ⚠️ symbol was less appropriate than an information icon.

Screenshot 2024-08-21 at 12 39 49@2x