mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #1374] [MERGED] Docops v3 #1304
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#1304
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/1374
Author: @Davy-c
Created: 11/29/2021
Status: ✅ Merged
Merged: 12/10/2021
Merged by: @Davy-c
Base:
master← Head:docops-v3📝 Commits (10+)
a1a9384rework structure of basic components22542eeactivate view creation53e8257remove view folder component8946b9arefactor form toggable inputa2f8fc8remove new folder content row4729f95remove new doc content rowdfde4c7remove styled component for add row9ca7e61finalize structure80fb709Activate creation for views Selectorb6a2790memo for views selector📊 Changes
82 files changed (+6163 additions, -2436 deletions)
View changed files
📝
package-lock.json(+126 -0)📝
package.json(+6 -0)📝
src/cloud/api/teams/docs/index.ts(+3 -7)📝
src/cloud/api/teams/folders/index.ts(+25 -0)📝
src/cloud/api/teams/props/index.ts(+1 -0)📝
src/cloud/api/teams/tags/index.ts(+2 -0)📝
src/cloud/api/teams/views/index.ts(+5 -2)📝
src/cloud/components/ContentManager/ContentManagerToolbar.tsx(+3 -4)📝
src/cloud/components/ContentManager/SortingOption.tsx(+3 -1)📝
src/cloud/components/DashboardPage/index.tsx(+2 -2)📝
src/cloud/components/DocPage/DocTagsList/TagsAutoCompleteInput.tsx(+61 -152)📝
src/cloud/components/DocTagsListItem.tsx(+14 -5)📝
src/cloud/components/FolderPage/index.tsx(+2 -2)📝
src/cloud/components/Modal/contents/SmartView/StatusSelect.tsx(+3 -6)➕
src/cloud/components/Props/Pickers/DatePropPicker.tsx(+404 -0)➖
src/cloud/components/Props/Pickers/DueDateSelect.tsx(+0 -141)📝
src/cloud/components/Props/Pickers/PropertyValueButton.tsx(+10 -1)📝
src/cloud/components/Props/Pickers/StatusSelect.tsx(+31 -297)➕
src/cloud/components/Props/PropAddModal.tsx(+400 -0)📝
src/cloud/components/Props/PropPicker.tsx(+8 -11)...and 62 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.