mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #1449] [MERGED] Comment improvements #1359
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#1359
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/comment-improvements📝 Commits (7)
b6f6297Add initial overhaul of comment system7b806a6Fix user icons1321913Fix back button marginadd8fd7Modify behavior on new comment836d67aFix re-focus on comment79e82e1Update how comment scroll worksd734275Add send button📊 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.