SwiftcordApp / Swiftcord

A fully native Discord client for macOS built 100% in Swift!
https://swiftcordapp.github.io/Swiftcord/
GNU General Public License v3.0
1.85k stars 84 forks source link

Revamped about section, new credits section #96

Closed cryptoAlgorithm closed 2 years ago

cryptoAlgorithm commented 2 years ago

The about section (in settings) was getting a little crowded and messy with the increasing number of contributors, and manually adding and hardcoding new contributors was getting tiring. Besides, the about section never looked great to start with since it was made in a rush. This PR contains a much-needed facelift and revamp, which moves the credits to its own new section with a much better appearance. Now, contributors are fetched from the GitHub REST API and cached, so they're always up-to-date! My valuable sponsors also get more recognition in the new section.

cryptoAlgorithm commented 2 years ago

The new credits section makes my mouth water xD

Screenshot 2022-08-08 at 9 18 54 PM Screenshot 2022-08-08 at 9 19 54 PM
cryptoAlgorithm commented 2 years ago

The about section got a new coat of paint too! 🖌️

Screenshot 2022-08-08 at 9 20 23 PM
cryptoAlgorithm commented 2 years ago

Not to mention, all the strings in the new credits section are now in the localisation file, so the community can translate them!