-
Notifications
You must be signed in to change notification settings - Fork 0
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
Grants frontend complete #36
base: main
Are you sure you want to change the base?
Conversation
<View style={styles.imageContainer}> | ||
<Image source={grantPlaceholder} style={styles.image} /> | ||
</View> | ||
<RectButton |
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.
rect button seems to automatically capitalize text, don't know if this should be a problem
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.
Oh yeah you're right! I just used the RectButton that we've been using but I can make another button component if you want.
</Text> | ||
</View> | ||
<View style={styles.infoContainer2}> | ||
<Text> |
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.
extra wrapper, what is this for?
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 one with styles.infoContainer2? That is for the grant fields (eligible countries, duration, and brief/description) since they require different styling compared to the amount + deadline fields.
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.
looks good!
</Text> | ||
</View> | ||
<View style={styles.infoContainer2}> | ||
<Text> |
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.
extra wrapper
…ueprint/cultural-survival-mobile into alvaro/new-grants-frontend
…ueprint/cultural-survival-mobile into alvaro/new-grants-frontend
🎉 What's new in this PR 🎉
☁️ ☁️ Description ☁️ ☁️
GrantCard
component to reflect the new fronted changes for grantsGrantInfo
screenamount
anddeadline
fieldsGrantInfo
GrantInfo
screen to view the full grant application in another browserGrantInfo
screenGrantCard
component do not fully fill the desired width.GrantCard
componentView Application
button and functionality to the back arrow button on theGrantInfo
pageScreenshots 📲
⚡ How to review ⚡
🌱 Next steps 🌱
GrantInfo
screenRelevant Links 🔗
Online sources ℹ️
Related PRs 🙌
CC: @davidqing6432 @wangannie @leexesther