1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-10 07:42:09 -04:00

Refactor pre-commit hooks to use prek (#976)

* ci: change to prek for pre-commit

* refactor: fix shellcheck warnings for the scripts

* chore: unify whitespace formatting

* nix: add prek to dev shell
This commit is contained in:
Marcus Ramberg
2025-12-11 15:11:12 +01:00
committed by GitHub
parent c8cfe0cb5a
commit 7c88865d67
147 changed files with 805 additions and 860 deletions

View File

@@ -45,4 +45,4 @@ CompoundPill {
onToggled: {
expandClicked()
}
}
}

View File

@@ -30,4 +30,4 @@ CompoundPill {
colorPickerModal.show()
}
}
}
}

View File

@@ -67,4 +67,4 @@ Rectangle {
onSliderValueChanged: root.sliderValueChanged(newValue / 100.0)
}
}
}
}

View File

@@ -167,4 +167,4 @@ Rectangle {
if (ev.key === Qt.Key_Space || ev.key === Qt.Key_Return) { root.toggled(); ev.accepted = true }
else if (ev.key === Qt.Key_Right) { root.expandClicked(); ev.accepted = true }
}
}
}

View File

@@ -26,4 +26,4 @@ Rectangle {
}
}
}

View File

@@ -75,4 +75,4 @@ CompoundPill {
onToggled: {
expandClicked()
}
}
}

View File

@@ -97,4 +97,4 @@ Rectangle {
easing.type: Theme.standardEasing
}
}
}
}

View File

@@ -77,4 +77,4 @@ Rectangle {
easing.type: Theme.standardEasing
}
}
}
}

View File

@@ -118,4 +118,4 @@ Rectangle {
easing.type: Theme.standardEasing
}
}
}
}