more-fixes #3505

Open
hj wants to merge 7 commits from more-fixes into develop
Owner

Checklist

  • Adding a changelog: In the changelog.d directory, create a file named <code>.<type>.
### Checklist - [ ] Adding a changelog: In the `changelog.d` directory, create a file named `<code>.<type>`. <!-- `<code>` can be anything, but we recommend using a more or less unique identifier to avoid collisions, such as the branch name. `<type>` can be `add`, `change`, `remove`, `fix`, `security` or `skip`. `skip` is only used if there is no user-visible change in the MR (for example, only editing comments in the code). Otherwise, choose a type that corresponds to your change. In the file, write the changelog entry. For example, if an MR adds group functionality, we can create a file named `group.add` and write `Add group functionality` in it. If one changelog entry is not enough, you may add more. But that might mean you can split it into two MRs. Only use more than one changelog entry if you really need to (for example, when one change in the code fix two different bugs, or when refactoring). -->
hj added 2 commits 2026-06-23 12:08:22 +00:00
fix and unify list and bookmark editors
Some checks failed
ci/woodpecker/pr/changelog Pipeline failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/test-e2e Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
bb3c7b2178
hj added 2 commits 2026-06-26 12:29:17 +00:00
Merge remote-tracking branch 'origin/develop' into more-fixes
Some checks failed
ci/woodpecker/pr/changelog Pipeline failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test-e2e Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
6810d0fb9f
hj added 2 commits 2026-06-26 13:01:50 +00:00
testing global error handling
Some checks failed
ci/woodpecker/pr/changelog Pipeline failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/test-e2e Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ac538da1d8
stop loading auth form async
Some checks failed
ci/woodpecker/pr/changelog Pipeline failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/test-e2e Pipeline failed
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/build unknown status
c898d9b702
hj added 2 commits 2026-06-26 14:51:39 +00:00
better wording
Some checks failed
ci/woodpecker/pr/changelog Pipeline failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/test-e2e Pipeline failed
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/build unknown status
7966b0b97f
Some checks failed
ci/woodpecker/pr/changelog Pipeline failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/test-e2e Pipeline failed
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/build unknown status
This pull request can be merged automatically.
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 more-fixes:more-fixes
git switch more-fixes

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 switch develop
git merge --no-ff more-fixes
git switch more-fixes
git rebase develop
git switch develop
git merge --ff-only more-fixes
git switch more-fixes
git rebase develop
git switch develop
git merge --no-ff more-fixes
git switch develop
git merge --squash more-fixes
git switch develop
git merge --ff-only more-fixes
git switch develop
git merge more-fixes
git push origin develop
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
pleroma/pleroma-fe!3505
No description provided.