Merge branch 'staging' into issues/221-popup-feed

This commit is contained in:
enes 2025-02-10 09:59:54 +00:00
commit ffcdcc45ad
7 changed files with 50 additions and 18 deletions

View File

@ -12,4 +12,7 @@ Stellar Blade,,https://image.nostr.build/4dd76ef8ff985d2afc8b3eba323f18de7165659
Bayonetta 2,,https://image.nostr.build/916f0b1fd4938114867654d7625f8e817b7f710d7729c81c911e1011fa74afad.jpg Bayonetta 2,,https://image.nostr.build/916f0b1fd4938114867654d7625f8e817b7f710d7729c81c911e1011fa74afad.jpg
Grand Theft Auto: Vice City,,https://image.nostr.build/6f364ebb635cc878b284a06e8131dcec5eb4b574eece7ab206df8a9af639ddf6.jpg Grand Theft Auto: Vice City,,https://image.nostr.build/6f364ebb635cc878b284a06e8131dcec5eb4b574eece7ab206df8a9af639ddf6.jpg
Alan Wake 2,,https://image.nostr.build/9c185ddb6f3c3b1f56835be8d36200eda7de0f36888b02523f4d39ade235ffab.jpg Alan Wake 2,,https://image.nostr.build/9c185ddb6f3c3b1f56835be8d36200eda7de0f36888b02523f4d39ade235ffab.jpg
Guitar Hero World Tour,,https://image.nostr.build/7b0567e703e489479646be65ecf8a998edc092ff0e01f8c85d1726b327bc26f8.jpg Guitar Hero World Tour,,https://image.nostr.build/7b0567e703e489479646be65ecf8a998edc092ff0e01f8c85d1726b327bc26f8.jpg
Gravity Rush,,https://image.nostr.build/cc918c24940606e8b293cb25533d9bc7bff5b88ee393869ad2faddb8ad52e564.jpg
Gravity Rush 2,,https://image.nostr.build/d6240f12a5d4e38295afc833ebf9624b16cd1753d1a2e679b98c574997677748.jpg
Gravity Rush: Remastered,,https://image.nostr.build/8bdfaab2ffe928a2dd2901fc1f7f006506a8e91272222a8e12023a5485c570b8.jpg
1 Game Name 16 by 9 image Boxart image
12 Bayonetta 2 https://image.nostr.build/916f0b1fd4938114867654d7625f8e817b7f710d7729c81c911e1011fa74afad.jpg
13 Grand Theft Auto: Vice City https://image.nostr.build/6f364ebb635cc878b284a06e8131dcec5eb4b574eece7ab206df8a9af639ddf6.jpg
14 Alan Wake 2 https://image.nostr.build/9c185ddb6f3c3b1f56835be8d36200eda7de0f36888b02523f4d39ade235ffab.jpg
15 Guitar Hero World Tour https://image.nostr.build/7b0567e703e489479646be65ecf8a998edc092ff0e01f8c85d1726b327bc26f8.jpg
16 Gravity Rush https://image.nostr.build/cc918c24940606e8b293cb25533d9bc7bff5b88ee393869ad2faddb8ad52e564.jpg
17 Gravity Rush 2 https://image.nostr.build/d6240f12a5d4e38295afc833ebf9624b16cd1753d1a2e679b98c574997677748.jpg
18 Gravity Rush: Remastered https://image.nostr.build/8bdfaab2ffe928a2dd2901fc1f7f006506a8e91272222a8e12023a5485c570b8.jpg

View File

