Skip to content

Commit

Permalink
Add polar extension (#15796)
Browse files Browse the repository at this point in the history
* Add polar extension

- adjust
- fix
- fix lint
- finalize orders
- add readme
- remove node_modules lol
- init

* Update polar extension

- lint
- implement pagination

* fix typo

* Delete extensions/polar/2

* Delete extensions/polar/src/index.tsx

* Update package.json

* Add screenshots

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>
  • Loading branch information
3 people authored Dec 20, 2024
1 parent f97233d commit b803a42
Show file tree
Hide file tree
Showing 21 changed files with 6,347 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/polar/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/node_modules

.DS_STORE
.env
3 changes: 3 additions & 0 deletions extensions/polar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Polar Changelog

## [Initial Version] - 2024-12-10
3 changes: 3 additions & 0 deletions extensions/polar/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Polar for Raycast

Manage all your Polar products, sales & analytics within Raycast
Binary file added extensions/polar/assets/command-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions extensions/polar/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import pluginJs from "@eslint/js";
import tseslint from "typescript-eslint";
import pluginReact from "eslint-plugin-react";

/** @type {import('eslint').Linter.Config[]} */
export default [
{ files: ["**/*.{js,mjs,cjs,ts,jsx,tsx}"] },
pluginJs.configs.recommended,
...tseslint.configs.recommended,
pluginReact.configs.flat.recommended,
];

Binary file added extensions/polar/metadata/polar-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/polar/metadata/polar-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b803a42

Please sign in to comment.