pfp cropping #12

Open
justtemmie wants to merge 9 commits from pfp-cropping into main
Owner

image cropping!!!!

this does use an npm module, cropperjs, but i think it's an alright import for what it does.

this does NOT support animated pngs, or gifs, due to a library limitation.

it also converts every image you upload into a png on the fly, so technically you can upload webp and svg files now.

image cropping!!!! this does use an npm module, cropperjs, but i think it's an alright import for what it does. this does NOT support animated pngs, or gifs, due to a library limitation. it also converts every image you upload into a png on the fly, so technically you can upload webp and svg files now.
justtemmie added the
Kind/Feature
label 2025-07-04 08:13:49 +00:00
sauceyred was assigned by justtemmie 2025-07-04 08:13:49 +00:00
justtemmie added 8 commits 2025-07-04 08:13:49 +00:00
feat: display proper error messages when the client fails to update profile info
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
3c5525d294
feat: start implementing image cropping when uploading pfp
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
3c4965c06f
still need to fix the selection to within the canvas boundries, and fix theming
not sure why i can't resize it though, will probably just "click" later
feat: ensure there's a background colour for the user popup's avatar
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
181fcd04db
refactor: move stuff from profile to within the crop popup itself
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
d9c6faa6ab
refactor: move yet more stuff into the popup component
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
33dbcb5861
justtemmie added 1 commit 2025-07-04 08:17:31 +00:00
fix: minor polish
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
e9717b137e
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin pfp-cropping:pfp-cropping
git checkout pfp-cropping

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff pfp-cropping
git checkout pfp-cropping
git rebase main
git checkout main
git merge --ff-only pfp-cropping
git checkout pfp-cropping
git rebase main
git checkout main
git merge --no-ff pfp-cropping
git checkout main
git merge --squash pfp-cropping
git checkout main
git merge --ff-only pfp-cropping
git checkout main
git merge pfp-cropping
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: gorb/frontend#12
No description provided.