From 5e3e66ae5aa8d5c0162b82fa2c260153ae8c9e09 Mon Sep 17 00:00:00 2001 From: vampirekiddo <33176106+vampirekiddo@users.noreply.github.com> Date: Sun, 10 Oct 2021 13:38:04 +0200 Subject: [PATCH] timer pt1 --- .gitignore | 2 ++ components/rowListContent.brs | 2 +- components/rowListContent.xml | 2 +- components/rowListItem.xml | 2 +- components/rowListScene.brs | 62 ++++++++++++++++++++++++----------- components/rowListScene.xml | 11 +++++-- 6 files changed, 55 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index fa001aa..a2a1892 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ out/ out/roku-deploy.zip +.history/ +.vscode \ No newline at end of file diff --git a/components/rowListContent.brs b/components/rowListContent.brs index a37fbf2..24c6956 100644 --- a/components/rowListContent.brs +++ b/components/rowListContent.brs @@ -2,7 +2,7 @@ sub init() m.global.http.request = { payload: { userId: 1, title: "WOW, IT WORKED ^_^", - }, url: "https://jsonplaceholder.typicode.com/albums", requestType: "GET"} + }, url: "https://jsonplaceholder.typicode.com/albums", requestType: "GET" } m.global.http.observeFieldScoped("response", "useResponse") end sub diff --git a/components/rowListContent.xml b/components/rowListContent.xml index 28e7d8e..f70ce16 100644 --- a/components/rowListContent.xml +++ b/components/rowListContent.xml @@ -1,5 +1,5 @@ -