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.

Update Calendar.tsx

authored by

Evan Huang and committed by
GitHub
ba1378ab eacb7f08

-2
-2
components/Calendar.tsx
··· 23 23 import { ScrollArea } from "@/components/ui/scroll-area" 24 24 import UserProfileButton from "./UserProfileButton" 25 25 import { cn } from "@/lib/utils" 26 - import ModeToggle from "./ModeToggle" 27 26 28 27 type ViewType = "day" | "week" | "month" | "analytics" 29 28 ··· 430 429 setEnableShortcuts={setEnableShortcuts} 431 430 /> 432 431 <UserProfileButton /> 433 - <ModeToggle /> 434 432 </div> 435 433 </header> 436 434 <div className="flex-1 overflow-auto" ref={calendarRef}>