feat: activity view

This commit is contained in:
aayush262 2024-04-26 03:27:04 +05:30
parent 55ad8dccad
commit 856deb7755
16 changed files with 945 additions and 6 deletions

View file

@ -1,5 +1,6 @@
package ani.dantotsu.profile
import ani.dantotsu.connections.anilist.api.Activity
import kotlinx.serialization.Serializable
@Serializable
@ -14,6 +15,7 @@ data class User(
val progress: Int? = null,
val totalEpisodes: Int? = null,
val nextAiringEpisode: Int? = null,
val activity: List<Activity> = mutableListOf(),
) : java.io.Serializable {
companion object {
private const val serialVersionUID: Long = 1