SurfSense/surfsense_web/app/dashboard
CREDO23 2f9768b371 fix: register Linear tools in TOOLS_WITH_UI and make GraphQL calls async
- Add create_linear_issue, update_linear_issue, delete_linear_issue to
  TOOLS_WITH_UI so the HIL approval cards are correctly dispatched to
  the Linear tool-ui components (without this the interrupt cards were
  never rendered)
- Replace blocking requests.post with httpx.AsyncClient in
  LinearConnector.execute_graphql_query to avoid stalling the asyncio
  event loop during live streaming; remove now-unused requests import
2026-02-19 15:53:59 +02:00
..
[search_space_id] fix: register Linear tools in TOOLS_WITH_UI and make GraphQL calls async 2026-02-19 15:53:59 +02:00
user/settings Added build version for cloud, local and Docker installs 2026-02-04 11:30:30 -05:00
layout.tsx fix: remove message from loading UI 2026-01-27 15:28:30 +05:30
loading.tsx fix: remove message from loading UI 2026-01-27 15:28:30 +05:30
page.tsx fix: remove message from loading UI 2026-01-27 15:28:30 +05:30