-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fildev demo #1672
Fildev demo #1672
Conversation
lalexgap
commented
Sep 11, 2023
•
edited
Loading
edited
✅ Deploy Preview for nitrodocs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
d149f20
to
48e4f7b
Compare
This comment was marked as outdated.
This comment was marked as outdated.
✅ Deploy Preview for nitro-payment-demo ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
6cc9a69
to
670e817
Compare
This comment was marked as outdated.
This comment was marked as outdated.
0680ea8
to
1c626e7
Compare
This makes the demo easier to understand
This prevents the other box from being rendered and taking up space
For now this is the same a .env.development so that the netlify deployment still works. It contains no sensitive information.
Use DCENT endpoint
Various small tweaks
Display png file in modal
Add micropayment info icon
prefer <Link> to <a>
Enable CORS header on error
Update to verified adjudicator
Improve message to lookup logging
@@ -1,3 +1,2 @@ | |||
[build] | |||
ignore = "if [ ${COMMIT_REF} == ${CACHED_COMMIT_REF} ] ; then false ; else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF -- docs mkdocs.yml ; fi" | |||
|
|||
ignore = "if [ ${COMMIT_REF} == ${CACHED_COMMIT_REF} ] ; then false ; else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF -- docs mkdocs.yml /packages/payment-proxy-client packages/nitro-rpc-client ; fi" |
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.
it's awkward to have a single netlify.toml
and ignore command for 3 separate sites which all use this repo :-/