sourcebot/packages/web/src/app/[domain]/browse
Michael Sukkarieh 4bb93c9f3e
feat(analytics): Adds analytics dashboard (#358)
* add deps

* hook up dau from audit table to analytics page

* add audit event for code nav

* analytics dashboard

* add changelog entry

* add news entry

* smaller video and news data nit

* feedback
2025-06-20 14:57:05 -07:00
..
[...path] feat(analytics): Adds analytics dashboard (#358) 2025-06-20 14:57:05 -07:00
components feature: basic file search (#341) 2025-06-09 12:51:35 -07:00
hooks feature: File explorer (#336) 2025-06-06 12:38:16 -07:00
browseStateProvider.tsx feature: basic file search (#341) 2025-06-09 12:51:35 -07:00
layout.tsx feature: basic file search (#341) 2025-06-09 12:51:35 -07:00
README.md V4 (#311) 2025-05-28 16:08:42 -07:00

File browser

This directory contains Sourcebot's file browser implementation. URL paths are used to determine what file the user wants to view. The following template is used:

/browse/<repo-name>[@<optional-revision-name>]/-/(blob|tree)/<path_to_file>

For example, to view packages/backend/src/env.ts in Sourcebot, we would use the following path:

/browse/github.com/sourcebot-dev/sourcebot@HEAD/-/blob/packages/backend/src/env.ts