Skip to content

Commit

Permalink
First rewrite version
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Oct 16, 2024
1 parent 1180c5c commit 3189a32
Show file tree
Hide file tree
Showing 17 changed files with 162 additions and 57 deletions.
2 changes: 2 additions & 0 deletions docs/callback.a56fbc52.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/callback.a56fbc52.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/callback.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html><head><meta charset="utf-8"><link rel="icon" type="image/svg+xml" href="icon128.c622d2d9.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title> RingCentral Team Messaging Salesforce Chrome extension callback </title></head><body> <script type="module" src="callback.a56fbc52.js"></script> </body></html>
Binary file added docs/icon128.c622d2d9.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 docs/icon16.66fa8c11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
123 changes: 123 additions & 0 deletions docs/index.adc721a5.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/index.adc721a5.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/index.e04927b2.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/index.e04927b2.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html><head><script type="module" src="index.runtime.13b91eda.js"></script><meta charset="utf-8"><link rel="icon" type="image/svg+xml" href="icon128.c622d2d9.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>RingCentral Team Messaging Salesforce Chrome extension</title><link rel="stylesheet" href="index.e04927b2.css"></head><body> <div id="root"></div> <script type="module" src="index.adc721a5.js"></script> </body></html>
2 changes: 2 additions & 0 deletions docs/index.runtime.13b91eda.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/index.runtime.13b91eda.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"license": "MIT",
"scripts": {
"build": "rm -rf .parcel-cache docs && parcel src/index.html src/callback.html --dist-dir docs -public-url ./",
"build": "rm -rf .parcel-cache docs && parcel build src/index.html src/callback.html --dist-dir docs --public-url ./",
"lint": "sort-package-json && eslint . --fix",
"release": "mkdir -p chrome_extension && rm -rf chrome_extension/* && cp content.js manifest.json ./chrome_extension/ && cp -r icons ./chrome_extension/",
"serve": "rm -rf .parcel-cache docs && parcel src/index.html src/callback.html --dist-dir docs"
Expand Down
Loading

0 comments on commit 3189a32

Please sign in to comment.