Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Block instance #2144

Merged
merged 6 commits into from Sep 27, 2023
Merged

feat: Block instance #2144

merged 6 commits into from Sep 27, 2023

Conversation

SleeplessOne1917
Copy link
Member

Description

This makes the UI able to take advantage of the block instance feature.

Screenshots

Desktop

image

Mobile

image

src/shared/components/person/settings.tsx Outdated Show resolved Hide resolved
src/shared/components/person/settings.tsx Show resolved Hide resolved
src/shared/routes.ts Show resolved Hide resolved
@@ -987,6 +1084,27 @@ export class Settings extends Component<any, SettingsState> {
});
});

handleInstanceSearch = debounce(async (text: string) => {
Copy link
Member

Choose a reason for hiding this comment

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

With the massive number of federated instances we have now, we really need to add instance searching to /search, as well as do paging for getFederatedInstances . Obvi not rn, but ideally would be using the search endpoint like the others.

Copy link
Member

@dessalines dessalines left a comment

Choose a reason for hiding this comment

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

👍

@dessalines dessalines merged commit f0ccf93 into main Sep 27, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants