-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Update deploy-deno-deploy-files.yml * Create notify-on-push.yml * Update notify-on-push.yml * Add final action
- Loading branch information
Showing
22 changed files
with
411 additions
and
218 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
{ | ||
"imports": { | ||
"std/": "https://deno.land/[email protected]/", | ||
"oak": "https://deno.land/x/[email protected]/mod.ts", | ||
"oak_logger": "https://deno.land/x/[email protected]/mod.ts", | ||
"cors": "https://deno.land/x/[email protected]/mod.ts", | ||
"zod": "https://deno.land/x/[email protected]/mod.ts", | ||
"denomander": "https://deno.land/x/[email protected]/mod.ts" | ||
}, | ||
"tasks": { | ||
"dev": "deno run --watch main.ts" | ||
}, | ||
"fmt": { | ||
"useTabs": false, | ||
"lineWidth": 80, | ||
"indentWidth": 4, | ||
"semiColons": true, | ||
"singleQuote": false, | ||
"proseWrap": "preserve", | ||
"include": [ | ||
"./**/*.ts" | ||
], | ||
"exclude": [] | ||
}, | ||
"lint": { | ||
"include": [ | ||
"./**/*.ts" | ||
], | ||
"exclude": [], | ||
"rules": { | ||
"tags": [ | ||
"recommended" | ||
], | ||
"include": [], | ||
"exclude": [ | ||
"ban-untagged-todo", | ||
"import-prefix-missing" | ||
] | ||
} | ||
"imports": { | ||
"std/": "https://deno.land/[email protected]/", | ||
"oak": "https://deno.land/x/[email protected]/mod.ts", | ||
"oak_logger": "https://deno.land/x/[email protected]/mod.ts", | ||
"cors": "https://deno.land/x/[email protected]/mod.ts", | ||
"zod": "https://deno.land/x/[email protected]/mod.ts", | ||
"denomander": "https://deno.land/x/[email protected]/mod.ts" | ||
}, | ||
"tasks": { | ||
"dev": "deno run --watch main.ts" | ||
}, | ||
"fmt": { | ||
"useTabs": false, | ||
"lineWidth": 80, | ||
"indentWidth": 4, | ||
"semiColons": true, | ||
"singleQuote": false, | ||
"proseWrap": "preserve", | ||
"include": [ | ||
"./**/*.ts" | ||
], | ||
"exclude": [] | ||
}, | ||
"lint": { | ||
"include": [ | ||
"./**/*.ts" | ||
], | ||
"exclude": [], | ||
"rules": { | ||
"tags": [ | ||
"recommended" | ||
], | ||
"include": [], | ||
"exclude": [ | ||
"ban-untagged-todo", | ||
"import-prefix-missing" | ||
] | ||
} | ||
} | ||
} |
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 +1 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>notify_frontend</title><meta name="description" content="A webapp to receive web pushes as a webhook"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-capable" content="yes"><link rel="apple-touch-icon" href="/assets/icons/notify.png"><link href="/assets/fonts/fonts.css" rel="stylesheet" media="only x" onload="this.media='all'"><noscript><link rel="stylesheet" href="/assets/fonts/fonts.css"></noscript><link rel="manifest" href="/manifest.json"><meta name="theme-color" content="#000"><link rel="shortcut icon" href="/favicon.ico"><style>body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--mdc-theme-primary:#000!important;--mdc-theme-secondary:#000!important;background:#fafafa;color:#444;font-family:Roboto,arial,sans-serif;font-weight:400;margin:0;padding:0;width:100%;height:100%}:root{--mdc-theme-primary:#6200ee;--mdc-theme-secondary:#018786;--mdc-theme-background:#fff;--mdc-theme-surface:#fff;--mdc-theme-on-primary:#fff;--mdc-theme-on-secondary:#fff;--mdc-theme-on-surface:#000;--mdc-theme-text-primary-on-background:rgba(0,0,0,0.87);--mdc-theme-text-secondary-on-background:rgba(0,0,0,0.54);--mdc-theme-text-hint-on-background:rgba(0,0,0,0.38);--mdc-theme-text-disabled-on-background:rgba(0,0,0,0.38);--mdc-theme-text-icon-on-background:rgba(0,0,0,0.38);--mdc-theme-text-primary-on-light:rgba(0,0,0,0.87);--mdc-theme-text-secondary-on-light:rgba(0,0,0,0.54);--mdc-theme-text-hint-on-light:rgba(0,0,0,0.38);--mdc-theme-text-disabled-on-light:rgba(0,0,0,0.38);--mdc-theme-text-icon-on-light:rgba(0,0,0,0.38);--mdc-theme-text-primary-on-dark:#fff;--mdc-theme-text-secondary-on-dark:hsla(0,0%,100%,0.7);--mdc-theme-text-hint-on-dark:hsla(0,0%,100%,0.5);--mdc-theme-text-disabled-on-dark:hsla(0,0%,100%,0.5);--mdc-theme-text-icon-on-dark:hsla(0,0%,100%,0.5)}</style><link href="/bundle.3f12c.css" rel="stylesheet" media="only x" onload="this.media='all'"><noscript><link rel="stylesheet" href="/bundle.3f12c.css"></noscript></head><body class="mdc-theme--dark"><script crossorigin="anonymous" src="/bundle.d7e11.esm.js" type="module"></script><script nomodule="" src="/polyfills.72bc1.js"></script><script nomodule="" defer="defer" src="/bundle.43fea.js"></script></body></html> | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>notify app</title><meta name="description" content="A webapp to receive web pushes as a webhook"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-capable" content="yes"><link rel="apple-touch-icon" href="/assets/icons/notify.png"><link href="/assets/fonts/fonts.css" rel="stylesheet" media="only x" onload="this.media='all'"><noscript><link rel="stylesheet" href="/assets/fonts/fonts.css"></noscript><link rel="manifest" href="/manifest.json"><meta name="theme-color" content="#000"><link rel="shortcut icon" href="/favicon.ico"><style>body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--mdc-theme-primary:#000!important;--mdc-theme-secondary:#000!important;background:#fafafa;color:#444;font-family:Roboto,arial,sans-serif;font-weight:400;margin:0;padding:0;width:100%;height:100%}:root{--mdc-theme-primary:#6200ee;--mdc-theme-secondary:#018786;--mdc-theme-background:#fff;--mdc-theme-surface:#fff;--mdc-theme-on-primary:#fff;--mdc-theme-on-secondary:#fff;--mdc-theme-on-surface:#000;--mdc-theme-text-primary-on-background:rgba(0,0,0,0.87);--mdc-theme-text-secondary-on-background:rgba(0,0,0,0.54);--mdc-theme-text-hint-on-background:rgba(0,0,0,0.38);--mdc-theme-text-disabled-on-background:rgba(0,0,0,0.38);--mdc-theme-text-icon-on-background:rgba(0,0,0,0.38);--mdc-theme-text-primary-on-light:rgba(0,0,0,0.87);--mdc-theme-text-secondary-on-light:rgba(0,0,0,0.54);--mdc-theme-text-hint-on-light:rgba(0,0,0,0.38);--mdc-theme-text-disabled-on-light:rgba(0,0,0,0.38);--mdc-theme-text-icon-on-light:rgba(0,0,0,0.38);--mdc-theme-text-primary-on-dark:#fff;--mdc-theme-text-secondary-on-dark:hsla(0,0%,100%,0.7);--mdc-theme-text-hint-on-dark:hsla(0,0%,100%,0.5);--mdc-theme-text-disabled-on-dark:hsla(0,0%,100%,0.5);--mdc-theme-text-icon-on-dark:hsla(0,0%,100%,0.5)}</style><link href="/bundle.149e5.css" rel="stylesheet" media="only x" onload="this.media='all'"><noscript><link rel="stylesheet" href="/bundle.149e5.css"></noscript></head><body class="mdc-theme--dark"><script crossorigin="anonymous" src="/bundle.66fe4.esm.js" type="module"></script><script nomodule="" src="/polyfills.6c97e.js"></script><script nomodule="" defer="defer" src="/bundle.092e6.js"></script></body></html> |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
static-site/bundle.3f12c.css.map → static-site/bundle.149e5.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.