Anna

Results 441 comments of Anna

I'm still having a little bit of trouble with certain sizes. On smaller screens, it's a little off. However regarding the first issue, I can't figure out how to zoom...

I'd like to use the aria label attribute if it's acceptable.

![Latest screenshot](https://github.com/freeCodeCamp/freeCodeCamp/assets/9373245/a103acc9-3d55-4579-ad4c-a5317413080b) Hi there. I did some reworking. Adding downward arrows and an attempt at aria-labels. I still have to move my inline CSS to the files and clean things...

Okay I didn't realize that the curriculum map had already changed, but it was bound to happen at some point. I'm going to have update this a good bit to...

Going to close this PR and start again with an update base.

This seems like a great place to start investigating in my opinion. These seem to be multifile cert projects after all. https://github.com/a2937/freeCodeCamp/blob/c29216fe46d2ce1d4424ff2ceaae5c302a4564c2/client/src/templates/Challenges/components/tool-panel.tsx#L95

It needs more checks for empty strings. Ex) https://github.com/chucknorris-io/chuck-api/blob/478d09f0db47b24eeae92725ef978aaecbcadaf3/src/main/java/io/chucknorris/api/joke/JokeController.java#L140 should be `if ((categoryString == null || categoryString.trim().isEmpty()) && (name == null || name.trim().isEmpty()))` https://github.com/chucknorris-io/chuck-api/blob/478d09f0db47b24eeae92725ef978aaecbcadaf3/src/main/java/io/chucknorris/api/joke/JokeController.java#L144 should be `if ((categoryString == null...

In addition, steps get jumbled around time to time as we find issues in the curriculum. So even if we add a link to a step, there is no good...

Hi there, Thanks for your interest in contributing. This issue has not been triaged yet, and a solution has not been agreed upon. Once the issue is open for contribution,...

So for the authors page project, we probably need to add a step where step 16 is currently at that deals with sanitizing the data. I think we should consider...