[PR #958] [MERGED] doc props feedback #1038

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

📋 Pull Request Information

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

Base: features/doc-propsHead: fix/doc-props-feedback


📝 Commits (10+)

📊 Changes

13 files changed (+596 additions, -343 deletions)

View changed files

📝 src/cloud/components/Application.tsx (+27 -37)
📝 src/cloud/components/molecules/DocShare.tsx (+28 -10)
📝 src/cloud/components/molecules/DocTagsList/TagsAutoCompleteInput.tsx (+55 -25)
📝 src/cloud/components/molecules/DocTagsList/index.tsx (+4 -1)
📝 src/cloud/components/molecules/DocTagsList/styled.ts (+6 -2)
📝 src/cloud/components/organisms/DocPage/index.tsx (+1 -3)
📝 src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/DocAssigneeSelect.tsx (+161 -28)
📝 src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/DocDueDateSelect.tsx (+49 -12)
📝 src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/DocPropertyValueButton.tsx (+16 -11)
📝 src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/DocStatusSelect.tsx (+2 -4)
📝 src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/index.tsx (+228 -210)
📝 src/shared/components/molecules/Form/atoms/FormSelect.tsx (+3 -0)
📝 src/shared/lib/styled/styleFunctions.ts (+16 -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/958 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 5/21/2021 **Status:** ✅ Merged **Merged:** 5/21/2021 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `features/doc-props` ← **Head:** `fix/doc-props-feedback` --- ### 📝 Commits (10+) - [`f5eab57`](https://github.com/BoostIO/BoostNote-App/commit/f5eab57da3a7ab96ee0ce5b79dc0fa0bf9bd80e2) hide rows when personal teams - [`164226e`](https://github.com/BoostIO/BoostNote-App/commit/164226e16fcbd480368bbda86b836a10abf83dfc) assignee bug - [`05e08bd`](https://github.com/BoostIO/BoostNote-App/commit/05e08bda637896db2811f148696a7fc18e2c83e3) assignee style - [`870a22d`](https://github.com/BoostIO/BoostNote-App/commit/870a22dafd7ad0e16eb80fb20753415fecb3496e) styles in doc property - [`4fb05c0`](https://github.com/BoostIO/BoostNote-App/commit/4fb05c0e6e31490ba72ef92c3c4b10a596b02920) fix all doc property items - [`a9983bc`](https://github.com/BoostIO/BoostNote-App/commit/a9983bce4fb5e8be162e48c865e6521533b68db3) fix text color - [`bb89bd7`](https://github.com/BoostIO/BoostNote-App/commit/bb89bd75405315e28a74bc9e77bc7ca72674d787) sharing states - [`05a3be7`](https://github.com/BoostIO/BoostNote-App/commit/05a3be769a8356c045f4227270bc8511d0c27a1d) guests and smart folders - [`9c13928`](https://github.com/BoostIO/BoostNote-App/commit/9c139287c5c511f27560b5133ebfb1f33b0d77c1) guest align - [`4daaa9f`](https://github.com/BoostIO/BoostNote-App/commit/4daaa9f426cbb8ca1dab3d695439b1067024a64a) remove view page for archived ### 📊 Changes **13 files changed** (+596 additions, -343 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/components/Application.tsx` (+27 -37) 📝 `src/cloud/components/molecules/DocShare.tsx` (+28 -10) 📝 `src/cloud/components/molecules/DocTagsList/TagsAutoCompleteInput.tsx` (+55 -25) 📝 `src/cloud/components/molecules/DocTagsList/index.tsx` (+4 -1) 📝 `src/cloud/components/molecules/DocTagsList/styled.ts` (+6 -2) 📝 `src/cloud/components/organisms/DocPage/index.tsx` (+1 -3) 📝 `src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/DocAssigneeSelect.tsx` (+161 -28) 📝 `src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/DocDueDateSelect.tsx` (+49 -12) 📝 `src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/DocPropertyValueButton.tsx` (+16 -11) 📝 `src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/DocStatusSelect.tsx` (+2 -4) 📝 `src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/index.tsx` (+228 -210) 📝 `src/shared/components/molecules/Form/atoms/FormSelect.tsx` (+3 -0) 📝 `src/shared/lib/styled/styleFunctions.ts` (+16 -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:24:22 +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#1038
No description provided.