could use some screenshots for "rich" install but is more than fine rn and gets the job done
REVERTED
appview/pages/templates/layouts/base.html
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
REVERTED
appview/pages/templates/user/completeSignup.html
REVERTED
appview/pages/templates/user/login.html
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 · tangled</title>
14
13
</head>
REVERTED
appview/pages/templates/user/signup.html
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 · tangled</title>
14
13
ERROR
appview/state/router.go
ERROR
appview/state/router.go
Failed to calculate interdiff for this file.
ERROR
appview/state/state.go
ERROR
appview/state/state.go
Failed to calculate interdiff for this file.