Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: os-scar/overlay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.18.4
Choose a base ref
...
head repository: os-scar/overlay
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.5
Choose a head ref
  • 9 commits
  • 10 files changed
  • 4 contributors

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    18303a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. ci: adding firefox cd

    jossef authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3f4a549 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    090cf4c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. update real-examples-results

    Baruch Odem committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    83772e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ae9cbe View commit details
    Browse the repository at this point in the history
  3. removed email protection content

    part of the content returned as [email protection](https://stackoverflow.com/cdn-cgi/l/email-protection) and the anchor element was changed between runs.
    Baruch Odem committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    416a015 View commit details
    Browse the repository at this point in the history
  4. test: run e2e nightly tests and open issue on failure (#161)

    This pull request adds a new job to the Playwright Tests workflow that
    runs e2e nightly tests. If the tests fail, it opens an issue using the
    "Playwright Nightly failed" issue template. This helps to identify and
    address any failures in the nightly tests.
    baruchiro authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b22ec1e View commit details
    Browse the repository at this point in the history
  5. ci: update used github actions (#162)

    This pull request updates the GitHub Actions workflows to use the latest
    versions of the actions/checkout and actions/setup-node actions. This
    ensures compatibility with the latest features and improvements.
    baruchiro authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    8440c0a View commit details
    Browse the repository at this point in the history
  6. fix: overlay breaks the ui on npmjs.com (#158) (#160)

    Fix #158
    
    change the injected overlay to be after the div element that represent
    the "nom install <package>
    after the fix here is the screenshots:
    
    **npmjs.com**
    ![Screen Shot 2024-02-15 at 13 12
    27](https://github.com/os-scar/overlay/assets/6542413/ca069e2b-9c57-4183-ac6a-9ba2092e5754)
    
    **pypi.org**
    ![Screen Shot 2024-02-15 at 13 12
    41](https://github.com/os-scar/overlay/assets/6542413/282df1c3-5841-4cd0-ab4f-c9bee0477702)
    
    **stackoverflow.com**
    ![Screen Shot 2024-02-15 at 13 13
    13](https://github.com/os-scar/overlay/assets/6542413/eb4c384a-5097-417f-ad4a-d575990e6fb3)
    yoavsbg authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b050730 View commit details
    Browse the repository at this point in the history
Loading