[PR #1445] [MERGED] routing for doc preview modal #1354

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1445
Author: @Davy-c
Created: 1/19/2022
Status: Merged
Merged: 1/20/2022
Merged by: @Rokt33r

Base: masterHead: feat/preview-routing


📝 Commits (4)

  • 56f55fd routing for doc preview modal
  • c4ba275 feedback for clarity and extraction
  • 1f003bd ref for manual closure
  • 1e662b4 add query safecases

📊 Changes

12 files changed (+186 additions, -16 deletions)

View changed files

📝 src/cloud/components/DashboardPage/index.tsx (+3 -0)
📝 src/cloud/components/DocPreview/index.tsx (+21 -1)
📝 src/cloud/components/Views/Calendar/CalendarView.tsx (+3 -3)
📝 src/cloud/components/Views/Kanban/index.tsx (+3 -3)
📝 src/cloud/components/Views/Table/TableView.tsx (+2 -2)
📝 src/cloud/components/Views/index.tsx (+3 -1)
src/cloud/lib/hooks/useCloudDocPreview.tsx (+38 -0)
📝 src/cloud/lib/hooks/useCloudResourceModals.tsx (+22 -1)
📝 src/cloud/lib/utils/events.ts (+8 -0)
📝 src/design/components/organisms/Modal/index.tsx (+46 -5)
📝 src/design/lib/stores/modal/types.ts (+7 -0)
📝 src/lib/hooks.ts (+30 -0)

📄 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/1445 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 1/19/2022 **Status:** ✅ Merged **Merged:** 1/20/2022 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `feat/preview-routing` --- ### 📝 Commits (4) - [`56f55fd`](https://github.com/BoostIO/BoostNote-App/commit/56f55fde646ad0932f19b4167154ea09640e63d9) routing for doc preview modal - [`c4ba275`](https://github.com/BoostIO/BoostNote-App/commit/c4ba27549c04a47629dd2209f800ffc9c8ac29ba) feedback for clarity and extraction - [`1f003bd`](https://github.com/BoostIO/BoostNote-App/commit/1f003bdb77a824d0d545298aedf6ce307b12f882) ref for manual closure - [`1e662b4`](https://github.com/BoostIO/BoostNote-App/commit/1e662b4b12055c9b108de7e9bb9abb0408d31b8f) add query safecases ### 📊 Changes **12 files changed** (+186 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/components/DashboardPage/index.tsx` (+3 -0) 📝 `src/cloud/components/DocPreview/index.tsx` (+21 -1) 📝 `src/cloud/components/Views/Calendar/CalendarView.tsx` (+3 -3) 📝 `src/cloud/components/Views/Kanban/index.tsx` (+3 -3) 📝 `src/cloud/components/Views/Table/TableView.tsx` (+2 -2) 📝 `src/cloud/components/Views/index.tsx` (+3 -1) ➕ `src/cloud/lib/hooks/useCloudDocPreview.tsx` (+38 -0) 📝 `src/cloud/lib/hooks/useCloudResourceModals.tsx` (+22 -1) 📝 `src/cloud/lib/utils/events.ts` (+8 -0) 📝 `src/design/components/organisms/Modal/index.tsx` (+46 -5) 📝 `src/design/lib/stores/modal/types.ts` (+7 -0) 📝 `src/lib/hooks.ts` (+30 -0) </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:47 +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#1354
No description provided.