mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 13:25:49 +03:00
[PR #1481] [MERGED] Doc properties - compound & url #1384
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#1384
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/1481
Author: @Davy-c
Created: 2/6/2022
Status: ✅ Merged
Merged: 2/6/2022
Merged by: @Davy-c
Base:
master← Head:feat/doc-properties-expand📝 Commits (10+)
ec5e084migrating json dataType to subtypec9bd0aafix prop type change15982ffurl prop5a13d7cdependencyd82ba56style fix in tables for dependencies9b58489fix form select defaultb745956fix doc preview routing3c4d789remove unnecessary getffc52bbremove log563d420change smartview query📊 Changes
28 files changed (+1110 additions, -201 deletions)
View changed files
📝
src/cloud/components/ContentManager/ContentManagerToolbar.tsx(+9 -24)📝
src/cloud/components/DocPage/index.tsx(+2 -0)📝
src/cloud/components/DocProperties.tsx(+4 -6)📝
src/cloud/components/Modal/contents/SmartView/ConditionItem.tsx(+14 -12)📝
src/cloud/components/Modal/contents/SmartView/ConditionValueControl.tsx(+4 -6)➕
src/cloud/components/Props/Pickers/DocDependencySelect.tsx(+469 -0)📝
src/cloud/components/Props/Pickers/PropertyValueButton.tsx(+104 -59)➕
src/cloud/components/Props/Pickers/UrlSelect.tsx(+201 -0)📝
src/cloud/components/Props/PropConfig.tsx(+7 -12)📝
src/cloud/components/Props/PropPicker.tsx(+85 -26)📝
src/cloud/components/Views/Calendar/CalendarView.tsx(+3 -2)📝
src/cloud/components/Views/List/ListDocProperties.tsx(+1 -2)📝
src/cloud/components/Views/Table/TableView.tsx(+1 -2)📝
src/cloud/interfaces/db/props.ts(+35 -17)📝
src/cloud/interfaces/db/smartView.ts(+1 -0)📝
src/cloud/lib/hooks/props/index.ts(+3 -2)📝
src/cloud/lib/hooks/useCloudDocPreview.tsx(+8 -4)📝
src/cloud/lib/hooks/useCloudResourceModals.tsx(+3 -1)📝
src/cloud/lib/props.ts(+71 -7)📝
src/cloud/lib/smartViews.ts(+12 -6)...and 8 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.