mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
* feat(metadata): Enhance metadata generation for repository browsing feat(utils): Add parseRepoPath function to extract repository name and revision from URL path * feat(metadata): update tab title with appropriate file name, path or repository name. * fix: remove left-over console logs and Async Params resolution. * feat: refactor parsePathForTitle to utilize getBrowseParamsFromPathParam for cleaner code. * minor refactoring and adding changelog. * Remove unused import * refactor: change parsePathForTitle to a non-exported function --------- Co-authored-by: Brendan Kellam <bshizzle1234@gmail.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .eslintignore | ||
| .eslintrc.json | ||
| .gitignore | ||
| components.json | ||
| next.config.mjs | ||
| package.json | ||
| postcss.config.mjs | ||
| sentry.client.config.ts | ||
| sentry.edge.config.ts | ||
| sentry.server.config.ts | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vitest.config.mts | ||