mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
refactor(frontend): 🔥 rewrite backup UI for new page base components
Removed old split code and used the composition api to to re-write the import/export functionality of mealie.
This commit is contained in:
parent
460f508f79
commit
edae7bbb21
25 changed files with 535 additions and 759 deletions
|
@ -246,7 +246,7 @@ export default {
|
|||
themes: {
|
||||
dark: {
|
||||
primary: "#E58325",
|
||||
accent: "#00457A",
|
||||
accent: "#007A99",
|
||||
secondary: "#973542",
|
||||
success: "#43A047",
|
||||
info: "#1976d2",
|
||||
|
@ -255,7 +255,7 @@ export default {
|
|||
},
|
||||
light: {
|
||||
primary: "#E58325",
|
||||
accent: "#00457A",
|
||||
accent: "#007A99",
|
||||
secondary: "#973542",
|
||||
success: "#43A047",
|
||||
info: "#1976d2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue