FIX: Git History Date bug#1585
Conversation
|
Could you please check which line works better in GitClient+CommitHistory.swift: dateFormatter.locale = Locale(identifier: Locale.current.identifier)or: dateFormatter.locale = Locale(identifier: "en_US_POSIX")Both should work. |
|
Actually I have no issues with just |
|
It seems like dateFormatter.locale = Locale(identifier: Locale.current.identifier)
dateFormatter.locale = Locale(identifier: "en_US_POSIX")If you're okay with using |
|
Okay! Yeah let's go with that, seems better than a hardcoded value. |
Correct date isn't displayed in this history tab
Branch image was slightly to big, compared to Xcode
Branch menu color was a bit off
Branch menu indicator wasn't hidden
Description
The commit date in the history tab wasn't displayed correctly. Additionally, the git branch menu had a few issues, including discrepancies in color, indicator visibility, and branch symbol size.
Related Issues
na
Checklist
Screenshots
Before:





Now:
Before:
Now:
When hovering: