refactor(admin-web): drop eyebrow labels from page heroes
Remove the redundant eyebrow text above page titles in PageHero, BrandsView and TrackingView, and clean up the now-unused i18n keys. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -14,7 +14,6 @@ withDefaults(
|
|||||||
<template>
|
<template>
|
||||||
<section class="page-hero">
|
<section class="page-hero">
|
||||||
<div class="page-hero__copy">
|
<div class="page-hero__copy">
|
||||||
<p class="page-hero__eyebrow">{{ eyebrow }}</p>
|
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ title }}</h1>
|
||||||
<p>{{ description }}</p>
|
<p>{{ description }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -74,7 +74,6 @@ const enUS = {
|
|||||||
imitation: "Imitation Create",
|
imitation: "Imitation Create",
|
||||||
media: "Media",
|
media: "Media",
|
||||||
brandManagement: "Brand Management",
|
brandManagement: "Brand Management",
|
||||||
brands: "Brand Library",
|
|
||||||
tracking: "Tracking",
|
tracking: "Tracking",
|
||||||
trackingDetail: "Data Details",
|
trackingDetail: "Data Details",
|
||||||
contentManagement: "Content Management",
|
contentManagement: "Content Management",
|
||||||
@@ -399,7 +398,6 @@ const enUS = {
|
|||||||
noRecentArticles: "No recent generations yet",
|
noRecentArticles: "No recent generations yet",
|
||||||
},
|
},
|
||||||
tracking: {
|
tracking: {
|
||||||
eyebrow: "AI Brand Monitoring",
|
|
||||||
brandPlaceholder: "Select brand",
|
brandPlaceholder: "Select brand",
|
||||||
keywordPlaceholder: "Select keyword",
|
keywordPlaceholder: "Select keyword",
|
||||||
collectNow: "Collect Now",
|
collectNow: "Collect Now",
|
||||||
|
|||||||
@@ -499,7 +499,6 @@ async function submitCompetitor(): Promise<void> {
|
|||||||
<section class="brands-view__top-card">
|
<section class="brands-view__top-card">
|
||||||
<div class="brands-view__header">
|
<div class="brands-view__header">
|
||||||
<div class="brands-view__header-title">
|
<div class="brands-view__header-title">
|
||||||
<p class="eyebrow" style="margin-bottom: 4px;">{{ t('brands.eyebrow') }}</p>
|
|
||||||
<h2>{{ t('brands.title') }}</h2>
|
<h2>{{ t('brands.title') }}</h2>
|
||||||
<p>{{ t('brands.description') }}</p>
|
<p>{{ t('brands.description') }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -753,7 +753,6 @@ function disableTrackingDate(current: dayjs.Dayjs): boolean {
|
|||||||
<template>
|
<template>
|
||||||
<section class="tracking-view">
|
<section class="tracking-view">
|
||||||
<PageHero
|
<PageHero
|
||||||
:eyebrow="t('tracking.eyebrow')"
|
|
||||||
:title="t('route.tracking.title')"
|
:title="t('route.tracking.title')"
|
||||||
:description="heroDescription"
|
:description="heroDescription"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user