addModInfoToActionTable

private fun addModInfoToActionTable(repo: Github.Repo)

Recreate the information part of the right-hand column

Parameters

repo

: the repository instance as received from the GitHub api

private fun addModInfoToActionTable(modName: String, modOptions: ModOptions)

Recreate the information part of the right-hand column

Parameters

modName

: The mod name (name from the RuleSet)

modOptions

: The ModOptions as enriched by us with GitHub metadata when originally downloaded

private fun addModInfoToActionTable(modName: String, repoUrl: String, updatedAt: String, author: String, modSize: Int)