mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[PR #953] [MERGED] Feat/comments #1033
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#1033
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/953
Author: @ButteryCrumpet
Created: 5/18/2021
Status: ✅ Merged
Merged: 5/21/2021
Merged by: @ButteryCrumpet
Base:
master← Head:feat/comments📝 Commits (10+)
66f3f02selection tooltipfafd01dselection tooltip: update position on resize669ddc2only handle Range selectionsacaabbemenu prop and selection contexta3cdbd7tab context menufc6ed77comments api76280bfcomments hook39f1bbdstyled comment liste35727ecomment componentsf9ce95astore fixes📊 Changes
34 files changed (+2409 additions, -64 deletions)
View changed files
📝
.gitignore(+1 -0)📝
package-lock.json(+30 -13)📝
package.json(+1 -1)➕
src/cloud/api/comments/comment.ts(+73 -0)➕
src/cloud/api/comments/thread.ts(+118 -0)📝
src/cloud/components/Router.tsx(+5 -2)📝
src/cloud/components/atoms/MarkdownView/index.tsx(+193 -7)📝
src/cloud/components/atoms/MarkdownView/styles.ts(+11 -11)➕
src/cloud/components/atoms/SelectionTooltip.tsx(+66 -0)➕
src/cloud/components/molecules/CommentInput.tsx(+100 -0)➕
src/cloud/components/molecules/CommentList.tsx(+148 -0)📝
src/cloud/components/molecules/Editor/index.tsx(+156 -25)➕
src/cloud/components/molecules/ThreadActionButton.tsx(+65 -0)➕
src/cloud/components/molecules/ThreadItem.tsx(+135 -0)➕
src/cloud/components/organisms/CommentManager.tsx(+304 -0)📝
src/cloud/components/organisms/DocPage/View.tsx(+3 -1)📝
src/cloud/components/organisms/EventSource.tsx(+11 -0)📝
src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/DynamicExports.tsx(+1 -1)📝
src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/index.tsx(+3 -1)📝
src/cloud/interfaces/db/appEvents.ts(+6 -0)...and 14 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.