diff --git a/.github/workflows/desktop_cd.yaml b/.github/workflows/desktop_cd.yaml
index 16c8fc1b85..c684765b6a 100644
--- a/.github/workflows/desktop_cd.yaml
+++ b/.github/workflows/desktop_cd.yaml
@@ -73,7 +73,6 @@ jobs:
- uses: ./.github/actions/pnpm_install
- uses: ./.github/actions/poetry_install
- run: poetry run python scripts/pre_build.py
- - run: pnpm -F desktop lingui:compile
- run: pnpm -F ui build
- uses: ./.github/actions/apple_cert
id: apple-cert
diff --git a/.github/workflows/i18n.yaml b/.github/workflows/i18n.yaml
deleted file mode 100644
index 83d85e1da4..0000000000
--- a/.github/workflows/i18n.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
-on:
- workflow_dispatch:
- push:
- branches:
- - main
- paths:
- - apps/desktop/**
- - Taskfile.yaml
- pull_request:
- branches:
- - main
- paths:
- - apps/desktop/**
- - Taskfile.yaml
-
-jobs:
- i18n:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- - uses: ./.github/actions/pnpm_install
- - uses: arduino/setup-task@v1
- with:
- version: 3.x
- repo-token: ${{ secrets.GITHUB_TOKEN }}
- - run: task i18n
- - run: |
- if [[ -n $(git status --porcelain) ]]; then
- echo "::error::i18n data is not up-to-date. Please run 'task i18n' locally and commit the changes."
- echo "Changes detected:"
- git --no-pager diff
- exit 1
- fi
diff --git a/apps/desktop/src/components/editor-area/note-header/chips/event-chip.tsx b/apps/desktop/src/components/editor-area/note-header/chips/event-chip.tsx
index 0622e5c36c..3dcf9e42e2 100644
--- a/apps/desktop/src/components/editor-area/note-header/chips/event-chip.tsx
+++ b/apps/desktop/src/components/editor-area/note-header/chips/event-chip.tsx
@@ -1,5 +1,5 @@
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "@hypr/ui/components/ui/tooltip";
-import { Trans } from "@lingui/react/macro";
+
import { useMutation, useQuery, useQueryClient } from "@tanstack/react-query";
import { openUrl } from "@tauri-apps/plugin-opener";
import { clsx } from "clsx";
@@ -198,7 +198,7 @@ export function EventChip({ sessionId, isVeryNarrow = false, isNarrow = false }:
className="flex-1 focus:outline-none"
>
Saving...
:Save Date
} diff --git a/apps/desktop/src/components/editor-area/note-header/chips/participants-chip.tsx b/apps/desktop/src/components/editor-area/note-header/chips/participants-chip.tsx index c3c3f555b7..66f83b252a 100644 --- a/apps/desktop/src/components/editor-area/note-header/chips/participants-chip.tsx +++ b/apps/desktop/src/components/editor-area/note-header/chips/participants-chip.tsx @@ -1,4 +1,3 @@ -import { Trans, useLingui } from "@lingui/react/macro"; import { RiCornerDownLeftLine, RiLinkedinBoxFill } from "@remixicon/react"; import { useMutation, useQuery, useQueryClient } from "@tanstack/react-query"; import { clsx } from "clsx"; @@ -311,7 +310,6 @@ function ParticipentItem({ } function ParticipantAddControl({ sessionId }: { sessionId: string }) { - const { t } = useLingui(); const queryClient = useQueryClient(); const [newParticipantInput, setNewParticipantInput] = useState(""); const [selectedIndex, setSelectedIndex] = useState(-1); @@ -382,7 +380,7 @@ function ParticipantAddControl({ sessionId }: { sessionId: string }) { value={newParticipantInput} onChange={(e) => setNewParticipantInput(e.target.value)} onKeyDown={handleKeyDown} - placeholder={t`Find person`} + placeholder={"Find person"} className="w-full bg-transparent text-sm focus:outline-none placeholder:text-neutral-400" /> {newParticipantInput.trim() && ( @@ -560,7 +558,7 @@ function ParticipantCandidates({ + -No past notes with this contact
} + actionLabel={Create Note} /> )}No upcoming events with this contact
} /> )}
-
-
-
-
-
-
-
Access granted
+ :Optional for participant suggestions
}Only works with Custom Endpoints. Please configure one of the above first.
+ :Control how autonomous the AI enhancement should be.
}
-
-
-
-
Access Granted
:{description}
}{buttonText}
} )}
-