One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links ๐Ÿ“… calendar.xyehr.cn
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: tabs components

authored by

Evan Huang and committed by
GitHub
ee278455 d92d6fbe

+1
+1
components/app/analytics/import-export.tsx
··· 799 799 defaultValue="file" 800 800 value={importTab} 801 801 onValueChange={setImportTab} 802 + className="flex-col" 802 803 > 803 804 <TabsList className="grid grid-cols-2"> 804 805 <TabsTrigger value="file">{t.fileImport}</TabsTrigger>