diff --git a/app/(dashboard)/chat/page.tsx b/app/(dashboard)/chat/page.tsx index 7d6912d..8e9b0aa 100644 --- a/app/(dashboard)/chat/page.tsx +++ b/app/(dashboard)/chat/page.tsx @@ -158,7 +158,7 @@ export default function AIChatPage() { Sohbetler - + + + )) )} @@ -236,10 +236,9 @@ export default function AIChatPage() {

AI Asistan

-

Kayıtlı verilerin hakkında soru sor.

- @@ -304,11 +303,11 @@ export default function AIChatPage() { disabled={isLoading} /> {isLoading ? ( - ) : ( - )} diff --git a/app/(dashboard)/clients/[id]/client-detail-client.tsx b/app/(dashboard)/clients/[id]/client-detail-client.tsx index 938f787..d018bd8 100644 --- a/app/(dashboard)/clients/[id]/client-detail-client.tsx +++ b/app/(dashboard)/clients/[id]/client-detail-client.tsx @@ -102,7 +102,6 @@ export function ClientDetailClient({ client, activities }: { client: ClientDetai

{client.name}

- {client.company_name &&

{client.company_name}

}
@@ -113,7 +112,7 @@ export function ClientDetailClient({ client, activities }: { client: ClientDetai {!client.client_auth_id && ( - @@ -135,9 +134,9 @@ export function ClientDetailClient({ client, activities }: { client: ClientDetai
-
- - + @@ -226,7 +225,7 @@ export function ClientDetailClient({ client, activities }: { client: ClientDetai - @@ -262,7 +261,7 @@ export function ClientDetailClient({ client, activities }: { client: ClientDetai
- diff --git a/app/(dashboard)/clients/clients-client.tsx b/app/(dashboard)/clients/clients-client.tsx index 65a0896..ed4e37e 100644 --- a/app/(dashboard)/clients/clients-client.tsx +++ b/app/(dashboard)/clients/clients-client.tsx @@ -167,9 +167,6 @@ export function ClientsClient({

CRM & Müşteriler

-

- Potansiyel müşterilerini pipeline üzerinden takip et ve müşteri ilişkilerini yönet. -

@@ -331,7 +328,7 @@ function DraggableClientCard({ {client.name}
e.stopPropagation()}> - } /> + } />
{client.company_name &&

{client.company_name}

} @@ -412,11 +409,11 @@ function ClientRow({ client }: { client: ClientListItem }) {
- - Düzenle} /> + Düzenle} />
); @@ -457,9 +454,9 @@ function ClientDialog({ {trigger || ( - @@ -652,19 +649,19 @@ function TaskPanel({
- -
{task.status !== "done" ? ( - @@ -942,7 +940,7 @@ function ProjectSettingsDialog({ project }: { project: ProjectDetail }) {
- @@ -977,7 +975,7 @@ function ProjectTaskDialog({ return ( - @@ -1091,7 +1089,7 @@ function ProjectTaskDialog({
- @@ -1217,10 +1215,10 @@ function TabButton({ children: React.ReactNode; }) { return ( - - @@ -806,7 +805,7 @@ function AIProjectRiskDialog({ projectId }: { projectId?: string }) {
{!result && !loading && (
- @@ -829,8 +828,8 @@ function AIProjectRiskDialog({ projectId }: { projectId?: string }) { {result && ( - - + diff --git a/app/(dashboard)/settings/page.tsx b/app/(dashboard)/settings/page.tsx index 1d34eec..1f156fc 100644 --- a/app/(dashboard)/settings/page.tsx +++ b/app/(dashboard)/settings/page.tsx @@ -261,9 +261,6 @@ export default function SettingsPage() {

Ayarlar

-

- Workspace markanızı, profilinizi, görünümü ve sistem tercihlerinizi yönetin. -

@@ -273,18 +270,16 @@ export default function SettingsPage() { {tabs.map((tab) => { const Icon = tab.icon; return ( - + ) })} @@ -448,7 +443,7 @@ export default function SettingsPage() {
- @@ -561,7 +556,7 @@ export default function SettingsPage() {
-
@@ -584,7 +579,7 @@ export default function SettingsPage() {
-
@@ -644,7 +639,7 @@ export default function SettingsPage() { )}
-
@@ -725,9 +720,9 @@ function BrandingAssetField({ className="cursor-pointer" /> {hasCustomAsset ? ( - - ) : null} -