Anna

Results 445 comments of Anna

This is a pull request, not an issue. Secondly the corresponding issue is not officially open for outside contribution yet.

I can most certainly try to do the latter two things.

Though it will be a little awkward trying to figure out how to define this function properly. https://github.com/freeCodeCamp/freeCodeCamp/blob/9cd4083c00feaf0b96f7fddf3011a89793125155/client/src/components/Header/components/nav-links.tsx#L68-L75

> 2. only create the dispatch functions (i.e. the ones typically called `toggleNightMode`) where they're used. Everything is wrapped by the Redux provider, so there's no need to pass the...

Hold on. Just so I don't do something kinda silly, I can remove the saga for setting the theme and have the local storage key set like in any regular...

My plan was to disconnect the theme from the database and have the browser be the central authority on the theme. Though that's a really good point about the need...

I've re-based it to get rid of the merge conflict. Basically my plan is to remove the API calls and database. Edit: Day late but I figured out it needed...

I undid that last commit. I got a little eager there.

I don't wanna point this out, but by changing the theme names, Prism is trying to load the wrong files. That's actually kinda unexpected. I had no idea the two...

I'm confused. Why am I getting the error and crashing?