booru: api caller service

This commit is contained in:
end-4
2025-04-28 10:20:27 +02:00
parent c0eff65377
commit 160a55d859
6 changed files with 289 additions and 5 deletions
@@ -56,6 +56,7 @@ ColumnLayout {
z: 2
anchors.fill: parent
// TODO: make the end point in the moving direction go first
anchors.leftMargin: {
const tabCount = root.tabButtonList.length
const targetWidth = tabBar.contentItem.children[0].children[tabBar.currentIndex].tabContentWidth
@@ -14,7 +14,7 @@ ToolTip {
Connections {
target: parent
onHoveredChanged: {
function onHoveredChanged() {
if (parent.hovered) {
tooltipShowDelay.restart()
} else {