feat: search

This commit is contained in:
liyasthomas
2021-08-10 13:46:42 +05:30
parent da74fb5241
commit b612feea41
25 changed files with 493 additions and 256 deletions

View File

@@ -17,8 +17,14 @@ export type HoppAction =
| "request.method.put" // Select PUT Method
| "request.method.delete" // Select DELETE Method
| "flyouts.keybinds.toggle" // Shows the keybinds flyout
| "modals.search.toggle" // Shows the search modal
| "modals.support.toggle" // Shows the support modal
| "modals.share.toggle" // Shows the share modal
| "navigation.rest.jump" // Jump to REST page
| "navigation.graphql.jump" // Jump to GraphQL page
| "navigation.realtime.jump" // Jump to realtime page
| "navigation.documentation.jump" // Jump to documentation page
| "navigation.settings.jump" // Jump to settings page
type BoundActionList = {
// eslint-disable-next-line no-unused-vars