feat: introduce new front-end UI button for cross-posting, hide move on topics in remote cids

- Hide the ability to select remote cids in topic move category search
- Add a new option to category search: 'localOnly'; pretty self descriptive.
This commit is contained in:
Julian Lam
2025-12-11 16:03:19 -05:00
parent ea1e4c7dff
commit 0041cfe2ed
7 changed files with 19 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ async function findMatchedCids(uid, data) {
query: data.search,
qs: data.query,
paginate: false,
localOnly: data.localOnly,
});
let matchedCids = result.categories.map(c => c.cid);