git ssb

16+

Dominic / patchbay



Commit f908da1b6acb8d66648da8935886433ec6af0c9c

ammend the hops labels to be more descriptive

Mary authored on 5/23/2019, 12:22:55 PM
GitHub committed on 5/23/2019, 12:22:55 PM
Parent: b0e169a75d00d6b65e799ee1a402474177e08848

Files changed

app/html/settings/friend-hops.jschanged
app/html/settings/friend-hops.jsView
@@ -35,12 +35,12 @@
3535 'Specify whose content you replicate, and thus the size and shape of your network.'
3636 ]),
3737 h('div.slider', [
3838 h('datalist', { id: 'friends-hop-datalist' }, [
39- h('option', { value: 0, label: '0' }),
40- h('option', { value: 1, label: '1' }),
41- h('option', { value: 2, label: '2' }),
42- h('option', { value: 3, label: '3' })
39+ h('option', { value: 0, label: '0 - Only your messages' }),
40+ h('option', { value: 1, label: '1 - You and your friend\'s messages' }),
41+ h('option', { value: 2, label: '2 - You, your friend\'s, and your friend\'s friend\'s messages' }),
42+ h('option', { value: 3, label: '3 - You, your friend\'s, your friend\'s friend\'s, and their friend\'s messages' })
4343 ]),
4444 h('input', {
4545 type: 'range',
4646 attributes: { list: 'friends-hop-datalist' },

Built with git-ssb-web