Bruce Blaser
Bruce Blaser
The focus outline looks good in both light/dark mode. From the issue: > Also, while we are fixing this, I would recommend we increase the font weight from 700 to...
@harmeetsingh01 Sorry, I've been gone for the past couple of weeks and forgot to get back to you on the font size and weight. It's not my decision, but it...
Hey @moT01 I'm sure you probably discussed this in meetings and such, but could you give a brief overview of what the purpose of this feature is for? It would...
I kind of envision the semantics as follows: - Each stage heading would be an `h2` and would need an `id` attribute - The list of courses underneath each heading...
Well, just to be clear, while I said paragraph, I didn't actually mean a ton of text. Perhaps two simple sentences. One explaining that this is the suggested path for...
I'd like to take a look at this but I'm having trouble getting it to run with `pnpm run develop`. Getting the errors "Can't resolve '@freecodecamp/ui'" and "Can't resolve '@freecodecamp/ui/dist/base.css'"....
Thank you @ojeytonwilliams, the pnpm upgrade did the trick. I'll try to remember that next time. I'll put this through its paces and write up any notes soon.
Here are my notes for the Get Help menu in the JS ADS challenges. Tested with: http://localhost:8000/learn/javascript-algorithms-and-data-structures/basic-javascript/compound-assignment-with-augmented-subtraction50465 **Should be fixed:** - A nice improvement is that now when the Get...
More information on the issue with keyboard focus not automatically being placed on the first menu item when using JAWS/NVDA. This menu implementation is using `aria-activedescendant` to handle the focus...
> > Allow the up/down arrow keys to wrap around in the menu (this is current behavior on production) > > Does this mean to have the icon wrap to...