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 UserProfileButton.tsx

authored by

Evan Huang and committed by
GitHub
856a7162 70a9e3b1

+1 -2
+1 -2
components/UserProfileButton.tsx
··· 665 665 666 666 {isUserProfileOpen && ( 667 667 <div className="fixed inset-0 z-50 flex items-center justify-center bg-black/50 p-4"> 668 - <div className="relative w-full max-w-3xl bg-white rounded-lg shadow-xl overflow-hidden"> 668 + <div className="relative w-full max-w-4xl bg-white rounded-lg shadow-xl overflow-hidden"> 669 669 <button 670 670 onClick={() => setIsUserProfileOpen(false)} 671 671 className="absolute top-4 right-4 z-50 p-2 rounded-full hover:bg-accent transition-colors" ··· 678 678 </div> 679 679 </div> 680 680 )} 681 - 682 681 683 682 <Dialog open={isBackupOpen} onOpenChange={setIsBackupOpen}> 684 683 <DialogContent>