Open
Conversation
- Create a global theme file that serves the Styled-components ThemeProvider. - An event listener is used to capture the preferred OS color scheme and then update the local state.
Add reusable styled components for the project
Overrides the original document file to add Styled-components support
Includes a navigation bar with active link indicator and dark/light mode toggle
Creates a genetic component that renders a list of JSX elements.
Creates a linkable component for displaying the category icon and name
- Add color props for HStack, VStack - Add SectionTittle
Creates a page that implements a CollectionView populated with categories data.
Bring environment variables to client side
Adds a context that stores location data fetched from http://ip-api.com/json
Hook for data accessing on LocationContext
Includes href
Active page is now properly indicated
Creates a filterable page with pagination for data search on Climatiq's API. Currently only search by year and country are implemented.
Includes a section title
Use SyledTextfield rather TextField
- Include reference for infinite scroll tutorial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the Estimator app with built in features. Check the readme out for more information