mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat(mobile): adds crop and rotate to mobile (#10989)
* Added Crop Feature * Using LayoutBuilder Fix * Using Immich Colors * Using Immich Text Theme * Chnaging dynamic datatype to nullable * Fix for the retrivel of the image from the cropscreen * Using Hooks State * Small edits * Finals edits * Saving to the mobile * Commented final code * Commented final code * Comments and AutoRoute * Fix AutoRoute Final * Naming tools and Action when made no edits * Updating timeline after edit * chore: lint * format * Light Mode Compatible * fix duplicate page name * Fix Routing * Hiding the Button * lint * remove unused code --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
bc8e236598
commit
15503784c8
8 changed files with 516 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ dependencies:
|
|||
thumbhash: 0.1.0+1
|
||||
async: ^2.11.0
|
||||
|
||||
#image editing packages
|
||||
crop_image: ^1.0.13
|
||||
openapi:
|
||||
path: openapi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue