-
Notifications
You must be signed in to change notification settings - Fork 1
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(app-store-button): app store badges for iOS and Android #199
Conversation
configurable app buttons HEYUI-324
Compiled a new version demo. |
Pull Request Test Coverage Report for Build 5066982031
💛 - Coveralls |
Coverage report
Show new covered files 🐣
Test suite run success375 tests passing in 51 suites. Report generated by 🧪jest coverage report action from a816f48 |
Compiled a new version demo. |
rollup needed a plugin to handle images HEYUI-324
Compiled a new version demo. |
added app store button component HEYUI-324
@@ -17,6 +17,8 @@ module.exports = { | |||
moduleNameMapper: { | |||
'@heycar-uikit/(.*)$': '<rootDir>/packages/$1/src', | |||
'\\.css$': 'identity-obj-proxy', | |||
'\\.(jpg|ico|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$': |
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.
mock images and vids for jest
remove unused vite references HEYUI-324
@@ -1,5 +1,6 @@ | |||
import path from 'path'; | |||
|
|||
import image from '@rollup/plugin-image'; |
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.
plugin to allow rollup to handle images
@@ -6,7 +6,6 @@ | |||
"main": "index.js", | |||
"scripts": { | |||
"build": "./bin/build.sh", | |||
"build:vite": "vite build", |
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.
removed all references to Vite. This is test code from Nathan Nelson that isnt being used
Compiled a new version demo. |
Compiled a new version demo. |
Compiled a new version demo. |
🎉 This PR is included in version 8.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Pull Request
Description
configurable app buttons
HEYUI-324
Screen.Recording.2023-05-24.at.10.13.39.mov
Type of change
How do I test this
Checklist
Did you remember to take care of the following?
npm i
– for new NPM dependencies.npm run lint
- to check for linting issuesnpm run test
- to run unit testsnpm run test:sh:docker
- to run screenshot tests, detail instructionNew Feature / Bug Fix
Thanks for contributing!