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: ivosdc/svelte-generic-crud-table
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.6.1
Choose a base ref
...
head repository: ivosdc/svelte-generic-crud-table
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 26, 2023

  1. handleTdDisabled

    ivosdc committed Dec 26, 2023
    Copy the full SHA
    c96be6a View commit details
  2. direct row click to details

    ivosdc committed Dec 26, 2023
    Copy the full SHA
    30cedca View commit details
  3. build

    ivosdc committed Dec 26, 2023
    Copy the full SHA
    3dd883d View commit details
Showing with 163 additions and 138 deletions.
  1. +74 −63 dist/build/crud-table.js
  2. +74 −63 dist/build/crud-table.mjs
  3. +2 −2 package-lock.json
  4. +1 −1 package.json
  5. +12 −9 src/SvelteGenericCrudTable.svelte
Loading