mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #1318] [MERGED] Docops v1/status prop integration #1259
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#1259
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/1318
Author: @ButteryCrumpet
Created: 11/17/2021
Status: ✅ Merged
Merged: 11/17/2021
Merged by: @Davy-c
Base:
dashboard/new← Head:docops-v1/status-prop-integration📝 Commits (9)
fee6ee0status apidb9fe42useStatuses hookd7391e9basic Status picker0c4187asimple status editorc35c069color pickerfd5a714introduce status selector for query5a5476dhandle 'No Status'da1a76ffix default status conditionbd1f883fix clipping issues📊 Changes
18 files changed (+722 additions, -229 deletions)
View changed files
📝
package-lock.json(+1 -2)📝
package.json(+1 -0)➕
src/cloud/api/status/index.ts(+67 -0)📝
src/cloud/components/Modal/contents/SmartView/ConditionItem.tsx(+3 -3)📝
src/cloud/components/Modal/contents/SmartView/ConditionValueControl.tsx(+5 -4)➕
src/cloud/components/Modal/contents/SmartView/StatusSelect.tsx(+60 -0)📝
src/cloud/components/Props/Pickers/StatusSelect.tsx(+336 -182)📝
src/cloud/components/Props/PropPicker.tsx(+19 -33)📝
src/cloud/components/Props/PropSelectorModal.tsx(+0 -1)📝
src/cloud/interfaces/db/props.ts(+3 -0)📝
src/cloud/interfaces/db/smartView.ts(+1 -0)➕
src/cloud/interfaces/db/status.ts(+6 -0)📝
src/cloud/lib/props.ts(+8 -2)📝
src/cloud/lib/smartViews.ts(+13 -1)➕
src/cloud/lib/stores/status/index.ts(+147 -0)📝
src/design/components/atoms/Scroller.tsx(+1 -0)➕
src/design/components/molecules/Form/atoms/FormColorSelect.tsx(+51 -0)📝
src/design/components/organisms/MetadataContainer/molecules/MetadataContainerRow.tsx(+0 -1)📄 Description
PropPicker🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.