DuskWarden
DuskWarden
**Describe the bug** When following the setup instructions for local development, new contributors may encounter PostCSS/lightningcss native binary errors that prevent the development server from working.This occurs because the "lightningcss"...
### Why do we need this improvement? The AsyncAPI website uses Storybook for documenting UI components, but many core reusable components currently lack stories. Currently, only 11 components have Storybook...
### Why do we need this improvement? When users land on a 404 page, they've hit a dead end. Currently, our 404 page shows a simple "page not found" message...
- Added overflow hidden to body when modal opens to lock background scroll - Added cleanup function to restore scroll when modal closes - Fixes scroll chaining issue where background...
### Why do we need this improvement? Currently, the `Roadmap page` `roadmap.tsx` is static and hardcoded within the codebase. Updating the roadmap requires a developer to open a Pull Request...
### Describe the bug. I was exploring the `Roadmap page` and noticed a scrolling behavior that seems unintentional. When I click on a roadmap item card, a modal popup appears...
I was exploring the codebase and noticed a potential issue in `Head.tsx` regarding how we handle analytics initialization. Currently, the `ReactGA.initialize` `TagManager.initialize`, and `ReactGA.pageview` calls are placed directly inside the...