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

Add ability to restore favicon to original #2

Merged
merged 13 commits into from
Feb 5, 2024
Merged

Commits on Feb 4, 2024

  1. Fix a small potential bug

    ahmad-PH committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    a282759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5d1f9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2452014 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d26ff8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfbfd26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f4ee08 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Add a remove button

    Although it still looks a little funky, and logic is not fully there.
    ahmad-PH committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d967241 View commit details
    Browse the repository at this point in the history
  2. Complete implementation of removing favicon functionality

    Still needs tests for favicon, and still doesn't work properly preservers-wise.
    ahmad-PH committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6ec78ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecfb036 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efe9bbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5160a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    065844e View commit details
    Browse the repository at this point in the history
  7. Fix a bug with pointers in automated tests

    Caused by my recent attempt to make cursor be a pointer over emojis. Now I use div instead of span to fix the issue.
    ahmad-PH committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    9e30e95 View commit details
    Browse the repository at this point in the history