atj393/promt-save-reuse-chatgpt-and-gemini
[Bug] Address Silent Failures When Input Fields are Missing
Open
#13 opened on Oct 8, 2024
buggood first issuehacktoberfest
Repository metrics
- Stars
- (9 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Description:
The toggleInputStorage() and appendStoredText() functions silently fail when the input fields are not present on the page, leading to no indication for the user. Add proper error handling and notifications.
Files Involved:
background.js
Expected Outcome:
Display a message in the console or through a popup when no input fields are found, making it easier for users to understand the extension’s limitations.