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: diffgram/diffgram
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.24.17
Choose a base ref
...
head repository: diffgram/diffgram
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.24.18
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 14, 2024

  1. Fix assumption

    Context of error:
    Cannot create property 'selected' on string '0'
    In theory a file object should never be a string '0', however, it seems to be adding this in, so until that root item is solved adding this check to filter out the '0's (which aren't valid file objects)
    
    In limited testing it only seems to happen once, so some process is adding it in a funny way
    anthony-chaudhary committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    b9c94eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1585 from diffgram/fix-selection-warning

    Fix Cosmetic "Dataset Explorer, after scrolling down a certain amount error"
    anthony-chaudhary authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a6d4130 View commit details
    Browse the repository at this point in the history
Loading