@ -209,7 +209,7 @@ export const CategoryAutocomplete = ({
return ( return (
<div className='inputLabelWrapperMain'> <div className='inputLabelWrapperMain'>
<label className='form-label labelMain'>Categories</label> <label className='form-label labelMain'>Categories</label>
<p className='labelDescriptionMain'>You can select multiple categories</p> <p className='labelDescriptionMain'>You can select multiple categories, or even add your own custom category (ex: custom &gt; custom sub)</p>
<div className='dropdown dropdownMain'> <div className='dropdown dropdownMain'>
<div className='inputWrapperMain inputWrapperMainAlt'> <div className='inputWrapperMain inputWrapperMainAlt'>
<input <input

View File

@ -16,13 +16,11 @@ export const FeedLayout = () => {
<div className='IBMSMSplitMainFullSideFeedWrapper'> <div className='IBMSMSplitMainFullSideFeedWrapper'>
<div className='IBMSMSplitMainFullSideFWSide'> <div className='IBMSMSplitMainFullSideFWSide'>
{userState.auth && userState.user?.pubkey && ( {userState.auth && userState.user?.pubkey && (
<div className='IBMSMSplitMainSmallSide'>
<div className='IBMSMSplitMainSmallSideSecWrapper'> <div className='IBMSMSplitMainSmallSideSecWrapper'>
<div className='IBMSMSplitMainSmallSideSec'> <div className='IBMSMSplitMainSmallSideSec'>
<Profile pubkey={userState.user.pubkey as string} /> <Profile pubkey={userState.user.pubkey as string} />
</div> </div>
</div> </div>
</div>
)} )}
</div> </div>
<div className='IBMSMSplitMainFullSideFWMid'> <div className='IBMSMSplitMainFullSideFWMid'>

View File

@ -587,7 +587,7 @@ const Body = ({
key={`separator-${i}`} key={`separator-${i}`}
className='IBMSMSMBSSCategoriesBoxSeparator' className='IBMSMSMBSSCategoriesBoxSeparator'
> >
<p>&gt;</p> <i className='fas fa-chevron-right'></i>
</div>, </div>,
curr curr
]) ])

View File

@ -597,3 +597,13 @@ hover {
border: unset; border: unset;
padding: unset; padding: unset;
} }
.pUMCB_PrimeComment > *:last-child {
border: unset;
padding: unset;
}
.IBMSMSMBSSCommentsList > * {
border: unset;
padding: unset;
}

View File

@ -439,3 +439,8 @@
font-weight: normal; font-weight: normal;
color: #ffffff25; color: #ffffff25;
} }
.IBMSMSMBSSCommentsList > * {
border: unset;
padding: unset;
}

View File

@ -56,39 +56,55 @@
} }
.IBMSMSMBSSCategories { .IBMSMSMBSSCategories {
width: 100%; width: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
grid-gap: 5px; grid-gap: 10px;
max-height: 300px;
overflow: auto;
padding: 10px;
background: #00000029;
border-radius: 10px;
border: solid 1px #ffffff14;
} }
.IBMSMSMBSSCategoriesBox { .IBMSMSMBSSCategoriesBox {
width: 100%; width: 100%;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
grid-gap: 2px; grid-gap: 5px;
background: hsl(0deg 0% 100% / 0%); background: hsl(0deg 0% 0% / 10%);
border-radius: 5px; border-radius: 10px;
overflow: hidden;
white-space: nowrap; white-space: nowrap;
flex-wrap: wrap; flex-wrap: wrap;
padding: 10px;
border: solid 1px hsl(0deg 0% 100% / 10%);
} }
.IBMSMSMBSSCategoriesBoxItem { .IBMSMSMBSSCategoriesBoxItem {
transition: ease 0.3s;
padding: 10px 15px; padding: 10px 15px;
line-height: 1; line-height: 1;
color: hsl(0deg 0% 100% / 35%); color: #ffffff59;
background: hsl(0deg 0% 100% / 10%); background: #ffffff1a;
flex-grow: 1; flex-grow: 1;
border-radius: 5px;
}
.IBMSMSMBSSCategoriesBoxItem:hover {
text-decoration: unset;
color: white;
background: rgb(255 255 255 / 15%);
} }
.IBMSMSMBSSCategoriesBoxSeparator { .IBMSMSMBSSCategoriesBoxSeparator {
padding: 5px; padding: 5px 5px 5px 7px;
line-height: 1; line-height: 1;
color: hsl(0deg 0% 100% / 35%); color: #ffffff59;
background: hsl(0deg 0% 100% / 10%); background: #ffffff1a;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
border-radius: 5px;
} }