Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancements: Dropdown Handling, Skipping Marked Questions, and Dynamic API Key Reset #61

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

Gyan172004
Copy link
Contributor

@Gyan172004 Gyan172004 commented Dec 11, 2024

This update introduces key improvements to enhance reliability and flexibility:

  1. Skipping Already Marked Questions

    • Implemented a function to detect questions already marked using the DOM.
    • The script now avoids redundant filling by skipping questions that are already answered.
    • Added a toggle to allow users to enable or disable this functionality based on preference.
  2. Improved Dropdown Handling

    • Fixed an issue where filling a dropdown failed if a user clicked on it during its open state.
    • Added an invisible overlay to block all user interactions while the dropdown is being handled.
    • The overlay activates before the dropdown opens and remains until the filling process is completed.
  3. Dynamic Engine API Key Reset

    • Addressed the problem of static Engine properties persisting across instances, leading to unintended reuse of settings.
    • Ensured that all static properties are reset whenever the user saves new settings, allowing each instance to start with fresh configurations. ----> It has further edits , where i moved code from static based approach to instance based.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant