Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const TestCustomEmailForm = () => {
{testResults && (
<Card className="mt-4">
<CardHeader>
<CardTitle>Test Result</CardTitle>
<CardTitle>Test result</CardTitle>
</CardHeader>
<CardContent>
<ResultsDisplay results={testResults} showFullContent={true} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function LearnedPatternsDialog({

<DialogContent className="max-w-2xl">
<DialogHeader>
<DialogTitle>Learned Patterns</DialogTitle>
<DialogTitle>Learned patterns</DialogTitle>
<DialogDescription>
Learned patterns are patterns that the AI has learned from your
email history. When a learned pattern is matched other rules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ import { isGoogleProvider } from "@/utils/email/provider-types";
export function PersonalSignatureSetting() {
const { data, isLoading, error } = useEmailAccountFull();

const hasSignature = !!data?.signature;

return (
<SettingCard
title="Email signature"
Expand All @@ -49,7 +47,7 @@ export function PersonalSignatureSetting() {
>
<SignatureDialog currentSignature={data?.signature || ""}>
<Button variant="outline" size="sm">
{hasSignature ? "Edit" : "Set"} Signature
Edit
</Button>
</SignatureDialog>
</LoadingContent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function SettingsTab() {
</div>

<div className="space-y-2">
<SectionHeader>Your Voice</SectionHeader>
<SectionHeader>Your voice</SectionHeader>
<WritingStyleSetting />
<AboutSetting />
<PersonalSignatureSetting />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function WritingStyleSetting() {
return (
<SettingCard
title="Writing style"
description="Used to draft replies in your voice."
description="Define your tone and style."
right={
<LoadingContent
loading={isLoading}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function CalendarConnections() {
{connections.length === 0 ? (
<Card>
<CardHeader className="pb-2">
<CardTitle>Connected Calendars</CardTitle>
<CardTitle>Connected calendars</CardTitle>
</CardHeader>

<CardContent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function ColdEmailTest() {
return (
<Card>
<CardHeader>
<CardTitle>Test Cold Email Blocker</CardTitle>
<CardTitle>Test cold email blocker</CardTitle>

<CardDescription>
Check how your the cold email blocker performs against previous
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function McpAgentTest() {
return (
<Card>
<CardHeader>
<CardTitle>Test MCP Integrations</CardTitle>
<CardTitle>Test MCP integrations</CardTitle>
<p className="text-sm text-gray-600 mt-2">
This tests the MCP agent's ability to research customer context from
connected systems like CRMs, payment platforms, and documentation to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default async function CategoriesPage({
{senders.length === 0 && (
<Card className="m-4">
<CardHeader>
<CardTitle>Categorize Senders</CardTitle>
<CardTitle>Categorize senders</CardTitle>
<CardDescription>
Now that you have some categories, our AI can categorize
senders.
Expand Down
2 changes: 1 addition & 1 deletion apps/web/app/(app)/admin/DebugLabels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function DebugLabels() {
return (
<Card className="max-w-xl">
<CardHeader>
<CardTitle>Debug Labels</CardTitle>
<CardTitle>Debug labels</CardTitle>
<CardDescription>Get all labels for an email account</CardDescription>
</CardHeader>
<CardContent className="space-y-4">
Expand Down
2 changes: 1 addition & 1 deletion apps/web/app/(app)/admin/GmailUrlConverter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function GmailUrlConverter() {
return (
<Card className="max-w-xl">
<CardHeader>
<CardTitle>Email Message Lookup</CardTitle>
<CardTitle>Email message lookup</CardTitle>
<CardDescription>
Find thread/message IDs using RFC822 Message-ID from email headers
</CardDescription>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/app/(app)/early-access/EarlyAccessFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function EarlyAccessFeatures() {
return (
<Card>
<CardHeader>
<CardTitle>Early Access Features</CardTitle>
<CardTitle>Early access features</CardTitle>
<CardDescription>
You can enable and disable early access features here.
</CardDescription>
Expand Down
8 changes: 4 additions & 4 deletions apps/web/app/(app)/early-access/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function RequestAccessPage() {
<>
<Card>
<CardHeader>
<CardTitle>Sender Categories</CardTitle>
<CardTitle>Sender categories</CardTitle>
<CardDescription>
Sender Categories is a feature that allows you to categorize
emails by sender, and take bulk actions or apply rules to
Expand All @@ -39,7 +39,7 @@ export default function RequestAccessPage() {
</Card>
{/* <Card>
<CardHeader>
<CardTitle>Bulk Archive</CardTitle>
<CardTitle>Bulk archive</CardTitle>
<CardDescription>
Archive emails from multiple senders at once, organized by
category.
Expand All @@ -53,7 +53,7 @@ export default function RequestAccessPage() {
</Card> */}
{/* <Card>
<CardHeader>
<CardTitle>Quick Bulk Archive</CardTitle>
<CardTitle>Quick bulk archive</CardTitle>
<CardDescription>
Quickly archive emails from multiple senders at once, grouped
by AI confidence level.
Expand All @@ -69,7 +69,7 @@ export default function RequestAccessPage() {
)}
<Card>
<CardHeader>
<CardTitle>Early Access</CardTitle>
<CardTitle>Early access</CardTitle>
<CardDescription>
Give us feedback on what features you want to see.
</CardDescription>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function AcceptInvitationPage() {
<div className="min-h-screen flex items-center justify-center bg-gray-50">
<Card className="w-full max-w-md">
<CardHeader>
<CardTitle>Invalid Invitation</CardTitle>
<CardTitle>Invalid invitation</CardTitle>
<CardDescription>
The invitation link is invalid or missing.
</CardDescription>
Expand All @@ -109,7 +109,7 @@ export default function AcceptInvitationPage() {
<div className="min-h-screen flex items-center justify-center bg-gray-50">
<Card className="w-full max-w-md">
<CardHeader>
<CardTitle>Invitation Error</CardTitle>
<CardTitle>Invitation error</CardTitle>
<CardDescription>{error}</CardDescription>
</CardHeader>
</Card>
Expand Down
6 changes: 3 additions & 3 deletions apps/web/components/ReferralDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function Referrals() {

<Card>
<CardHeader>
<CardTitle>Your Referral Code</CardTitle>
<CardTitle>Your referral code</CardTitle>
<CardDescription>
Share this code with friends to earn rewards
</CardDescription>
Expand Down Expand Up @@ -155,7 +155,7 @@ export function Referrals() {
<Card>
<CardHeader className="flex flex-row items-center justify-between space-y-0 pb-2">
<CardTitle className="text-sm font-medium">
Total Referrals
Total referrals
</CardTitle>
<Users className="h-4 w-4 text-muted-foreground" />
</CardHeader>
Expand All @@ -172,7 +172,7 @@ export function Referrals() {
<Card>
<CardHeader className="flex flex-row items-center justify-between space-y-0 pb-2">
<CardTitle className="text-sm font-medium">
Rewards Earned
Rewards earned
</CardTitle>
<Trophy className="h-4 w-4 text-muted-foreground" />
</CardHeader>
Expand Down
Loading