feat: User Tooltip (#4319)

This commit is contained in:
Michael Genson
2024-10-11 19:36:26 -05:00
committed by GitHub
parent a2bdb02a7f
commit e06572b7ca
23 changed files with 164 additions and 80 deletions

View File

@@ -180,6 +180,7 @@ class UserOut(UserBase):
class UserSummary(MealieModel):
id: UUID4
username: str
full_name: str
model_config = ConfigDict(from_attributes=True)