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: create the gift app PE-5161 #3

Merged
merged 52 commits into from
Dec 14, 2023
Merged

feat: create the gift app PE-5161 #3

merged 52 commits into from
Dec 14, 2023

Conversation

fedellen
Copy link
Collaborator

@fedellen fedellen commented Dec 6, 2023

No description provided.

@fedellen fedellen changed the title style: add styling of gift app PE-5161 feat: create the gift appPE-5161 Dec 6, 2023
@fedellen fedellen changed the title feat: create the gift appPE-5161 feat: create the gift app PE-5161 Dec 6, 2023
@fedellen fedellen force-pushed the PE-5161_gift_app_init branch from d340947 to ddb12e5 Compare December 6, 2023 22:46
@fedellen fedellen force-pushed the PE-5161_gift_app_init branch from 72e299c to f54b86d Compare December 7, 2023 05:23
src/utils/getTopUpQuote.ts Outdated Show resolved Hide resolved
- name: Build
run: yarn build

- name: Deploy gh-pages if on prod
Copy link
Collaborator Author

@fedellen fedellen Dec 7, 2023

Choose a reason for hiding this comment

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

fwiw I learned we can add dev dependency gh-pages and add a deploy command like yarn gh-pages (but this is working and fine)

matibat
matibat previously approved these changes Dec 11, 2023
@fedellen fedellen force-pushed the PE-5161_gift_app_init branch from 8494951 to ec02b7b Compare December 12, 2023 18:30
@fedellen fedellen force-pushed the PE-5161_gift_app_init branch from de6672b to 13e5a6b Compare December 12, 2023 21:56
@@ -3,6 +3,7 @@
"version": "1.0.0",
"type": "module",

Choose a reason for hiding this comment

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

consider using nodenext in the tsconfig

feat: receieve query params in gift url PE-5161
@@ -14,12 +15,14 @@
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"preview": "vite preview"
"preview": "vite preview",
"test": "echo \"TODO: add tests\" && exit 0"
},
"dependencies": {
"@ardrive/turbo-sdk": "^1.1.0",

Choose a reason for hiding this comment

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

can you test v1.1.1-alpha-1 and see if it removes the need for vite polyfill plugin below?

Copy link
Collaborator Author

@fedellen fedellen Dec 13, 2023

Choose a reason for hiding this comment

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

#7 -- It did not seem to fix the problem there

Choose a reason for hiding this comment

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

all good - will continue validating on that branch

@fedellen fedellen changed the base branch from PE-5161_vite_init to prod December 13, 2023 19:30
@fedellen fedellen dismissed stale reviews from matibat and dtfiedler December 13, 2023 19:30

The base branch was changed.

@fedellen fedellen merged commit a3f9a20 into prod Dec 14, 2023
8 checks passed
@fedellen fedellen deleted the PE-5161_gift_app_init branch December 14, 2023 17:27
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.

3 participants