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

Implement undo delete test case functionality #411

Open
wants to merge 9 commits into
base: development
Choose a base branch
from

Commits on Nov 1, 2024

  1. Add undo deleting test case functionality

    Now the bin icon only hides the test case while still keeping the test data in memory. From there, users can either restore it (which shows it again) or remove it permanently.
    DanielRendox committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    7960e9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffb5292 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21c6f09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9835312 View commit details
    Browse the repository at this point in the history
  5. Fix bugs in undo functionality

    Fixed problems:
    - Swapping test case panel with removed test panel was not implemented properly and created multiple listeners for buttons.
    - The top bar statistics was not correct after removing a test permanently.
    DanielRendox committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    0c9cf91 View commit details
    Browse the repository at this point in the history
  6. Improve UI for undo remove test functionality

    - Remove separator below the test case when it is removed permanently.
    - Make test case containers wrap their content size
    DanielRendox committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    1185648 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91a842c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6deb433 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0136e8f View commit details
    Browse the repository at this point in the history