Skip to content

Commit

Permalink
Merge pull request #10 from nnivxix/feat/richer-ui-pwa
Browse files Browse the repository at this point in the history
feat/richer ui pwa
  • Loading branch information
nnivxix authored Mar 12, 2024
2 parents 382e1b1 + 1044855 commit b4df0ce
Show file tree
Hide file tree
Showing 12 changed files with 100 additions and 20 deletions.
62 changes: 44 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,58 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="icons/favicon.ico" />
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png">
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet" crossorigin="anonymous">
<meta name="theme-color" content="#ffffff">
<link
rel="preconnect"
href="https://fonts.googleapis.com"
crossorigin="anonymous"
/>
<link
rel="preconnect"
href="https://fonts.gstatic.com"
crossorigin="anonymous"
/>
<link
href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap"
rel="stylesheet"
crossorigin="anonymous"
/>
<meta name="theme-color" content="#ffffff" />

<!-- Primary Meta Tags -->
<title>Tomodo - Tomorrow what you do?</title>
<meta name="title" content="Tomodo - Tomorrow what you do?">
<meta name="description" content="Create todo right now, let's do great today, don't busy be productive.">
<meta name="title" content="Tomodo - Tomorrow what you do?" />
<meta
name="description"
content="Tomodo - Create todo right now, let's do great today, don't busy be productive."
/>

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://tomodo-alpha.vercel.app/">
<meta property="og:title" content="Tomodo - Tomorrow what you do?">
<meta property="og:description" content="Create todo right now, let's do great today, don't busy be productive.">
<meta property="og:image" content="https://i.ibb.co/HrytXX3/thumbnaoil.jpg">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tomodo-alpha.vercel.app/" />
<meta property="og:title" content="Tomodo - Tomorrow what you do?" />
<meta
property="og:description"
content="Create todo right now, let's do great today, don't busy be productive."
/>
<meta
property="og:image"
content="https://i.ibb.co/HrytXX3/thumbnaoil.jpg"
/>

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://tomodo-alpha.vercel.app/">
<meta property="twitter:title" content="Tomodo - Tomorrow what you do?">
<meta property="twitter:description" content="Create todo right now, let's do great today, don't busy be productive.">
<meta property="twitter:image" content="https://i.ibb.co/HrytXX3/thumbnaoil.jpg">

<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://tomodo-alpha.vercel.app/" />
<meta property="twitter:title" content="Tomodo - Tomorrow what you do?" />
<meta
property="twitter:description"
content="Create todo right now, let's do great today, don't busy be productive."
/>
<meta
property="twitter:image"
content="https://i.ibb.co/HrytXX3/thumbnaoil.jpg"
/>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tomodo",
"private": true,
"version": "0.8.1",
"version": "0.9.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
3 changes: 3 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
User-Agent:*

disallow: /collection/*
Binary file added public/screenshots/narrow-1.jpg
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 public/screenshots/narrow-2.jpg
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 public/screenshots/narrow-3.jpg
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 public/screenshots/narrow-4.jpg
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 public/screenshots/wide-1.jpg
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 public/screenshots/wide-2.jpg
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 public/screenshots/wide-3.jpg
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 public/screenshots/wide-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 52 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,59 @@ export default defineConfig({
name: "Tomodo",
short_name: "Tomodo",
start_url: "/",
description: "Kelarin semuanya",
description:
"Tomodo is application to do list for make human productive. Create todo right now, let's do great today, don't busy be productive.",
theme_color: "#ffffff",
screenshots: [
{
src: "screenshots/wide-1.jpg",
sizes: "768x432",
form_factor: "wide",
label: "home",
},
{
src: "screenshots/wide-2.jpg",
sizes: "768x432",
form_factor: "wide",
label: "detail collection",
},
{
src: "screenshots/wide-3.jpg",
sizes: "768x432",
form_factor: "wide",
label: "import collection",
},
{
src: "screenshots/wide-4.jpg",
sizes: "768x432",
form_factor: "wide",
label: "form update collection",
},
{
src: "screenshots/narrow-1.jpg",
sizes: "375x667",
form_factor: "narrow",
label: "home",
},
{
src: "screenshots/narrow-2.jpg",
sizes: "375x667",
form_factor: "narrow",
label: "detail collection",
},
{
src: "screenshots/narrow-3.jpg",
sizes: "375x667",
form_factor: "narrow",
label: "update collection",
},
{
src: "screenshots/narrow-4.jpg",
sizes: "375x667",
form_factor: "narrow",
label: "import collection",
},
],
shortcuts: [
{
name: "Import Collection",
Expand Down

0 comments on commit b4df0ce

Please sign in to comment.