Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix patch list preserve filter when loading more on scroll
Rūdolfs Ošiņš committed 1 year ago
commit 3e37465572c7b4b309305544710d2357d07157ae
parent a103772f1ff4bdeeda19064bdbd4a8f748343c3c
1 file changed +1 -0
modified src/views/repo/Patch.svelte
@@ -194,6 +194,7 @@
    if (more) {
      const p = await invoke<PaginatedQuery<Patch[]>>("list_patches", {
        rid: repo.rid,
+
        status,
        skip: cursor + 20,
        take: 20,
      });