-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
88bcdff
commit e5f6081
Showing
13 changed files
with
50 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
import { | ||
dogeComponentInit, | ||
resourceBasePath, | ||
LitElement, css, html, classMap | ||
} from "../../lib/cherry.js" | ||
LitElement, css, html | ||
} from "../../lib/doge-init.js" | ||
import "../../../resources/blocks/[email protected]/qr-code-styling.js"; | ||
|
||
export class DogeQR extends LitElement { | ||
|
@@ -17,10 +16,10 @@ export class DogeQR extends LitElement { | |
qrCanvas: {}, | ||
}; | ||
static sizes = { | ||
sm: 120, | ||
sm: 80, | ||
md: 220, | ||
lg: 320, | ||
xl: 420, | ||
lg: 340, | ||
xl: 480, | ||
} | ||
static themes = { | ||
'such-doge': { | ||
|
@@ -141,7 +140,6 @@ export class DogeQR extends LitElement { | |
|
||
connectedCallback() { | ||
super.connectedCallback(); | ||
dogeComponentInit(); | ||
} | ||
|
||
render() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Commit:06cf15a | ||
UTC:Wed Feb 28 20:22:01 UTC 2024 | ||
Commit:3bcb5ca | ||
UTC:Thu Feb 29 01:59:00 UTC 2024 |