-
Notifications
You must be signed in to change notification settings - Fork 189
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
Footer for About Screen of React Native mobile app #3320
Footer for About Screen of React Native mobile app #3320
Conversation
So the GitHub contribution card is just a placeholder for now ? |
yeah. I think we should create another issue for adding github api to the footer. since it's a different feature. |
@nguyenhung15913 let file it and I will aprrove this PR |
5b46016
to
d76be8d
Compare
d76be8d
to
985e197
Compare
src/mobile/src/components/Footer.jsx
Outdated
<Pressable | ||
onPress={() => | ||
Linking.openURL( | ||
'https://github.com/Seneca-CDOT/telescope/blob/master/docs/environment-setup.md' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link to this page is not found. Did you mean this link? https://github.com/Seneca-CDOT/telescope/blob/master/src/docs/docs/getting-started/environment-setup.md
src/mobile/src/components/Footer.jsx
Outdated
<Pressable | ||
onPress={() => | ||
Linking.openURL( | ||
'https://github.com/Seneca-CDOT/telescope/blob/master/docs/CONTRIBUTING.md' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here link not found. Did you mean this one? https://github.com/Seneca-CDOT/telescope/blob/master/src/docs/docs/contributing/CONTRIBUTING.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
985e197
to
0f87646
Compare
<Pressable | ||
onPress={() => | ||
Linking.openURL( | ||
'https://github.com/Seneca-CDOT/telescope/blob/master/src/docs/docs/getting-started/environment-setup.md' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should file a follow-up issue to use the main entry point for our docs site, since this might change.
<Pressable | ||
onPress={() => | ||
Linking.openURL( | ||
'https://github.com/Seneca-CDOT/telescope/blob/master/src/docs/docs/contributing/CONTRIBUTING.md' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same issue here, let's point at the docs site when it's up (new issue).
update on footer added footer to mobile app removed redundant import fixed 404 links
e9a985f
0f87646
to
e9a985f
Compare
Issue This PR Addresses
Fixes #3203
Type of Change
Description
Screenshot
Steps to test the PR
Checklist