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

MetadataView & TableEditorView cleanup (Step 1 of issue #1758) #2518

Merged
merged 4 commits into from
Sep 25, 2024

Commits on Sep 10, 2024

  1. Fix eslint issues in MetadataView

    and remove unused imports
    
    Issue #1758
    robyngit committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    351b21c View commit details
    Browse the repository at this point in the history
  2. Fix & add JS docs to MetadataView

    Issue #1758
    robyngit committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8e19d7c View commit details
    Browse the repository at this point in the history
  3. Fix eslint issues in TableEditorView

    Issue #1758
    robyngit committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d3e415a View commit details
    Browse the repository at this point in the history
  4. Fix sorting in TableEditorView

    More robust sorting for edge cases.
    Fix issue caused by changing isNaN to Number.isNaN
    for eslint fixes.
    
    Issue #1758
    robyngit committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    fa0e876 View commit details
    Browse the repository at this point in the history