back interdiff of round #1 and #0

Add PWA support for tangled.org #624

merged
opened by vielle.dev targeting master from vielle.dev/core: pwa

could use some screenshots for "rich" install but is more than fine rn and gets the job done

files
appview
REVERTED
appview/pages/templates/layouts/base.html
··· 14 14 <link rel="preconnect" href="https://avatar.tangled.sh" /> 15 15 <link rel="preconnect" href="https://camo.tangled.sh" /> 16 16 17 - <!-- pwa manifest --> 18 - <link rel="manifest" href="/static/pwa-manifest.json" /> 19 - 20 17 <!-- preload main font --> 21 18 <link rel="preload" href="/static/fonts/InterVariable.woff2" as="font" type="font/woff2" crossorigin /> 22 19
REVERTED
appview/pages/templates/user/completeSignup.html
··· 20 20 content="complete your signup for tangled" 21 21 /> 22 22 <script src="/static/htmx.min.js"></script> 23 - <link rel="manifest" href="/static/pwa-manifest.json" /> 24 23 <link 25 24 rel="stylesheet" 26 25 href="/static/tw.css?{{ cssContentHash }}"
REVERTED
appview/pages/templates/user/login.html
··· 8 8 <meta property="og:url" content="https://tangled.org/login" /> 9 9 <meta property="og:description" content="login to for tangled" /> 10 10 <script src="/static/htmx.min.js"></script> 11 - <link rel="manifest" href="/static/pwa-manifest.json" /> 12 11 <link rel="stylesheet" href="/static/tw.css?{{ cssContentHash }}" type="text/css" /> 13 12 <title>login &middot; tangled</title> 14 13 </head>
REVERTED
appview/pages/templates/user/signup.html
··· 8 8 <meta property="og:url" content="https://tangled.org/signup" /> 9 9 <meta property="og:description" content="sign up for tangled" /> 10 10 <script src="/static/htmx.min.js"></script> 11 - <link rel="manifest" href="/static/pwa-manifest.json" /> 12 11 <link rel="stylesheet" href="/static/tw.css?{{ cssContentHash }}" type="text/css" /> 13 12 <title>sign up &middot; tangled</title> 14 13
ERROR
appview/state/router.go

Failed to calculate interdiff for this file.

ERROR
appview/state/state.go

Failed to calculate interdiff for this file.