feat: create theme for common styles

This commit is contained in:
2026-01-18 12:17:33 -08:00
parent fb62081ca8
commit a9a69fc1db
3 changed files with 52 additions and 29 deletions

View File

@@ -41,9 +41,8 @@ pub async fn get_repos(
.get_repositories(&user.id)
.await?
.into_iter()
.map(|r| r.id.clone())
.map(|r| r.id)
.collect::<HashSet<String>>();
tracing::debug!(added_response = ?added_ids);
let data = response
.json::<Vec<Repository>>()
.await?