The Cocktail Manager is an efficient tool for easily documenting and accessing cocktail recipes behind the bar. It also includes essentail bar management features like cost calculations and stats tools.
Other
10
stars
1
forks
source link
feat: added image crop option when selecting images (cocktail, ingredient, glass and garnish) #413
Before you mark this PR as ready, please check the following points
Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of
them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before
merging your code.
[x] I´e created all necessary migrations?
[x] The format is correct (pnpm format:check, if invalid pnpm format:fix)
[x] No build errors (pnpm build)
[x] I´ve tested the implemented function by my own
To ensure the correct image aspect ration it is neccessary to crop them before upload. This issue resolves this wanted behavior by adding a crop option before every upload
Affected sites (please check during review):
[x] [workspaceId]/manage/<cocktails|garnishes|ingredients|glasses>/<id|create> - Every image upload component
Closing issues:
Before you mark this PR as ready, please check the following points
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.pnpm format:check
, if invalidpnpm format:fix
)pnpm build
)Describe your work, what changed
To ensure the correct image aspect ration it is neccessary to crop them before upload. This issue resolves this wanted behavior by adding a crop option before every upload
Affected sites (please check during review):