[PR #1384] [MERGED] Docopsv3/calendar view #1307

Closed
opened 2026-03-03 00:25:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1384
Author: @Davy-c
Created: 12/3/2021
Status: Merged
Merged: 12/8/2021
Merged by: @Davy-c

Base: docops-v3Head: docopsv3/calendar-view


📝 Commits (10+)

📊 Changes

30 files changed (+1692 additions, -305 deletions)

View changed files

📝 package-lock.json (+63 -0)
📝 package.json (+3 -0)
📝 src/cloud/api/teams/docs/index.ts (+3 -7)
📝 src/cloud/api/teams/props/index.ts (+1 -0)
📝 src/cloud/components/ContentManager/ContentManagerToolbar.tsx (+3 -4)
📝 src/cloud/components/ContentManager/SortingOption.tsx (+3 -1)
src/cloud/components/Props/Pickers/DatePropPicker.tsx (+404 -0)
src/cloud/components/Props/Pickers/DueDateSelect.tsx (+0 -141)
📝 src/cloud/components/Props/Pickers/PropertyValueButton.tsx (+10 -1)
📝 src/cloud/components/Props/PropPicker.tsx (+8 -11)
src/cloud/components/Views/Calendar/CalendarEventItem.tsx (+73 -0)
src/cloud/components/Views/Calendar/CalendarEventItemContextMenu.tsx (+68 -0)
src/cloud/components/Views/Calendar/CalendarNoDateContext.tsx (+136 -0)
src/cloud/components/Views/Calendar/CalendarView.tsx (+404 -0)
src/cloud/components/Views/Calendar/CalendarWatchedPropContext.tsx (+223 -0)
📝 src/cloud/components/Views/Table/TableView.tsx (+0 -3)
📝 src/cloud/components/Views/index.tsx (+11 -1)
📝 src/cloud/components/buttons/NewDocButton.tsx (+25 -29)
📝 src/cloud/lib/hooks/useCloudApi.ts (+9 -2)
📝 src/cloud/lib/hooks/useCloudResourceModals.tsx (+6 -11)

...and 10 more files

📄 Description

No description provided


🔄 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/BoostIO/BoostNote-App/pull/1384 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 12/3/2021 **Status:** ✅ Merged **Merged:** 12/8/2021 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `docops-v3` ← **Head:** `docopsv3/calendar-view` --- ### 📝 Commits (10+) - [`043c09d`](https://github.com/BoostIO/BoostNote-App/commit/043c09dc8d4f9de33c95be137f97c61dc65d11b3) initial component start - [`ddaae58`](https://github.com/BoostIO/BoostNote-App/commit/ddaae587074251c0e562c1b115e7b2c55738bd5b) watched prop inclusion - [`31a1abb`](https://github.com/BoostIO/BoostNote-App/commit/31a1abb0751882ad64f735b8fe41e1644027aefa) introduce calendar - [`09f1d5e`](https://github.com/BoostIO/BoostNote-App/commit/09f1d5e1b49524c7d9d471481ba3dec2093fc912) doc memos - [`6ab8778`](https://github.com/BoostIO/BoostNote-App/commit/6ab8778937af20bcc28712d547d5b23830cfbf85) rename due date select - [`a901db4`](https://github.com/BoostIO/BoostNote-App/commit/a901db48b999476c35a924adad38b0005f5e3560) date prop picker range - [`9ce60fd`](https://github.com/BoostIO/BoostNote-App/commit/9ce60fd928001fed284ec646b7b3f6685e777b20) start date to validate dashboard queries - [`b55b954`](https://github.com/BoostIO/BoostNote-App/commit/b55b9548b550525e7b83e471ce7dabc0a3de07e7) context menu actions - [`55ec8b7`](https://github.com/BoostIO/BoostNote-App/commit/55ec8b7a468d1935d90c92e37be69b53b0d8b26b) add doc creation from select - [`e45d8ea`](https://github.com/BoostIO/BoostNote-App/commit/e45d8ea37762a84b93912384db02a8bafe79cdc8) remove invalidate dom nesting for calendar item; ### 📊 Changes **30 files changed** (+1692 additions, -305 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+63 -0) 📝 `package.json` (+3 -0) 📝 `src/cloud/api/teams/docs/index.ts` (+3 -7) 📝 `src/cloud/api/teams/props/index.ts` (+1 -0) 📝 `src/cloud/components/ContentManager/ContentManagerToolbar.tsx` (+3 -4) 📝 `src/cloud/components/ContentManager/SortingOption.tsx` (+3 -1) ➕ `src/cloud/components/Props/Pickers/DatePropPicker.tsx` (+404 -0) ➖ `src/cloud/components/Props/Pickers/DueDateSelect.tsx` (+0 -141) 📝 `src/cloud/components/Props/Pickers/PropertyValueButton.tsx` (+10 -1) 📝 `src/cloud/components/Props/PropPicker.tsx` (+8 -11) ➕ `src/cloud/components/Views/Calendar/CalendarEventItem.tsx` (+73 -0) ➕ `src/cloud/components/Views/Calendar/CalendarEventItemContextMenu.tsx` (+68 -0) ➕ `src/cloud/components/Views/Calendar/CalendarNoDateContext.tsx` (+136 -0) ➕ `src/cloud/components/Views/Calendar/CalendarView.tsx` (+404 -0) ➕ `src/cloud/components/Views/Calendar/CalendarWatchedPropContext.tsx` (+223 -0) 📝 `src/cloud/components/Views/Table/TableView.tsx` (+0 -3) 📝 `src/cloud/components/Views/index.tsx` (+11 -1) 📝 `src/cloud/components/buttons/NewDocButton.tsx` (+25 -29) 📝 `src/cloud/lib/hooks/useCloudApi.ts` (+9 -2) 📝 `src/cloud/lib/hooks/useCloudResourceModals.tsx` (+6 -11) _...and 10 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:25:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#1307
No description provided.