WoT implemented, plus other fixes #160

Merged
freakoverse merged 36 commits from staging into master 2024-11-20 16:39:08 +00:00
Showing only changes of commit 81d012b0cb - Show all commits

View File

@ -21,12 +21,14 @@ export const PreferencesSetting = () => {
useEffect(() => {
if (user?.pubkey) {
const hexPubkey = user.pubkey as string
fetchEventFromUserRelays(
{
kinds: [NDKKind.AppSpecificData],
'#d': ['degmods']
'#d': ['degmods'],
authors: [hexPubkey]
},
user.pubkey as string,
hexPubkey,
UserRelaysType.Both
).then((event) => {
if (event) {
@ -119,6 +121,7 @@ export const PreferencesSetting = () => {
className='CheckboxMain'
name='notificationsSettings'
checked
readOnly
/>
</div>
<div className='inputLabelWrapperMain inputLabelWrapperMainAlt inputLabelWrapperMainAltStylized'>
@ -130,6 +133,7 @@ export const PreferencesSetting = () => {
className='CheckboxMain'
name='notificationsSettings'
checked
readOnly
/>
</div>
<div className='inputLabelWrapperMain inputLabelWrapperMainAlt inputLabelWrapperMainAltStylized'>
@ -141,6 +145,7 @@ export const PreferencesSetting = () => {
className='CheckboxMain'
name='notificationsSettings'
checked
readOnly
/>
</div>
<div className='inputLabelWrapperMain inputLabelWrapperMainAlt inputLabelWrapperMainAltStylized'>
@ -152,6 +157,7 @@ export const PreferencesSetting = () => {
className='CheckboxMain'
name='notificationsSettings'
checked
readOnly
/>
</div>
<div className='inputLabelWrapperMain inputLabelWrapperMainAlt inputLabelWrapperMainAltStylized'>
@ -163,6 +169,7 @@ export const PreferencesSetting = () => {
className='CheckboxMain'
name='notificationsSettings'
checked
readOnly
/>
</div>
</div>
@ -212,6 +219,7 @@ export const PreferencesSetting = () => {
className='CheckboxMain'
name='WoTZap'
checked
readOnly
/>
</div>
</div>