Claude pog?

This commit is contained in:
2025-12-03 13:53:58 +01:00
parent 089a5f7a49
commit 8967e3a1f5
7 changed files with 179 additions and 8 deletions
+2 -1
View File
@@ -8,10 +8,11 @@ Repeater {
property int lastWidth
model: gifsList
Item {
x: gifRepeater.itemAt(index - 1).x + gifRepeater.itemAt(index - 1).width
x: index === 0 ? 0 : gifRepeater.itemAt(index - 1).x + gifRepeater.itemAt(index - 1).width
y: Screen.height - height
width: gif.width
height: gif.height
AnimatedImage {
id: gif
source: modelData