Skip to content
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

feat: Working Nivo chart #22

Merged
merged 30 commits into from
Jan 5, 2024
Merged

feat: Working Nivo chart #22

merged 30 commits into from
Jan 5, 2024

Conversation

bdougie
Copy link
Member

@bdougie bdougie commented Jan 5, 2024

Description

Taking over the PR from #20 to move things forward.

What type of PR is this? (check all applicable)

  • πŸ• Feature
  • πŸ› Bug Fix
  • πŸ“ Documentation Update
  • 🎨 Style
  • πŸ§‘β€πŸ’» Code Refactor
  • πŸ”₯ Performance Improvements
  • βœ… Test
  • πŸ€– Build
  • πŸ” CI
  • πŸ“¦ Chore (Release)
  • ⏩ Revert

Related Tickets & Documents

Mobile & Desktop Screenshots/Recordings

Screen Shot 2024-01-04 at 4 47 02 PM

Steps to QA

Enter withastro/astro in the input field

Added to documentation?

  • πŸ“œ README.md
  • πŸ““ docs.opensauced.pizza
  • πŸ• dev.to/opensauced
  • πŸ“• storybook
  • πŸ™… no documentation needed

[optional] Are there any post-deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

Copy link

netlify bot commented Jan 5, 2024

βœ… Deploy Preview for contributor-info ready!

Name Link
πŸ”¨ Latest commit 1bd58c9
πŸ” Latest deploy log https://app.netlify.com/sites/contributor-info/deploys/65976d0d1850b40008e7ea27
😎 Deploy Preview https://deploy-preview-22--contributor-info.netlify.app/
πŸ“± Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.


if (!data && !error) {
Copy link
Member Author

@bdougie bdougie Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is breaking the build. Failing when project tries to build pages that are undefined in the prCounts.ts

TypeError: Cannot read properties of undefined (reading 'forEach')

Copy link
Member Author

@bdougie bdougie Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nvm. I figured it out that prCounts file is duplicated and I was looking at the original, but there is one in the lib.

@bdougie
Copy link
Member Author

bdougie commented Jan 5, 2024

@OgDev-01 the build was failing and there we multiple Type errors (my errors). I wanted to get this app in a place where we can share a deploy preview so I went ahead and fix those in this PR.

I saw you moved the files around but didn't get to deleting the original files. I deleted the duplicated prCounts since it was causing the build failure.

@bdougie bdougie merged commit 22c07a9 into beta Jan 5, 2024
11 checks passed
@bdougie bdougie deleted the nivo-chart branch January 5, 2024 03:02
open-sauced bot pushed a commit that referenced this pull request Jan 5, 2024
## [1.1.0-beta.2](v1.1.0-beta.1...v1.1.0-beta.2) (2024-01-05)

### πŸ• Features

* Add a PR activity chart ([#19](#19)) ([9bac59a](9bac59a))
* use v2 pr/search ([#16](#16)) ([f1f78ff](f1f78ff))
* Working Nivo chart ([#22](#22)) ([22c07a9](22c07a9))
open-sauced bot pushed a commit that referenced this pull request Jan 5, 2024
## [1.2.0-beta.1](v1.1.0...v1.2.0-beta.1) (2024-01-05)

### πŸ• Features

* Add a PR activity chart ([#19](#19)) ([9bac59a](9bac59a))
* spice up contributors pr chart styles ([#20](#20)) ([bdf937f](bdf937f))
* use v2 pr/search ([#16](#16)) ([f1f78ff](f1f78ff))
* Working Nivo chart ([#22](#22)) ([22c07a9](22c07a9))
open-sauced bot pushed a commit that referenced this pull request Jan 5, 2024
## [1.2.0](v1.1.0...v1.2.0) (2024-01-05)

### πŸ• Features

* Add a PR activity chart ([#19](#19)) ([9bac59a](9bac59a))
* spice up contributors pr chart styles ([#20](#20)) ([bdf937f](bdf937f))
* use v2 pr/search ([#16](#16)) ([f1f78ff](f1f78ff))
* Working Nivo chart ([#22](#22)) ([22c07a9](22c07a9))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants