[PR #1379] [MERGED] Docops v3 refactor prop select #1305

Closed
opened 2026-03-03 00:25:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1379
Author: @ButteryCrumpet
Created: 12/1/2021
Status: Merged
Merged: 12/7/2021
Merged by: @ButteryCrumpet

Base: docops-v3Head: docops-v3-refactor-prop-select


📝 Commits (2)

  • 7ae7a99 extract prop suggestion selector
  • e5b3033 move PropsAddForm to design/

📊 Changes

5 files changed (+502 additions, -503 deletions)

View changed files

src/cloud/components/Props/PropAddModal.tsx (+367 -0)
📝 src/cloud/components/Props/PropSelectorModal.tsx (+2 -2)
src/cloud/components/Props/PropsAddForm.tsx (+0 -498)
📝 src/cloud/components/Views/Table/TableAddPropertyContext.tsx (+3 -3)
src/design/components/molecules/SuggestionSelect.tsx (+130 -0)

📄 Description

Refactor PropAddForm to be more re-usable


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/1379 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 12/1/2021 **Status:** ✅ Merged **Merged:** 12/7/2021 **Merged by:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Base:** `docops-v3` ← **Head:** `docops-v3-refactor-prop-select` --- ### 📝 Commits (2) - [`7ae7a99`](https://github.com/BoostIO/BoostNote-App/commit/7ae7a99a0ec60409d8fcdb76c7f4230d37d2bc40) extract prop suggestion selector - [`e5b3033`](https://github.com/BoostIO/BoostNote-App/commit/e5b303355f3777c04c8532065ac81afea494ce07) move PropsAddForm to design/ ### 📊 Changes **5 files changed** (+502 additions, -503 deletions) <details> <summary>View changed files</summary> ➕ `src/cloud/components/Props/PropAddModal.tsx` (+367 -0) 📝 `src/cloud/components/Props/PropSelectorModal.tsx` (+2 -2) ➖ `src/cloud/components/Props/PropsAddForm.tsx` (+0 -498) 📝 `src/cloud/components/Views/Table/TableAddPropertyContext.tsx` (+3 -3) ➕ `src/design/components/molecules/SuggestionSelect.tsx` (+130 -0) </details> ### 📄 Description Refactor `PropAddForm` to be more re-usable --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:25:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#1305
No description provided.