-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Timezone to Profile #174
Comments
Hi @tomastiminskas |
Done @devlegend524 what's your name on Bounties site so I can assign the bounty there as well? Just as a note in case you didn't notice it, this is the MacOS ticket. Make sure you start from |
Okay |
@devlegend524 I need to assign you the bounty on https://people.sphinx.chat/bounties so please let me know your username there if you have one! |
Hi @tomastiminskas, I want to pick up this issue. |
@shaon72 have you signed up on Sphinx app and Bounties site already? If you didn't please do it so I can assign you this ticket |
@tomastiminskas I signed up on the bounties site. My username is Shaon over there. |
![]() @tomastiminskas I was trying to run the app locally and every time I click on the Existing user button, I see some error logs in Xcode. |
@shaon72 are you starting from |
@tomastiminskas I'm using the code in
|
@shaon72 The error about outlets is not important. I'm getting the same but it's related to an unused view so don't worry about it. Regarding the keychain access groups issue, it's a keychain access settings since I guess you are running using your personal development team. Let me research about it and talk to a hunter that experienced the same issue working on an iOS issue and figured it out. I will get back to you as soon as I have a solution |
@shaon72 Here you have an article explaining how to fix the keychain access issue: https://zataara.notion.site/Keychain-Access-Issue-Sphinx-8d9e2f215a474e7a8846b1e88f32701d |
@shaon72 the logic to get and show timezone and date time looks ok but the UI breaks when you have a composed nickname. ![]() |
Base branch: develop
Requirements
Add label on Profile header to show current timezone and date time: reduce space between name and balance label and add new timezone label below balance.
Get current timezone (timezone
identifier
) and date time on current timezone and show it in new labelExample:
America/Argentina/Buenos_Aires 2025-01-14 14:16:50
Screenshot references
The text was updated successfully, but these errors were encountered: