chore: fix build errors
This commit is contained in:
parent
f06801d80b
commit
4b6b0b73d6
@ -154,16 +154,31 @@ export const HomePage = () => {
|
||||
title='This is a mod title for an awesome game that will make everyone happy! The happiest!'
|
||||
summary='Lorem ipsum dolor sit amet, consectetur adipiscing elit.'
|
||||
backgroundLink='https://image.nostr.build/65a11a00bb99c11561735f861c51b498cf9dc07d02beff7303fe7f7ab52f3987.jpg'
|
||||
handleClick={() => {
|
||||
alert(
|
||||
'these are dummy mods. So navigation on these are not implemented yet'
|
||||
)
|
||||
}}
|
||||
/>
|
||||
<ModCard
|
||||
title='This is a mod title for an awesome game that will make everyone happy! The happiest!'
|
||||
summary='Lorem ipsum dolor sit amet, consectetur adipiscing elit.'
|
||||
backgroundLink='https://web.archive.org/web/20240215093752im_/https://staticdelivery.nexusmods.com/mods/6144/images/headers/13_1707966408.jpg'
|
||||
handleClick={() => {
|
||||
alert(
|
||||
'these are dummy mods. So navigation on these are not implemented yet'
|
||||
)
|
||||
}}
|
||||
/>
|
||||
<ModCard
|
||||
title='This is a mod title for an awesome game that will make everyone happy! The happiest!'
|
||||
summary='Lorem ipsum dolor sit amet, consectetur adipiscing elit.'
|
||||
backgroundLink='https://steamuserimages-a.akamaihd.net/ugc/2013708095892656347/39A93A2B1EB05E725214373849F8E37FCEB4C2EA/?imw=512&imh=256&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=true'
|
||||
handleClick={() => {
|
||||
alert(
|
||||
'these are dummy mods. So navigation on these are not implemented yet'
|
||||
)
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div className='IBMSMAction'>
|
||||
@ -185,21 +200,41 @@ export const HomePage = () => {
|
||||
title='This is a mod title for an awesome game that will make everyone happy! The happiest!'
|
||||
summary='Lorem ipsum dolor sit amet, consectetur adipiscing elit.'
|
||||
backgroundLink='https://image.nostr.build/65a11a00bb99c11561735f861c51b498cf9dc07d02beff7303fe7f7ab52f3987.jpg'
|
||||
handleClick={() => {
|
||||
alert(
|
||||
'these are dummy mods. So navigation on these are not implemented yet'
|
||||
)
|
||||
}}
|
||||
/>
|
||||
<ModCard
|
||||
title='This is a mod title for an awesome game that will make everyone happy! The happiest!'
|
||||
summary='Lorem ipsum dolor sit amet, consectetur adipiscing elit.'
|
||||
backgroundLink='https://web.archive.org/web/20240215093752im_/https://staticdelivery.nexusmods.com/mods/6144/images/headers/13_1707966408.jpg'
|
||||
handleClick={() => {
|
||||
alert(
|
||||
'these are dummy mods. So navigation on these are not implemented yet'
|
||||
)
|
||||
}}
|
||||
/>
|
||||
<ModCard
|
||||
title='This is a mod title for an awesome game that will make everyone happy! The happiest!'
|
||||
summary='Lorem ipsum dolor sit amet, consectetur adipiscing elit.'
|
||||
backgroundLink='https://steamuserimages-a.akamaihd.net/ugc/2013708095892656347/39A93A2B1EB05E725214373849F8E37FCEB4C2EA/?imw=512&imh=256&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=true'
|
||||
handleClick={() => {
|
||||
alert(
|
||||
'these are dummy mods. So navigation on these are not implemented yet'
|
||||
)
|
||||
}}
|
||||
/>
|
||||
<ModCard
|
||||
title='This is a mod title for an awesome game that will make everyone happy! The happiest!'
|
||||
summary='Lorem ipsum dolor sit amet, consectetur adipiscing elit.'
|
||||
backgroundLink='/assets/img/DEGMods%20Placeholder%20Img.png'
|
||||
handleClick={() => {
|
||||
alert(
|
||||
'these are dummy mods. So navigation on these are not implemented yet'
|
||||
)
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
@ -254,21 +254,44 @@ const ProfileSettings = () => {
|
||||
</div>
|
||||
</div>
|
||||
<div className='IBMSMSMBSS_ProfileEdit'>
|
||||
<InputField label='Name' placeholder='' name='name' />
|
||||
<InputField label='Bio' placeholder='' name='bio' type='textarea' />
|
||||
<InputField
|
||||
label='Name'
|
||||
placeholder=''
|
||||
name='name'
|
||||
value=''
|
||||
onChange={() => {}}
|
||||
/>
|
||||
<InputField
|
||||
label='Bio'
|
||||
placeholder=''
|
||||
name='bio'
|
||||
type='textarea'
|
||||
value=''
|
||||
onChange={() => {}}
|
||||
/>
|
||||
<InputField
|
||||
label='Profile picture URL'
|
||||
placeholder=''
|
||||
name='profilePicture'
|
||||
inputMode='url'
|
||||
value=''
|
||||
onChange={() => {}}
|
||||
/>
|
||||
<InputField
|
||||
label='Banner picture URL'
|
||||
placeholder=''
|
||||
name='bannerPicture'
|
||||
inputMode='url'
|
||||
value=''
|
||||
onChange={() => {}}
|
||||
/>
|
||||
<InputField
|
||||
label='Nip-05 address'
|
||||
placeholder=''
|
||||
name='nip05'
|
||||
value=''
|
||||
onChange={() => {}}
|
||||
/>
|
||||
<InputField label='Nip-05 address' placeholder='' name='nip05' />
|
||||
</div>
|
||||
<div
|
||||
className='IBMSMSMBSS_ProfileActions'
|
||||
@ -304,6 +327,8 @@ const RelaySettings = () => {
|
||||
placeholder='wss://some-relay.com'
|
||||
type='text'
|
||||
name='relay'
|
||||
value=''
|
||||
onChange={() => {}}
|
||||
/>
|
||||
|
||||
<button className='btn btnMain' type='button'>
|
||||
|
@ -15,23 +15,41 @@ export const WritePage = () => {
|
||||
<h2 className='IBMSMTitleMainHeading'>Write a blog post</h2>
|
||||
</div>
|
||||
<div className='IBMSMSMBS_Write'>
|
||||
<InputField label='Title' placeholder='' name='title' />
|
||||
<InputField label='Body' placeholder='' name='body' />
|
||||
<InputField
|
||||
label='Title'
|
||||
placeholder=''
|
||||
name='title'
|
||||
value=''
|
||||
onChange={() => {}}
|
||||
/>
|
||||
<InputField
|
||||
label='Body'
|
||||
placeholder=''
|
||||
name='body'
|
||||
value=''
|
||||
onChange={() => {}}
|
||||
/>
|
||||
<InputField
|
||||
label='Featured Image URL'
|
||||
placeholder=''
|
||||
name='imageUrl'
|
||||
inputMode='url'
|
||||
value=''
|
||||
onChange={() => {}}
|
||||
/>
|
||||
<InputField
|
||||
label='Summary'
|
||||
placeholder=''
|
||||
name='summary'
|
||||
type='textarea'
|
||||
value=''
|
||||
onChange={() => {}}
|
||||
/>
|
||||
<CheckboxField
|
||||
label='This mod not safe for work (NSFW)'
|
||||
name='nsfw'
|
||||
isChecked={false}
|
||||
handleChange={() => {}}
|
||||
/>
|
||||
<div className='IBMSMSMBS_WriteAction'>
|
||||
<button className='btn btnMain' type='button'>
|
||||
|
Loading…
Reference in New Issue
Block a user