Skip to content

Commit bac5a76

Browse files
committed
reactime7
2 parents a45cd52 + 3c151d3 commit bac5a76

18 files changed

+109
-182
lines changed

build/assets/icon128.png

-4.03 KB
Binary file not shown.

build/assets/icon48.png

-2.3 KB
Binary file not shown.

build/bundles/app.bundle.js

Lines changed: 0 additions & 56 deletions
This file was deleted.

build/bundles/background.bundle.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

build/bundles/content.bundle.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/devtools.html

Lines changed: 0 additions & 15 deletions
This file was deleted.

build/devtools.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/manifest.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

build/panel.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/app/containers/MainContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function MainContainer(): any {
2828
useEffect(() => {
2929
// only open port once
3030
if (currentPort) return;
31-
// open connection with background script
31+
// open long-lived connection with background script
3232
const port = chrome.runtime.connect();
3333

3434
// listen for a message containing snapshots from the background script

0 commit comments

Comments
 (0)