a demonstration replicated social networking web app built with anproto wiredove.net/
social ed25519 protocols

try orange and see if we like it

Ev Bogue f35cd8f1 2e24c9dc

+4 -4
favicon.ico

This is a binary file and will not be displayed.

+1 -1
manifest.json
··· 4 4 "description": "A replicated social network", 5 5 "icons": [ 6 6 { 7 - "src": "./dove.png", 7 + "src": "./doveorange.png", 8 8 "sizes": "512x512", 9 9 "type": "image/png" 10 10 }
+1 -1
navbar.js
··· 37 37 const div = h('div', 38 38 {id: 'navbar'}, 39 39 [ 40 - h('a', {href: '#', classList: 'material-symbols-outlined'}, [h('img', {src: './dove_sm.png', classList: 'avatar_small'})]), 40 + h('a', {href: '#', classList: 'material-symbols-outlined'}, [h('img', {src: './doveorange_sm.png', classList: 'avatar_small'})]), 41 41 ' ', 42 42 await composeButton(), 43 43 ' ',
+2 -2
style.css
··· 86 86 } 87 87 88 88 a { 89 - color: #0b9dbd; 89 + color: #FF6600; 90 90 text-decoration: none; 91 91 } 92 92 93 93 a:hover { 94 - color: #005580; 94 + color: #555; 95 95 } 96 96 97 97 img {width: 95%; margin: 1em;}