Implement copy feature for food log items

Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-09-13 23:49:29 +00:00
parent f2357865ea
commit 6f7a2f7c6c
2 changed files with 84 additions and 0 deletions
+9
View File
@@ -338,6 +338,15 @@ h1 {
background: #4834d4;
}
.btn-copy {
background: #2ed573;
color: white;
}
.btn-copy:hover {
background: #1dd1a1;
}
.empty-state {
text-align: center;
padding: 60px 20px;