enhance diagnostics copy
This commit is contained in:
parent
fb3837ea0a
commit
fb1e1224c1
|
@ -243,8 +243,8 @@ export default function Settings ({ ssrData }) {
|
||||||
groupClassName='mb-0'
|
groupClassName='mb-0'
|
||||||
/>
|
/>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
label={<>click to load external images</>}
|
label={<>hide my bookmarks from other stackers</>}
|
||||||
name='clickToLoadImg'
|
name='hideBookmarks'
|
||||||
groupClassName='mb-0'
|
groupClassName='mb-0'
|
||||||
/>
|
/>
|
||||||
{me.isContributor &&
|
{me.isContributor &&
|
||||||
|
@ -254,17 +254,17 @@ export default function Settings ({ ssrData }) {
|
||||||
groupClassName='mb-0'
|
groupClassName='mb-0'
|
||||||
/>}
|
/>}
|
||||||
<Checkbox
|
<Checkbox
|
||||||
label={<>hide my bookmarks from other stackers</>}
|
label={<>click to load external images</>}
|
||||||
name='hideBookmarks'
|
name='clickToLoadImg'
|
||||||
groupClassName='mb-0'
|
groupClassName='mb-0'
|
||||||
/>
|
/>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
label={
|
label={
|
||||||
<div className='d-flex align-items-center'>allow diagnostics
|
<div className='d-flex align-items-center'>allow anonymous diagnostics
|
||||||
<Info>
|
<Info>
|
||||||
<ul className='fw-bold'>
|
<ul className='fw-bold'>
|
||||||
<li>collect and send back diagnostics data</li>
|
<li>collect and send back anonymous diagnostics data</li>
|
||||||
<li>this information is used to identify and fix bugs</li>
|
<li>this information is used to fix bugs</li>
|
||||||
<li>this information includes:
|
<li>this information includes:
|
||||||
<ul><li>timestamps</li></ul>
|
<ul><li>timestamps</li></ul>
|
||||||
<ul><li>a randomly generated fancy name</li></ul>
|
<ul><li>a randomly generated fancy name</li></ul>
|
||||||
|
|
Loading…
Reference in New Issue