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

sync works now, so we do not need to import messages anymore

+2 -2
+2 -2
navbar.js
··· 39 39 ' ', 40 40 await composeButton(), 41 41 ' ', 42 - h('a', {href: '#import', classList: 'material-symbols-outlined'}, ['Post_Add']), 43 - ' ', 42 + //h('a', {href: '#import', classList: 'material-symbols-outlined'}, ['Post_Add']), 43 + //' ', 44 44 h('a', {href: '#archive', classList: 'material-symbols-outlined'}, ['Archive']), 45 45 ' ', 46 46 h('a', {href: '#settings', classList: 'material-symbols-outlined', style: 'float: right; margin-right: 25px;'}, ['Settings']),