feat: add profile avatar selection and enhance sidebar UI with icons

This commit is contained in:
2025-12-20 12:26:28 +05:30
parent e558e19512
commit 69bc5675dc
28 changed files with 166 additions and 15 deletions

View File

@@ -41,6 +41,9 @@ pub struct Model {
/// Foreign key to diet types
pub diet_id: Option<i32>,
/// URL to profile avatar icon
pub avatar_url: Option<String>,
pub created_at: DateTime,
pub updated_at: DateTime,
}