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

Improvements to user footer #152

Closed BomberFish closed 1 year ago

BomberFish commented 1 year ago
Sjmarf commented 1 year ago

Icon comparison for convenience:

gear:

gear@4x

gearshape.fill:

gearshape fill@4x

I don't have a preference as to which one is better - it depends whether we want to prefer apple's design style or Discord's. The first is much more apple-like, the second looks similar to what Discord uses in their app.

BomberFish commented 1 year ago

I was (finally!) able to get Xcode builds working (updating to 14.3 final worked), so here's the user footer with my changes:

Screenshot taken on 2023-05-15 at 13 55 39

I was thinking of making the status a scrolling "marquee" text, but I felt that would be unnecessary as you could already see that in the user popout.

cryptoAlgorithm commented 1 year ago

Yup, I actually decided on the filled gear as I felt that matched Discord's style better. However it's clear we are after a more native look that flows with system apps, and as such I'll probably be merging this PR.