-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature: transaction webhooks #9
base: main
Are you sure you want to change the base?
Conversation
Apply redesign
- remove unused .env.prod file - remove dist folder
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.
Looks good, just a small comment.
I think it would also be good to a small explanation above the webhook form to explain what webhooks can be used for.
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.
Did you also test it with the Bit-Bots design?
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.
I don't have a lot of time right now to review this in detail but since it works, we can merge this if you want
This PR adds webhooks and a UI refresh.
Users will be able to add webhooks for specific types of transactions. This gives them the ability to build custom clients or smart home integrations.
The redesign removes scripts and styles loaded from cloudflare and google. It uses Tailwind and adds a dark mode.