Skip to content

feat: mobile editing#25397

Open
bwees wants to merge 2 commits intomainfrom
feat/mobile-editing
Open

feat: mobile editing#25397
bwees wants to merge 2 commits intomainfrom
feat/mobile-editing

Conversation

@bwees
Copy link
Member

@bwees bwees commented Jan 20, 2026

Description

Support for the new editing system on mobile

How Has This Been Tested?

  • Test A
  • Test B

Screenshots (if appropriate)

Checklist:

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation if applicable
  • I have no unrelated changes in the PR.
  • I have confirmed that any new dependencies are strictly necessary.
  • I have written tests for new code (if applicable)
  • I have followed naming conventions/patterns in the surrounding code
  • All code in src/services/ uses repositories implementations for database calls, filesystem operations, etc.
  • All code in src/repositories/ is pretty basic/simple and does not have any immich specific logic (that belongs in src/services/)

Please describe to which degree, if any, an LLM was used in creating this pull request.

...

@bwees bwees force-pushed the feat/mobile-editing branch from 5bbd7df to f90d38f Compare January 20, 2026 16:42
@bwees bwees force-pushed the feat/mobile-editing branch 5 times, most recently from 374df90 to b366c8c Compare January 22, 2026 22:47
@bwees bwees force-pushed the feat/mobile-editing branch 7 times, most recently from ec03a1a to 7f857ab Compare January 24, 2026 23:55
@bwees bwees marked this pull request as ready for review January 26, 2026 02:46
@bwees bwees force-pushed the feat/mobile-editing branch 3 times, most recently from 5f9167c to ef4e339 Compare February 14, 2026 06:05
@bwees bwees requested a review from jrasm91 February 14, 2026 07:02
Comment on lines +564 to +565
"asset_edit_failed": "Asset edit failed",
"asset_edit_success": "Asset edited successfully",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just use Success and Something went wrong instead? I don't think these messages really provide much benefit and it means they are two more strings that have to be translated to every language.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah thats probably a good idea

@bwees bwees force-pushed the feat/mobile-editing branch 3 times, most recently from 72586b3 to 2b1a133 Compare February 19, 2026 19:26
@meesfrensel meesfrensel linked an issue Feb 21, 2026 that may be closed by this pull request
4 tasks
@bwees bwees force-pushed the feat/mobile-editing branch from 2b1a133 to a52be3b Compare February 22, 2026 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Changing orientation of a picture increases its size

4 participants