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

Adding AdjacencyListWidget #32

Merged
merged 47 commits into from
Aug 26, 2024
Merged

Adding AdjacencyListWidget #32

merged 47 commits into from
Aug 26, 2024

Commits on Dec 21, 2023

  1. Adding widget

    cheesegrits committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    589dcd9 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    c00dd05 View commit details
    Browse the repository at this point in the history
  2. Remove junk typo

    cheesegrits committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    96f1e31 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Build

    cheesegrits committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    fa4d34d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88b137d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f98cffa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce96e69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13927d4 View commit details
    Browse the repository at this point in the history
  6. Add x-ignore to ax-load

    cheesegrits committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    6b51023 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3747a3d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    72d05cd View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. chore(deps): bump ramsey/composer-install from 2 to 3

    Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3.
    - [Release notes](https://github.com/ramsey/composer-install/releases)
    - [Commits](ramsey/composer-install@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: ramsey/composer-install
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7403188 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.1.0

    Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.1.0.
    - [Release notes](https://github.com/dependabot/fetch-metadata/releases)
    - [Commits](dependabot/fetch-metadata@v1.6.0...v2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: dependabot/fetch-metadata
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6c865dc View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on Jun 3, 2024

  1. Merge pull request saade#21 from saade/dependabot/github_actions/rams…

    …ey/composer-install-3
    
    chore(deps): bump ramsey/composer-install from 2 to 3
    saade committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4f120cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request saade#28 from saade/dependabot/github_actions/depe…

    …ndabot/fetch-metadata-2.1.0
    
    chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.1.0
    saade committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d9b84c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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

Commits on Jun 22, 2024

  1. Merge branch '3.x' into cheese-graph

    # Conflicts:
    #	README.md
    cheesegrits committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    638a233 View commit details
    Browse the repository at this point in the history
  2. Merge branch '3.2' into cheese-graph

    # Conflicts:
    #	README.md
    #	resources/dist/filament-adjacency-list.css
    #	resources/dist/filament-adjacency-list.js
    #	resources/js/index.js
    #	resources/views/builder.blade.php
    #	resources/views/components/item.blade.php
    cheesegrits committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    2873169 View commit details
    Browse the repository at this point in the history
  3. Add graph trait check

    cheesegrits committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    92559c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc092a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. chore(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0

    Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.1.0 to 2.2.0.
    - [Release notes](https://github.com/dependabot/fetch-metadata/releases)
    - [Commits](dependabot/fetch-metadata@v2.1.0...v2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: dependabot/fetch-metadata
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7192ec2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request saade#31 from saade/dependabot/github_actions/depe…

    …ndabot/fetch-metadata-2.2.0
    
    chore(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0
    github-actions[bot] committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9460619 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    9fa3960 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f766d0b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    fd40817 View commit details
    Browse the repository at this point in the history
  2. Merging 3.2

    cheesegrits committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    47c928f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    54446f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d5a87e View commit details
    Browse the repository at this point in the history
  3. Adding isClickable prop

    cheesegrits committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    cf4d959 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0918e0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e7b853 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57b5938 View commit details
    Browse the repository at this point in the history
  7. Run build

    cheesegrits committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    61c1fcf View commit details
    Browse the repository at this point in the history
  8. Rename JS func, build

    cheesegrits committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    37dd13e View commit details
    Browse the repository at this point in the history
  9. Add x-ignore

    cheesegrits committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    9a85142 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    03780a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    05b4afb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f5457b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    817d97c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c79eb98 View commit details
    Browse the repository at this point in the history
  3. chore

    saade committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b1a74d6 View commit details
    Browse the repository at this point in the history
  4. chore

    saade committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    bc1ed73 View commit details
    Browse the repository at this point in the history
  5. docs

    saade committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0b896af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8635e5f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    ccf58ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6e00e8 View commit details
    Browse the repository at this point in the history