add optimistic update for favorite/ratings mutations

This commit is contained in:
jeffvli
2025-11-23 03:40:53 -08:00
parent 0bc3ea51ec
commit 84419820b8
19 changed files with 975 additions and 324 deletions
@@ -75,6 +75,10 @@
background: darken(var(--theme-colors-background), 5%);
}
}
&[data-disabled='true'] {
background: transparent;
}
}
&[data-variant='secondary'] {