issues Search Results · language:Dune language:JavaScript language:JavaScript language:HTML language:JavaScript linked:pr
Filter by
2.2M results
Description
Currently, the application imports heavy components (like AdminDashboard, FloorPlanDesigner, and TicketScanner)
directly. This bloats the initial JavaScript payload for standard users who ...
enhancement
Description
Running npm run lint reveals several unused imports and variables in the src/Pages/Leaderboard/ directory.
Specifically, in src/Pages/Leaderboard/Leaderboard.jsx:
- motion and SSE_STATUS ...
Description
Throughout the codebase, several non-interactive HTML elements (like div and span) have onClick handlers attached to
them, but lack corresponding keyboard event handlers (like onKeyDown or ...
Description
Eventra supports internationalization via react-i18next. However, several admin-facing components contain hardcoded
English strings, breaking i18n support.
Examples include:
- src/components/admin/TicketScanner.jsx ...
enhancement
Problem
When using nested deployment folder structure (GitOps deployment style), folder paths containing uppercase letters or
other characters outside [a-z0-9_-] cause all deployment operations to fail ...
Description
Many utility files and components (e.g., src/utils/waitlistUtils.js, src/utils/timeSync.js, src/utils/securityLogger.js,
src/utils/userProfileAnalyzer.js) directly call the raw browser localStorage.getItem ...
bug
Description
Currently, several components use native, blocking browser dialogs (window.alert() and window.prompt()) for user
interactions and validations. These native prompts look unpolished, disrupt ...
Description
Running npm run lint yields over 70 warnings, predominantly no-unused-vars and unused eslint-disable directives across
the src/utils/ directory.
Examples:
- _e in src/utils/secureStorage.js ...
bug
Description
Running npm run test:unit yields a test failure in tests/sseMultiplexer.test.mjs at line 310:
AssertionError [ERR_ASSERTION]: Follower should receive current connection status on SUBSCRIBE ...
bug
Description
Eventra supports internationalization via react-i18next. However, several common UI components contain hardcoded English
strings, which breaks i18n support and degrades accessibility for non-English ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.