issues Search Results · language:Dune language:Python language:JavaScript is:public language:Java language:Java language:Go
Filter by
60.3M results
Summary of What Needs to be Done: Add a confirmation dialog before logging out in Frontend/src/user/pages/Profile.jsx.
Currently the logout happens immediately when the button is clicked.
Changes that ...
Summary of What Needs to be Done: Ensure the notification badge count in NotificationPopover.jsx updates in real-time.
Currently the unread count may not reflect new notifications immediately.
Changes ...
Summary of What Needs to be Done: Add proper cleanup for the realtime channel in TicketChat.jsx when the component
unmounts or when ticketId changes.
Changes that Need to be Made:
- Return a cleanup ...
Summary of What Needs to be Done: Add automatic scroll-to-bottom when new messages arrive in TicketChat.jsx. Currently
the scroll behavior is inconsistent and users may miss new messages.
Changes that ...
Summary of What Needs to be Done: Add accessibility attributes to the QuickActions cards in
Frontend/src/user/components/QuickActions.jsx. The cards are interactive but lack ARIA labels for screen reader ...
Summary of What Needs to be Done: Add type safety checks for aiTicket fields before using them in AutoResolve.jsx. The
component accesses aiTicket.summary aiTicket.category without verifying they exist. ...
Summary of What Needs to be Done: Fix the useNavigate call in useEffect in DuplicateDetection.jsx. The navigate function
is called inside a useEffect with no dependencies which can cause issues if the ...
Goal
The cfg CLI exposes a complete enough surface for an operator (or Claude, or an autonomous pipeline) to interrogate,
troubleshoot, and remediate a steward without SSH ing into the host. Today s cfg ...
controller
epic
steward
Summary of What Needs to be Done: Add timezone awareness to ticket timestamps in Frontend/src/user/pages/MyTickets.jsx.
Currently timestamps are displayed without timezone information making it unclear ...
Summary of What Needs to be Done: Add debouncing to the search input in Frontend/src/admin/pages/AdminTickets.jsx to
prevent excessive re-renders and API calls on every keystroke.
Changes that Need to ...

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.