5 Open Issues Need Help Last updated: Mar 14, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The 'Clear history' button currently deletes all scan history without confirmation, risking accidental data loss. The proposed solution is to add a confirmation dialog that displays the count of items to be deleted and provides 'Cancel' and 'Clear All' options before proceeding.

Complexity: 2/5
enhancement good first issue

AI Summary: This GitHub issue addresses the redundancy of having two separate buttons, 'Scan again' and 'Start Scanning', that both initiate scanning. The problem causes user confusion due to duplicate functionality. The proposed solution is to consolidate these into a single primary scanning button, removing 'Scan again' from the Last Scan section and ensuring the 'Start Scanning' button in the Camera section accurately reflects the current scanning state.

Complexity: 2/5
enhancement good first issue

AI Summary: The issue describes a problem where history items are truncated to two lines, making long URLs or QR data unreadable. The proposed solution is to add an expand/collapse button or make the item clickable, allowing users to view the full content either in a modal or through inline expansion.

Complexity: 3/5
enhancement good first issue

AI Summary: This issue proposes removing the descriptive text "Point your camera to a QR code and store scan results in history." from the app's header. The rationale is that the app's function is self-evident, making the description redundant. The desired outcome is to display only "Code Scanner" in the header.

Complexity: 1/5
enhancement good first issue

AI Summary: The issue identifies that history items lack visual affordance, making it unclear to users that they are interactive and can be clicked to copy. The proposed solution includes adding a `cursor:pointer` style, enhancing the existing hover effect, and potentially integrating a copy icon to improve user discoverability.

Complexity: 2/5
enhancement good first issue