-
-
Notifications
You must be signed in to change notification settings - Fork 43
AboutScreen #12
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
A screen where put links to GitHub source code, GitHub issues, contacts (email), and link to Bitcoin donations.
Describe the solution you'd like
A Jetpack Compose Screen (AboutScreen) like the CoinDetailScreen. I'll describe below the items from top to bottom:
Each item inside a section can be a simple text, but it would be better with an icon placed on the left for each of them (like the crypto Cards that show the crypto icon).
Additional context
The Screen is very simple so I see no need to create a corresponding ViewModel. The navigation to this Screen will be placed in the "Settings" tab that will be added in the following release.