Skip to content

Conversation

Funsize1234
Copy link
Collaborator

@Funsize1234 Funsize1234 commented Jul 13, 2025

#1556 added ability for users to change their icon's background color from the profile page

ezgif-589d1622c73611

@Funsize1234 Funsize1234 force-pushed the background-color branch 3 times, most recently from 0e94426 to b92fb5b Compare July 15, 2025 06:03
@Funsize1234 Funsize1234 force-pushed the background-color branch 4 times, most recently from 7199dd0 to 8282abd Compare July 31, 2025 02:32
Comment on lines 34 to +35
<SceContext.Provider value={{user, setUser, authenticated, setAuthenticated}}>
<BrowserRouter>
<SearchModal/>
<Routing/>
</BrowserRouter>
<BackgroundColorContextProvider>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add it to SceContext.Provider


export default function Profile() {
const defaultColor = '#2a323c';
const { user } = useSCE();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

then you can use the context here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants