mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
feat: Print Preferences (#2131)
* added basic recipe print settings added print settings dialog refactored print view to live inside print container * removed unwanted padding * changed preferences layout
This commit is contained in:
parent
b25cc70963
commit
670907b563
13 changed files with 277 additions and 52 deletions
|
@ -31,6 +31,7 @@ import {
|
|||
mdiAlertCircle,
|
||||
mdiDotsVertical,
|
||||
mdiPrinter,
|
||||
mdiPrinterPosCog,
|
||||
mdiShareVariant,
|
||||
mdiChevronDown,
|
||||
mdiHeart,
|
||||
|
@ -128,6 +129,10 @@ import {
|
|||
mdiMessageText,
|
||||
mdiChefHat,
|
||||
mdiContentDuplicate,
|
||||
mdiDockLeft,
|
||||
mdiDockRight,
|
||||
mdiDockTop,
|
||||
mdiDockBottom,
|
||||
} from "@mdi/js";
|
||||
|
||||
export const icons = {
|
||||
|
@ -176,6 +181,10 @@ export const icons = {
|
|||
desktopTowerMonitor: mdiDesktopTowerMonitor,
|
||||
devTo: mdiDevTo,
|
||||
diceMultiple: mdiDiceMultiple,
|
||||
dockTop: mdiDockTop,
|
||||
dockBottom: mdiDockBottom,
|
||||
dockLeft: mdiDockLeft,
|
||||
dockRight: mdiDockRight,
|
||||
dotsHorizontal: mdiDotsHorizontal,
|
||||
dotsVertical: mdiDotsVertical,
|
||||
download: mdiDownload,
|
||||
|
@ -211,6 +220,7 @@ export const icons = {
|
|||
orderAlphabeticalAscending: mdiOrderAlphabeticalAscending,
|
||||
pageLayoutBody: mdiPageLayoutBody,
|
||||
printer: mdiPrinter,
|
||||
printerSettings: mdiPrinterPosCog,
|
||||
refreshCircle: mdiRefreshCircle,
|
||||
robot: mdiRobot,
|
||||
search: mdiMagnify,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue