We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are inconsistencies in how URLs are constructed across the codebase.
Files using direct string concatenation:
apps/masterbots.ai/components/layout/header/user-menu.tsx
apps/masterbots.ai/components/layout/profile/profile-page-sidebar.tsx
apps/masterbots.ai/components/layout/sidebar/profile-sidebar.tsx
apps/masterbots.ai/lib/hooks/use-sidebar.tsx
apps/masterbots.ai/lib/threads.ts
Files using the urlBuilders utility:
urlBuilders
sidebar-link.tsx
browse-list-item.tsx
chat-accordion.tsx
To improve maintainability and consistency, all URL construction should utilize the urlBuilders utility.
Backlinks:
@AndlerRL
The text was updated successfully, but these errors were encountered:
AndlerRL
sheriffjimoh
No branches or pull requests
There are inconsistencies in how URLs are constructed across the codebase.
Files using direct string concatenation:
apps/masterbots.ai/components/layout/header/user-menu.tsx
apps/masterbots.ai/components/layout/profile/profile-page-sidebar.tsx
apps/masterbots.ai/components/layout/sidebar/profile-sidebar.tsx
apps/masterbots.ai/lib/hooks/use-sidebar.tsx
apps/masterbots.ai/lib/threads.ts
Files using the
urlBuilders
utility:sidebar-link.tsx
browse-list-item.tsx
chat-accordion.tsx
To improve maintainability and consistency, all URL construction should utilize the
urlBuilders
utility.Backlinks:
@AndlerRL
The text was updated successfully, but these errors were encountered: