feat: expose tag color in web API

This commit is contained in:
2026-05-19 21:27:54 +02:00
parent ef7bf8c6e4
commit 6b79c4ca29
2 changed files with 9 additions and 3 deletions
@@ -136,6 +136,7 @@ defmodule Localiser.Web.Controllers.TagController do
id: tag.id,
tag_id: tag.tag_id,
name: tag.name,
color: tag.color,
room_id: live && live.room_id,
last_seen: live && live.last_seen
}