[PR #1449] [MERGED] Comment improvements #1359

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1449
Author: @Komediruzecki
Created: 1/20/2022
Status: Merged
Merged: 2/4/2022
Merged by: @Davy-c

Base: masterHead: feature/comment-improvements


📝 Commits (7)

📊 Changes

14 files changed (+521 additions, -627 deletions)

View changed files

📝 src/cloud/components/Comments/CommentInput.tsx (+94 -55)
📝 src/cloud/components/Comments/CommentList.tsx (+71 -44)
📝 src/cloud/components/Comments/CommentManager.tsx (+70 -95)
📝 src/cloud/components/Comments/ThreadActionButton.tsx (+2 -9)
📝 src/cloud/components/Comments/ThreadItem.tsx (+245 -92)
📝 src/cloud/components/Comments/ThreadList.tsx (+7 -6)
📝 src/cloud/components/Editor/index.tsx (+3 -114)
📝 src/cloud/components/MarkdownView/CustomizedMarkdownPreviewer.tsx (+0 -9)
📝 src/cloud/components/MarkdownView/index.tsx (+0 -59)
📝 src/cloud/components/UserIcon.tsx (+1 -1)
📝 src/cloud/lib/hooks/useCommentManagerState.ts (+2 -4)
📝 src/cloud/lib/hooks/useThreadMenuActions.tsx (+4 -47)
📝 src/cloud/lib/i18n/enUS.ts (+1 -1)
📝 src/mobile/components/pages/DocViewPage.tsx (+21 -91)

📄 Description

Improve comment system

Remove comment from MD preview
Add comment and threads
Update comment design
Update comment inputs

Showcases:

https://user-images.githubusercontent.com/18196945/150427285-5b73b280-9cd1-4a7d-b512-d3c7f76de8df.mp4

https://user-images.githubusercontent.com/18196945/150427315-389dd4b6-fe48-4e2d-9358-63ff725d61da.mp4


🔄 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/1449 **Author:** [@Komediruzecki](https://github.com/Komediruzecki) **Created:** 1/20/2022 **Status:** ✅ Merged **Merged:** 2/4/2022 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `master` ← **Head:** `feature/comment-improvements` --- ### 📝 Commits (7) - [`b6f6297`](https://github.com/BoostIO/BoostNote-App/commit/b6f62971eb0bbee2a9ab0b22a952ba8de1ac7e09) Add initial overhaul of comment system - [`7b806a6`](https://github.com/BoostIO/BoostNote-App/commit/7b806a6c91de401d42daf31ac3029d743c533b47) Fix user icons - [`1321913`](https://github.com/BoostIO/BoostNote-App/commit/13219138323412eb819bb6a88bdf91c320ec79ec) Fix back button margin - [`add8fd7`](https://github.com/BoostIO/BoostNote-App/commit/add8fd7e16e143a6cf52c51403c83792d90e5e2d) Modify behavior on new comment - [`836d67a`](https://github.com/BoostIO/BoostNote-App/commit/836d67a1b7ccf89c7f881aa0f20f55a735fe2465) Fix re-focus on comment - [`79e82e1`](https://github.com/BoostIO/BoostNote-App/commit/79e82e145216c6df1c17016a42b1e0158372f111) Update how comment scroll works - [`d734275`](https://github.com/BoostIO/BoostNote-App/commit/d7342756dcae2ddad98a2e8ecae945518fe3ab52) Add send button ### 📊 Changes **14 files changed** (+521 additions, -627 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/components/Comments/CommentInput.tsx` (+94 -55) 📝 `src/cloud/components/Comments/CommentList.tsx` (+71 -44) 📝 `src/cloud/components/Comments/CommentManager.tsx` (+70 -95) 📝 `src/cloud/components/Comments/ThreadActionButton.tsx` (+2 -9) 📝 `src/cloud/components/Comments/ThreadItem.tsx` (+245 -92) 📝 `src/cloud/components/Comments/ThreadList.tsx` (+7 -6) 📝 `src/cloud/components/Editor/index.tsx` (+3 -114) 📝 `src/cloud/components/MarkdownView/CustomizedMarkdownPreviewer.tsx` (+0 -9) 📝 `src/cloud/components/MarkdownView/index.tsx` (+0 -59) 📝 `src/cloud/components/UserIcon.tsx` (+1 -1) 📝 `src/cloud/lib/hooks/useCommentManagerState.ts` (+2 -4) 📝 `src/cloud/lib/hooks/useThreadMenuActions.tsx` (+4 -47) 📝 `src/cloud/lib/i18n/enUS.ts` (+1 -1) 📝 `src/mobile/components/pages/DocViewPage.tsx` (+21 -91) </details> ### 📄 Description Improve comment system Remove comment from MD preview Add comment and threads Update comment design Update comment inputs Showcases: https://user-images.githubusercontent.com/18196945/150427285-5b73b280-9cd1-4a7d-b512-d3c7f76de8df.mp4 https://user-images.githubusercontent.com/18196945/150427315-389dd4b6-fe48-4e2d-9358-63ff725d61da.mp4 --- <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:49 +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#1359
No description provided.