Search by author #3574

Merged
hj merged 6 commits from tusooa/pleroma-fe:tusooa/1352-advanced-search into develop 2026-09-21 08:51:31 +00:00
Member

Checklist

  • Adding a changelog: In the changelog.d directory, create a file named <code>.<type>.

BUG: #1352

### Checklist - [x] 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). --> BUG: https://git.pleroma.social/pleroma/pleroma-fe/issues/1352
Allow search by author id
Some checks are pending
ci/woodpecker/pr/build Pipeline is pending approval
ci/woodpecker/pr/changelog Pipeline is pending approval
ci/woodpecker/pr/lint Pipeline is pending approval
ci/woodpecker/pr/test-e2e Pipeline is pending approval
ci/woodpecker/pr/test Pipeline is pending approval
b6a921a919
Add a component to select user
Some checks are pending
ci/woodpecker/pr/build Pipeline is pending approval
ci/woodpecker/pr/changelog Pipeline is pending approval
ci/woodpecker/pr/lint Pipeline is pending approval
ci/woodpecker/pr/test-e2e Pipeline is pending approval
ci/woodpecker/pr/test Pipeline is pending approval
c17722d975
tusooa force-pushed tusooa/1352-advanced-search from c17722d975
Some checks are pending
ci/woodpecker/pr/build Pipeline is pending approval
ci/woodpecker/pr/changelog Pipeline is pending approval
ci/woodpecker/pr/lint Pipeline is pending approval
ci/woodpecker/pr/test-e2e Pipeline is pending approval
ci/woodpecker/pr/test Pipeline is pending approval
to 2adb484442
Some checks are pending
ci/woodpecker/pr/build Pipeline is pending approval
ci/woodpecker/pr/changelog Pipeline is pending approval
ci/woodpecker/pr/lint Pipeline is pending approval
ci/woodpecker/pr/test-e2e Pipeline is pending approval
ci/woodpecker/pr/test Pipeline is pending approval
2026-09-11 04:26:28 +00:00
Compare
tusooa force-pushed tusooa/1352-advanced-search from 2adb484442
Some checks are pending
ci/woodpecker/pr/build Pipeline is pending approval
ci/woodpecker/pr/changelog Pipeline is pending approval
ci/woodpecker/pr/lint Pipeline is pending approval
ci/woodpecker/pr/test-e2e Pipeline is pending approval
ci/woodpecker/pr/test Pipeline is pending approval
to 8d0aee8dec
Some checks are pending
ci/woodpecker/pr/build Pipeline is pending approval
ci/woodpecker/pr/changelog Pipeline is pending approval
ci/woodpecker/pr/lint Pipeline is pending approval
ci/woodpecker/pr/test-e2e Pipeline is pending approval
ci/woodpecker/pr/test Pipeline is pending approval
2026-09-11 04:53:39 +00:00
Compare
Add changelog for search by author
Some checks are pending
ci/woodpecker/pr/build Pipeline is pending approval
ci/woodpecker/pr/changelog Pipeline is pending approval
ci/woodpecker/pr/lint Pipeline is pending approval
ci/woodpecker/pr/test-e2e Pipeline is pending approval
ci/woodpecker/pr/test Pipeline is pending approval
3f1b55dbf3
tusooa changed title from WIP: Search by author to Search by author 2026-09-11 04:59:29 +00:00
Debounce search api call
All checks were successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/changelog Pipeline was successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/test-e2e Pipeline was successful
15527d7e45
tusooa requested review from hj 2026-09-11 17:20:17 +00:00
hj requested changes 2026-09-17 17:39:57 +00:00
@ -23,0 +28,4 @@
:aria-expanded="advancedMode"
>
<FAIcon v-if="advancedMode" icon="chevron-up" />
<FAIcon v-else icon="chevron-down" />
Member

nit: i'd do a :icon="advancedMode ? 'chevron-up' : 'chevron-down'"

nit: i'd do a `:icon="advancedMode ? 'chevron-up' : 'chevron-down'"`
tusooa marked this conversation as resolved
@ -0,0 +75,4 @@
editing,
}
},
methods: {
Member

maybe put those in setup() as well?

maybe put those in `setup()` as well?
tusooa marked this conversation as resolved
Fade outdated search results
All checks were successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/changelog Pipeline was successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/test-e2e Pipeline was successful
10eec12e99
hj merged commit d61049c744 into develop 2026-09-21 08:51:31 +00:00
Sign in to join this conversation.
No reviewers
hj
No milestone
No project
No assignees
2 participants
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!3574
No description provided.