[#7694] don't reset the records list pagination on record update

This commit is contained in:
Gani Georgiev
2026-05-18 19:22:51 +03:00
parent b9b0e5ae80
commit d0b2551e78
9 changed files with 73 additions and 17 deletions
+2 -1
View File
@@ -161,7 +161,6 @@ button {
&.danger {
color: var(--dangerColor);
}
&.accent,
&.secondary,
&.info,
&.success,
@@ -283,12 +282,14 @@ button {
}
}
&[data-rotate="true"],
&.rotate {
i {
animation: halfRotate 300ms;
}
}
&[data-loading="true"],
&.loading {
cursor: default;
&::after {