1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-06-15 00:05:15 +02:00

Feature: Add UI settings screen

This commit is contained in:
Ralph Slooten
2024-04-13 00:25:04 +12:00
parent a05e4fd48f
commit faded05e47
10 changed files with 251 additions and 185 deletions

View File

@ -122,7 +122,11 @@ export default {
value: p,
color: c
},
];
]
},
scoreColor: function() {
return this.graphSections[0].color
},
}
}