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

Create component "Hero" #249

Merged
merged 3 commits into from
Jan 22, 2024
Merged

Create component "Hero" #249

merged 3 commits into from
Jan 22, 2024

Conversation

NicolasOmar
Copy link
Owner

@NicolasOmar NicolasOmar commented Jan 22, 2024

Changes made

Explain what you made to present the following solution on this pull request.


My pull request is for

  • A bugfix
  • A new component
  • An existing component update

Also, it complies with the following

  • In case of a new component
    • A folder with its name on src/components/organisms
    • A index.tsx file where the component will be coded
    • New and/or updated interfaces, types, tuples and enums for the component
    • A index.test.ts file for its units tests and create the needed to reach at least 90% of code coverage
    • A index.stories.tsx file for storybook stories and add at least 2 stories for different scenarios

Screenshots

In case of have differences between old and new functionality, please provide a 'Before vs After' comparrison in order to show in a graphic way your contribution

@NicolasOmar NicolasOmar linked an issue Jan 22, 2024 that may be closed by this pull request
5 tasks
Copy link

netlify bot commented Jan 22, 2024

Deploy Preview for reactivebulma ready!

Name Link
🔨 Latest commit a16b662
🔍 Latest deploy log https://app.netlify.com/sites/reactivebulma/deploys/65ae7b6091b98a00087fe184
😎 Deploy Preview https://deploy-preview-249--reactivebulma.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.

Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ef7acf2) 100.00% compared to head (a16b662) 100.00%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #249   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           43        44    +1     
  Lines          923       939   +16     
  Branches       652       665   +13     
=========================================
+ Hits           923       939   +16     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

@NicolasOmar NicolasOmar marked this pull request as ready for review January 22, 2024 14:30
@NicolasOmar NicolasOmar merged commit a07e60d into main Jan 22, 2024
12 checks passed
@NicolasOmar NicolasOmar deleted the component/hero branch January 22, 2024 14:30
github-actions bot pushed a commit that referenced this pull request Jan 22, 2024
# [2.14.0](v2.13.0...v2.14.0) (2024-1-22)

### Bug Fixes

* Creating ChildrenType and SingleChildType less redudant types ([864ae47](864ae47))
* Small renames on used Types for better naming consistency ([70638f8](70638f8))

### Features

* Create component "Hero" ([#249](#249)) ([#72](#72)) ([a07e60d](a07e60d))
Copy link

🎉 This PR is included in version 2.14.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create component "Hero"
1 participant