-
Notifications
You must be signed in to change notification settings - Fork 11
Add logo and info pages #200
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
Conversation
✅ Deploy Preview for ami-web ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for ami-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
| padding: 24px 32px; | ||
| color: $color-neutral-800; | ||
|
|
||
| h1 { |
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.
Some simple styling of HTML elements, let me know if we need more and we can easily extend. The app global styles are a bit limited since we are using CSS modules (making each component define its own styles, rather than using global CSS).
|
Okay I merged the pages endpoints and they are available now! https://api.dev.insectai.org/api/v2/pages/ Just a couple things if you have any more time:
Otherwise the styles look just fine! This is so great. Thank you thank you thank you. |
|




In this PR:
For now we are using hard coded data in FE app. Happy to change this to a BE call once the endpoint is available :)Updated to use API!Screenshots: