tangled
alpha
login
or
join now
evbogue.com
/
wiredove
1
fork
atom
a demonstration replicated social networking web app built with anproto
wiredove.net/
social
ed25519
protocols
1
fork
atom
overview
issues
pulls
pipelines
switch publish button order
Everett Bogue
8 months ago
435896f8
6987fade
+3
-3
1 changed file
expand all
collapse all
unified
split
composer.js
+3
-3
composer.js
···
76
76
previewButton
77
77
])
78
78
79
79
-
const content = h('div')
79
79
+
const content = h('div', {style: 'margin-left: 43px;'})
80
80
81
81
const previewDiv = h('div', {style: 'display: none;'}, [
82
82
content,
83
83
+
publishButton,
83
84
h('button', {style: 'float: right;', onclick: () => {
84
85
textareaDiv.style = 'display: block;'
85
86
previewDiv.style = 'display: none;'
86
86
-
}}, ['Cancel']),
87
87
-
publishButton
87
87
+
}}, ['Cancel'])
88
88
])
89
89
90
90
const composerDiv = h('div', [