Skip to content

Commit

Permalink
Build: (be15290) Demo notify version (#174)
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
K0IN committed Jun 23, 2024
1 parent 580f721 commit f48a42f
Show file tree
Hide file tree
Showing 22 changed files with 411 additions and 218 deletions.
76 changes: 38 additions & 38 deletions deno.json
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"
]
}
}
}
434 changes: 283 additions & 151 deletions deno.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static-site/200.html
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>
11 changes: 7 additions & 4 deletions static-site/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"bundle.css": "bundle.3f12c.css",
"bundle.js": "bundle.d7e11.esm.js",
"polyfills.js": "polyfills.16510.esm.js",
"bundle.css": "bundle.149e5.css",
"bundle.js": "bundle.66fe4.esm.js",
"polyfills.js": "polyfills.65b71.esm.js",
"assets/favicon.ico": "assets/favicon.ico",
"assets/fonts/LICENSE.txt": "assets/fonts/LICENSE.txt",
"assets/fonts/fonts.css": "assets/fonts/fonts.css",
"assets/fonts/fonts.css.map": "assets/fonts/fonts.css.map",
"assets/fonts/roboto.woff2": "assets/fonts/roboto.woff2",
"assets/icons/notify.png": "assets/icons/notify.png",
"assets/icons/notify_big.png": "assets/icons/notify_big.png",
"bundle.3f12c.css.map": "bundle.3f12c.css.map",
"assets/icons/notify_small.png": "assets/icons/notify_small.png",
"assets/screenshots/desktop-screenshot.png": "assets/screenshots/desktop-screenshot.png",
"assets/screenshots/mobile-screenshot.png": "assets/screenshots/mobile-screenshot.png",
"bundle.149e5.css.map": "bundle.149e5.css.map",
"manifest.json": "manifest.json",
"sw-esm.js": "sw-esm.js",
"sw.js": "sw.js"
Expand Down
Binary file added static-site/assets/icons/notify_small.png
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.
1 change: 1 addition & 0 deletions static-site/bundle.092e6.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static-site/bundle.43fea.js

This file was deleted.

1 change: 1 addition & 0 deletions static-site/bundle.66fe4.esm.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static-site/bundle.d7e11.esm.js

This file was deleted.

Loading

0 comments on commit f48a42f

Please sign in to comment.