[PR #951] [MERGED] Modal scroll changes #1030

Closed
opened 2026-03-03 00:24:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/951
Author: @Davy-c
Created: 5/17/2021
Status: Merged
Merged: 5/17/2021
Merged by: @Davy-c

Base: masterHead: refactoring/modal-changes


📝 Commits (5)

📊 Changes

14 files changed (+112 additions, -93 deletions)

View changed files

📝 src/cloud/components/Application.tsx (+1 -1)
📝 src/cloud/components/molecules/Editor/EditorTemplateButton.tsx (+1 -1)
📝 src/cloud/components/molecules/Editor/index.tsx (+1 -1)
📝 src/cloud/components/molecules/Helper.tsx (+1 -1)
📝 src/cloud/components/organisms/Modal/contents/Doc/RevisionsModal/styled.ts (+1 -1)
📝 src/cloud/components/organisms/Sidebar/SideNavigator/SidebarNewDocControls.tsx (+1 -1)
📝 src/cloud/components/organisms/Sidebar/SidebarSecondaryTeamLinks.tsx (+1 -1)
📝 src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/index.tsx (+2 -4)
📝 src/cloud/components/organisms/settings/IntegrationsTab.tsx (+1 -1)
📝 src/cloud/lib/hooks/useCloudUI.tsx (+0 -4)
📝 src/shared/components/atoms/VerticalScroller.tsx (+9 -1)
📝 src/shared/components/organisms/Modal/index.tsx (+89 -72)
📝 src/shared/lib/stores/modal/store.ts (+1 -1)
📝 src/shared/lib/stores/modal/types.ts (+3 -3)

📄 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/951 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 5/17/2021 **Status:** ✅ Merged **Merged:** 5/17/2021 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `master` ← **Head:** `refactoring/modal-changes` --- ### 📝 Commits (5) - [`d729e38`](https://github.com/BoostIO/BoostNote-App/commit/d729e3875c699effd52997f520077c47fadd16f6) change props - [`7be1edd`](https://github.com/BoostIO/BoostNote-App/commit/7be1edd9f59eb8ce1020349b55171ea24c74956d) new style - [`8711684`](https://github.com/BoostIO/BoostNote-App/commit/8711684cadc664fea9982a1447704f5bf60e5c25) fix non equal padding/margin - [`32da524`](https://github.com/BoostIO/BoostNote-App/commit/32da5247a5aa5f0fdc5dbca20286f044079fa2de) revision modal - [`d59677e`](https://github.com/BoostIO/BoostNote-App/commit/d59677e7aecb3a14cd4a16d6346c377379dd7593) guest modal width ### 📊 Changes **14 files changed** (+112 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/components/Application.tsx` (+1 -1) 📝 `src/cloud/components/molecules/Editor/EditorTemplateButton.tsx` (+1 -1) 📝 `src/cloud/components/molecules/Editor/index.tsx` (+1 -1) 📝 `src/cloud/components/molecules/Helper.tsx` (+1 -1) 📝 `src/cloud/components/organisms/Modal/contents/Doc/RevisionsModal/styled.ts` (+1 -1) 📝 `src/cloud/components/organisms/Sidebar/SideNavigator/SidebarNewDocControls.tsx` (+1 -1) 📝 `src/cloud/components/organisms/Sidebar/SidebarSecondaryTeamLinks.tsx` (+1 -1) 📝 `src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/index.tsx` (+2 -4) 📝 `src/cloud/components/organisms/settings/IntegrationsTab.tsx` (+1 -1) 📝 `src/cloud/lib/hooks/useCloudUI.tsx` (+0 -4) 📝 `src/shared/components/atoms/VerticalScroller.tsx` (+9 -1) 📝 `src/shared/components/organisms/Modal/index.tsx` (+89 -72) 📝 `src/shared/lib/stores/modal/store.ts` (+1 -1) 📝 `src/shared/lib/stores/modal/types.ts` (+3 -3) </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:24:20 +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#1030
No description provided.