tidy up suggestions api (#1699)

Streamlines the suggestions/autocomplete api and removes redundancy. All logic accessing the backend is now in hooks in ui-api.
This commit is contained in:
Konstantin Schaper
2021-06-15 15:36:21 +02:00
committed by GitHub
parent e5e79398d2
commit 17ecec03b2
7 changed files with 129 additions and 96 deletions

View File

@@ -32,7 +32,9 @@ export * from "./base";
export * from "./login";
export * from "./groups";
export * from "./users";
export * from "./suggestions";
export * from "./userSuggestions";
export * from "./groupSuggestions";
export * from "./repositories";
export * from "./namespaces";
export * from "./branches";