-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
difficulty:easyIssues that are easy to solve.Issues that are easy to solve.enhancementNew feature or requestNew feature or request
Description
There are inconsistencies in how URLs are constructed across the codebase.
Files using direct string concatenation:
apps/masterbots.ai/components/layout/header/user-menu.tsxapps/masterbots.ai/components/layout/profile/profile-page-sidebar.tsxapps/masterbots.ai/components/layout/sidebar/profile-sidebar.tsxapps/masterbots.ai/lib/hooks/use-sidebar.tsxapps/masterbots.ai/lib/threads.ts
Files using the urlBuilders utility:
sidebar-link.tsxbrowse-list-item.tsxchat-accordion.tsx
To improve maintainability and consistency, all URL construction should utilize the urlBuilders utility.
Backlinks:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
difficulty:easyIssues that are easy to solve.Issues that are easy to solve.enhancementNew feature or requestNew feature or request