[PR #1206] [MERGED] updated calendar to pull from real cal, account deletions enabled #1172

Closed
opened 2026-03-22 16:02:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1206
Author: @kai4avaya
Created: 2/27/2026
Status: Merged
Merged: 2/27/2026
Merged by: @profvjreddi

Base: devHead: feat/account-deletion-calendar


📝 Commits (1)

  • 5ae6b3b updated calendar to pull from real cal, account deletions enabled

📊 Changes

5 files changed (+395 additions, -53 deletions)

View changed files

📝 tinytorch/site/extra/community/app.js (+4 -1)
📝 tinytorch/site/extra/community/events.html (+255 -45)
📝 tinytorch/site/extra/community/modules/profile.js (+89 -1)
📝 tinytorch/site/extra/community/modules/styles.js (+27 -0)
📝 tinytorch/site/extra/community/modules/ui.js (+20 -6)

📄 Description

Allow users to delete their accounts
Events now pulls events from our global calendar
UI updates

  • needs a site build.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/1206 **Author:** [@kai4avaya](https://github.com/kai4avaya) **Created:** 2/27/2026 **Status:** ✅ Merged **Merged:** 2/27/2026 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `feat/account-deletion-calendar` --- ### 📝 Commits (1) - [`5ae6b3b`](https://github.com/harvard-edge/cs249r_book/commit/5ae6b3bd5ff8bd0cbb7fe045198a429bbd2f0388) updated calendar to pull from real cal, account deletions enabled ### 📊 Changes **5 files changed** (+395 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `tinytorch/site/extra/community/app.js` (+4 -1) 📝 `tinytorch/site/extra/community/events.html` (+255 -45) 📝 `tinytorch/site/extra/community/modules/profile.js` (+89 -1) 📝 `tinytorch/site/extra/community/modules/styles.js` (+27 -0) 📝 `tinytorch/site/extra/community/modules/ui.js` (+20 -6) </details> ### 📄 Description Allow users to delete their accounts Events now pulls events from our global calendar UI updates - needs a site build. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 16:02:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#1172