pathes
Build self-hosted HTTP Toolkit / build (linux-x64, ubuntu-latest, true) (push) Canceled after 0s
Build self-hosted HTTP Toolkit / build (macos-arm64, macos-latest, true) (push) Canceled after 0s
Build self-hosted HTTP Toolkit / build (windows-x64, windows-latest, false) (push) Canceled after 0s
Build self-hosted HTTP Toolkit / release (push) Canceled after 0s

This commit is contained in:
2026-08-15 01:59:20 +05:00
commit aeb59e8eda
16 changed files with 862 additions and 0 deletions
@@ -0,0 +1,23 @@
diff --git a/src/components/app.tsx b/src/components/app.tsx
index 0fbf3e39..805c08a6 100644
--- a/src/components/app.tsx
+++ b/src/components/app.tsx
@@ -212,17 +212,7 @@ class App extends React.Component<{
onClick: this.props.uiStore.openMcpModal
}]
: []
- ),
-
- {
- name: 'Give feedback',
- title: "Suggest features or report issues",
- icon: 'ChatText',
- position: 'bottom',
- highlight: true,
- type: 'web',
- url: 'https://github.com/httptoolkit/httptoolkit/issues/new/choose'
- }
+ )
] as SidebarItem[];
}