mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #957] [MERGED] Features/doc props #1037
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#1037
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/957
Author: @Rokt33r
Created: 5/21/2021
Status: ✅ Merged
Merged: 5/23/2021
Merged by: @Rokt33r
Base:
master← Head:features/doc-props📝 Commits (10+)
e56f853Move PresenceIcons to top bar7beae0dIntroduce separator to topbara6cb5c5Update SerializedDoc interface935b2e0Replace archive route with status route12dd071Introduce DocStatusSelect26ac0feMove DocStatus to interfaces/db/doc8302e24Add successTextColor prop to theme interfaceaf3e404Replace archiveDoc/UnarchiveDoc with updateDocStatusdbbf553Add context__header classa1e6911Fix DocStatusSelect📊 Changes
111 files changed (+5769 additions, -5616 deletions)
View changed files
📝
package-lock.json(+22 -12)📝
package.json(+2 -2)➕
src/cloud/api/pages/teams/smart-folders.ts(+31 -0)📝
src/cloud/api/teams/docs/index.ts(+50 -8)📝
src/cloud/api/teams/resources/index.ts(+2 -0)➕
src/cloud/api/teams/smart-folder.ts(+81 -0)📝
src/cloud/components/Application.tsx(+141 -13)📝
src/cloud/components/Router.tsx(+12 -0)📝
src/cloud/components/UpgradeButton.tsx(+7 -36)📝
src/cloud/components/atoms/Checkbox.tsx(+1 -5)➕
src/cloud/components/atoms/DocStatusIcon.tsx(+76 -0)📝
src/cloud/components/atoms/EmojiIcon.tsx(+4 -2)📝
src/cloud/components/atoms/ErrorBlock.tsx(+1 -1)📝
src/cloud/components/molecules/ContentManager/Actions/ContentManagerArchivesBulkActions.tsx(+2 -2)📝
src/cloud/components/molecules/ContentManager/Actions/ContentManagerBulkActions.tsx(+3 -11)➕
src/cloud/components/molecules/ContentManager/Actions/DocOnlyContentManagerBulkActions.tsx(+333 -0)➕
src/cloud/components/molecules/ContentManager/DocOnlyContentManager.tsx(+158 -0)📝
src/cloud/components/molecules/ContentManager/Rows/ContentManagerDocRow.tsx(+9 -14)📝
src/cloud/components/molecules/ContentManager/Rows/ContentManagerRow.tsx(+103 -2)📝
src/cloud/components/molecules/ContentManager/Rows/ContentManagerRowLinkContent.tsx(+13 -1)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.