You've already forked AstralRinth
forked from didirus/AstralRinth
Makes mod editing only send changed data (#286)
* Add getDifferences lib * Only send mod diff to backend for changes * Disable fields when lacking permissions
This commit is contained in:
@@ -364,7 +364,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.tab:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@@ -404,6 +404,12 @@
|
||||
&:active {
|
||||
background-color: var(--color-button-bg-active);
|
||||
}
|
||||
&:disabled,
|
||||
&[disabled] {
|
||||
opacity: 0.6;
|
||||
pointer-events: none;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
||||
.transparent-button {
|
||||
|
||||
Reference in New Issue
Block a user