[PR #1388] [MERGED] Add number prop type #1311

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1388
Author: @Komediruzecki
Created: 12/4/2021
Status: Merged
Merged: 12/7/2021
Merged by: @Rokt33r

Base: masterHead: feature/add-number-prop-type


📝 Commits (3)

📊 Changes

5 files changed (+215 additions, -0 deletions)

View changed files

📝 src/cloud/components/ContentManager/ContentManagerToolbar.tsx (+2 -0)
src/cloud/components/Props/Pickers/NumberSelect.tsx (+170 -0)
📝 src/cloud/components/Props/PropPicker.tsx (+19 -0)
📝 src/cloud/components/Props/PropsAddForm.tsx (+13 -0)
📝 src/cloud/lib/props.ts (+11 -0)

📄 Description

  • Add number prop
  • Add input change for number prop
  • Add default value and error message on not a number

Video showcase:

https://user-images.githubusercontent.com/18196945/144726024-4d0a1736-fece-4b64-a90d-dffb0ac4350b.mp4

Issue:
https://boostnote.io/boostio/Number-property-dC595cea6a7bbf4b0e80678a086ccc0380


🔄 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/1388 **Author:** [@Komediruzecki](https://github.com/Komediruzecki) **Created:** 12/4/2021 **Status:** ✅ Merged **Merged:** 12/7/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `feature/add-number-prop-type` --- ### 📝 Commits (3) - [`c63cf08`](https://github.com/BoostIO/BoostNote-App/commit/c63cf086dbf1d78fb23385a711277be610120807) Add number prop type - [`2d897d9`](https://github.com/BoostIO/BoostNote-App/commit/2d897d9d606e7767fbab6f9831ecc2a97c406119) Fix unused import in number status - [`f4c5e01`](https://github.com/BoostIO/BoostNote-App/commit/f4c5e01039950fb9dd86cc6ea9357f50331ba477) Add out of focus save ### 📊 Changes **5 files changed** (+215 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/components/ContentManager/ContentManagerToolbar.tsx` (+2 -0) ➕ `src/cloud/components/Props/Pickers/NumberSelect.tsx` (+170 -0) 📝 `src/cloud/components/Props/PropPicker.tsx` (+19 -0) 📝 `src/cloud/components/Props/PropsAddForm.tsx` (+13 -0) 📝 `src/cloud/lib/props.ts` (+11 -0) </details> ### 📄 Description - Add number prop - Add input change for number prop - Add default value and error message on not a number Video showcase: https://user-images.githubusercontent.com/18196945/144726024-4d0a1736-fece-4b64-a90d-dffb0ac4350b.mp4 Issue: https://boostnote.io/boostio/Number-property-dC595cea6a7bbf4b0e80678a086ccc0380 --- <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:36 +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#1311
No description provided.