diff --git a/app/(main)/[locale]/calendar/page.tsx b/app/(main)/[locale]/calendar/page.tsx index 07a2e98d..0c9ffefd 100644 --- a/app/(main)/[locale]/calendar/page.tsx +++ b/app/(main)/[locale]/calendar/page.tsx @@ -1149,13 +1149,13 @@ export default function CalendarPage() {
{field.description}
@@ -250,7 +250,7 @@ export function PluginConfigPanel({ pluginId, onBack }: Props) { value={formValues[key] ?? ''} onChange={(e) => setFormValues(prev => ({ ...prev, [key]: e.target.value }))} placeholder={config[key] ? '•••••••• (unchanged)' : (field.placeholder || '')} - className="w-full h-9 px-3 pr-10 rounded-md border border-input bg-background text-sm focus:outline-none focus:ring-2 focus:ring-ring font-mono" + className="w-full h-9 px-3 pe-10 rounded-md border border-input bg-background text-sm focus:outline-none focus:ring-2 focus:ring-ring font-mono" />
CORS warning: External JMAP servers must include this domain in their CORS Access-Control-Allow-Origin header, or requests from the browser will be blocked.
CORS warning: Each JMAP server must allow this webmail's origin in its Access-Control-Allow-Origin header, or browser requests will be blocked.
{uploadError}
)}+
{calendar.name}
{event.status === "tentative" && (
-
+
{t("detail.tentative")}
)}
{event.status === "cancelled" && (
-
+
{t("detail.cancelled")}
)}
@@ -346,13 +346,13 @@ export function EventDetailPopover({
<>
{eventCalendar.name}
+{eventCalendar.name}
)}{emailErrors[i]}
+{emailErrors[i]}
)}{t("empty_state_title")}
{t("empty_state_subtitle")}
{tDemoWelcome('description')}
{t('no_conversation_description')}
{onCompose && (
{t('view_source')}
@@ -3221,7 +3221,7 @@ export function EmailViewer({
{effectiveEmailContent.isHtml && (
{t('view_source')}
@@ -3343,7 +3343,7 @@ export function EmailViewer({
{effectiveEmailContent.isHtml && (
{t("sidebar_error")}
| + |
{t("name")}
|
- {t("size")} | -{t("modified")} | +{t("size")} | +{t("modified")} | |
|---|---|---|---|---|---|---|
| + |
|
- + |
|
- + |
+ {t("details")}); } else if (line.startsWith("- ") || line.startsWith("* ")) { - elements.push( {processInline(line.slice(2))}); + elements.push( {processInline(line.slice(2))}); } else if (line.startsWith("```")) { // Code block - collect until closing ``` const codeLines: string[] = []; diff --git a/components/files/file-upload-area.tsx b/components/files/file-upload-area.tsx index 5f678481..5a06763b 100644 --- a/components/files/file-upload-area.tsx +++ b/components/files/file-upload-area.tsx @@ -68,7 +68,7 @@ export function FileUploadArea({ onUpload, onUploadFolder, onCreateFolder, onCre size="sm" onClick={onCreateFolder} > - |