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

Add rewardful extension #12055

Merged
merged 24 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
ccd2705
Add rewardful extension
AlexIsMaking Apr 28, 2024
0485af7
Tidy
AlexIsMaking Apr 28, 2024
5a6ee7d
Update rewardful extension
AlexIsMaking Apr 28, 2024
b636f8c
Display campaign metadata
AlexIsMaking Apr 28, 2024
476d88f
Update rewardful extension
AlexIsMaking Apr 28, 2024
fdc3e80
Add details & actions for affiliates
AlexIsMaking Apr 28, 2024
1bce53f
Update rewardful extension
AlexIsMaking Apr 28, 2024
1647537
Modify affiliates action label & update screenshots
AlexIsMaking Apr 28, 2024
dd5cc44
Update rewardful extension
AlexIsMaking Apr 28, 2024
0afcac2
Update rewardful extension
AlexIsMaking Apr 28, 2024
c2a5135
Get API key from utils
AlexIsMaking Apr 29, 2024
8fced67
Update rewardful extension
AlexIsMaking Apr 29, 2024
982743c
Organise types
AlexIsMaking Apr 29, 2024
73d2bf5
Add action to view customer in Stripe for commission
AlexIsMaking Apr 29, 2024
8129039
Add commission actions
AlexIsMaking Apr 29, 2024
ba0e219
Add refresh icon to revalidate actions
AlexIsMaking Apr 29, 2024
24066e1
Update affiliate payout actions to match referrals
AlexIsMaking Apr 29, 2024
82624d7
Update rewardful extension
AlexIsMaking May 1, 2024
53b161e
Update affiliates.tsx
pernielsentikaer May 2, 2024
2749dc5
Remove type definition for Preferences
AlexIsMaking May 2, 2024
78686b1
Update utils.ts
pernielsentikaer May 2, 2024
51c068d
Update rewardful extension
AlexIsMaking May 2, 2024
e742718
Update package.json
pernielsentikaer May 2, 2024
81a0468
Update CHANGELOG.md and optimise images
raycastbot May 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions extensions/rewardful/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions extensions/rewardful/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/rewardful/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
15 changes: 15 additions & 0 deletions extensions/rewardful/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Connected List Template Changelog

## [Initial Version] - 2024-04-28

- Affiliates
- View
- Create
- Update
- Campaigns
- View
- Commission
- View
- Set payment date
- Referrals
- View
7 changes: 7 additions & 0 deletions extensions/rewardful/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Unofficial Rewardful extension.

Rewardful is a comprehensive affiliate marketing software that enables SaaS companies to set up affiliate and referral programs with Stripe & Paddle. Their service will track referrals, discounts and commissions for you.

You can sign up to Rewardful [here](https://www.rewardful.com/?via=anotioneer) (affiliate link).

Your API Key can be found on the [Company Settings](https://app.getrewardful.com/company/edit) page.
Binary file added extensions/rewardful/assets/rewardful-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/rewardful/metadata/rewardful-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/rewardful/metadata/rewardful-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/rewardful/metadata/rewardful-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/rewardful/metadata/rewardful-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/rewardful/metadata/rewardful-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading