Skip to content

Commit

Permalink
Notes path
Browse files Browse the repository at this point in the history
  • Loading branch information
gigamaster committed Oct 28, 2024
1 parent c929900 commit 3910718
Show file tree
Hide file tree
Showing 19 changed files with 1,129 additions and 14 deletions.
1 change: 0 additions & 1 deletion app/asset/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ canvas,img,picture,svg,video{display:block;max-width:100%;height:auto}
max-height: var(--scrollbar-width-legacy, 9px);
}
}

/* Font <uniquifier>: class name. <weight>: a value from 200 to 1000 */
.nunito {
font-family: "Nunito", sans-serif;
Expand Down
16 changes: 8 additions & 8 deletions app/tools/notes/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "/codemo/tools/notes/static/css/main.516d29e3.css",
"main.js": "/codemo/tools/notes/static/js/main.c976fe41.js",
"static/media/error404.png": "/codemo/tools/notes/static/media/error404.9884765d176951ea97fa.png",
"static/media/nomadenotes.png": "/codemo/tools/notes/static/media/nomadenotes.9884765d176951ea97fa.png",
"index.html": "/codemo/tools/notes/index.html",
"main.516d29e3.css.map": "/codemo/tools/notes/static/css/main.516d29e3.css.map",
"main.c976fe41.js.map": "/codemo/tools/notes/static/js/main.c976fe41.js.map"
"main.css": "./static/css/main.516d29e3.css",
"main.js": "./static/js/main.ba167d5d.js",
"static/media/error404.png": "./static/media/error404.9884765d176951ea97fa.png",
"static/media/nomadenotes.png": "./static/media/nomadenotes.9884765d176951ea97fa.png",
"index.html": "./index.html",
"main.516d29e3.css.map": "./static/css/main.516d29e3.css.map",
"main.ba167d5d.js.map": "./static/js/main.ba167d5d.js.map"
},
"entrypoints": [
"static/css/main.516d29e3.css",
"static/js/main.c976fe41.js"
"static/js/main.ba167d5d.js"
]
}
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.
Binary file added app/tools/notes/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions app/tools/notes/favicon/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="https://gigamaster.github.io/codemo/asset/favicon/mstile-150x150.png"/>
<square310x310logo src="https://gigamaster.github.io/codemo/asset/favicon/mstile-310x310.png"/>
<TileColor>#111213</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added app/tools/notes/favicon/favicon-16x16.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 app/tools/notes/favicon/favicon-32x32.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 app/tools/notes/favicon/favicon.ico
Binary file not shown.
Binary file added app/tools/notes/favicon/mstile-150x150.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 app/tools/notes/favicon/mstile-310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,061 changes: 1,061 additions & 0 deletions app/tools/notes/favicon/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions app/tools/notes/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"short_name": "Codemo",
"name": "Codemo Digital Nomad",
"icons": [
{
"src": "https://gigamaster.github.io/codemo/asset/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://gigamaster.github.io/codemo/asset/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#111213",
"background_color": "#111213",
"start_url": "https://gigamaster.github.io/codemo/",
"display": "standalone"
}
2 changes: 1 addition & 1 deletion app/tools/notes/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/codemo/tools/notes/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Codemo Digital Nomad Notes to easily create and organize your locally stored notes."/><base href="https://gigamaster.github.io/codemo/tools/notes/"><link rel="manifest" href="/codemo/tools/notes/manifest.json"/><title>Codemo Digital Nomad Notes</title><script defer="defer" src="/codemo/tools/notes/static/js/main.c976fe41.js"></script><link href="/codemo/tools/notes/static/css/main.516d29e3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon/favicon-32x32.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Codemo Digital Nomad Notes to easily create and organize your locally stored notes."/><base href="/"><link rel="manifest" href="./manifest.json"/><title>Codemo Digital Nomad Notes</title><script defer="defer" src="./static/js/main.ba167d5d.js"></script><link href="./static/css/main.516d29e3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
25 changes: 25 additions & 0 deletions app/tools/notes/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "NomadNotes",
"name": "Codemo Digital Nomad Notes",
"icons": [
{
"src": "favicon/favicon-32x32.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "favicon/android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "favicon/android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#212121"
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 3910718

Please sign in to comment.