By Elena Herzinger
I got everything that was left done this week! All of my tickets are done, and there are no more available at the moment. We didn’t have a meeting this week, so I’m not sure what the status is on if we are getting more tickets, so I will have to ask about that at the meeting this week.
Getting the images to load in was really simple and something I really should have done several weeks ago. I went back to the favorites branch that someone else had already made that I used to get ideas on how to do things for my Series Type Filter ticket and saw that they were using something called LaunchedEffect. I used LaunchedEffect in my branch, and all of a sudden, the images loaded in without me having to physically do it myself. I’m pretty sure I had had LaunchedEffect in my code at one point in time, but I was constantly adding and deleting things in my code to try and fix it. I think I deleted it at one point and forgot to put it back in.
As for the spacing, it took a little bit of time, but I was able to figure it out. To do it, I looped through the collections data, and if it had user data, it got put into one list, and I did the same when user data was null. I then used those lists and looped through them depending on whether the line was for joined challenges or not joined challenges. Overall, neither of these things was that hard to do, and I’m happy to be done with them.
Leave a comment