[PR #402] [MERGED] Clickable checkboxes #744

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/402
Author: @Rokt33r
Created: 4/10/2020
Status: Merged
Merged: 4/10/2020
Merged by: @Rokt33r

Base: masterHead: clickable-checkboxes


📝 Commits (6)

  • 0f1b223 checkboxes checkable in previewer (init)
  • 2aa1b5a Improve updateContent method to accept updater function
  • 9aceb05 Add temp type def for remark-emoji
  • d04f2d0 Fix NoteDetail for desktop app
  • 203baa8 Implement MarkdownCheckbox
  • 1e0866a Use MarkdownCheckbox for check list

📊 Changes

6 files changed (+110 additions, -11 deletions)

View changed files

📝 src/components/atoms/CustomizedMarkdownPreviewer.tsx (+5 -0)
📝 src/components/atoms/MarkdownPreviewer.tsx (+25 -4)
src/components/atoms/markdown/MarkdownCheckbox.tsx (+50 -0)
📝 src/components/organisms/NoteDetail/NoteDetail.tsx (+17 -4)
📝 src/mobile/components/organisms/NoteDetail.tsx (+12 -3)
📝 typings/unified.d.ts (+1 -0)

📄 Description

Fixes #283
From https://github.com/BoostIO/BoostNote.next/pull/353


🔄 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/402 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 4/10/2020 **Status:** ✅ Merged **Merged:** 4/10/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `clickable-checkboxes` --- ### 📝 Commits (6) - [`0f1b223`](https://github.com/BoostIO/BoostNote-App/commit/0f1b22312bf36d57839702dbb1d6067d67780981) checkboxes checkable in previewer (init) - [`2aa1b5a`](https://github.com/BoostIO/BoostNote-App/commit/2aa1b5af1d4cb68f2058ccecfe4498fa28ff3c20) Improve updateContent method to accept updater function - [`9aceb05`](https://github.com/BoostIO/BoostNote-App/commit/9aceb05880982cb99e9e5a6e25c07fbdbecbb6e6) Add temp type def for remark-emoji - [`d04f2d0`](https://github.com/BoostIO/BoostNote-App/commit/d04f2d026fad907face81b7a91cf85e6170a8b82) Fix NoteDetail for desktop app - [`203baa8`](https://github.com/BoostIO/BoostNote-App/commit/203baa8aaa545a4cd8530cafb94e0335d14fc61b) Implement MarkdownCheckbox - [`1e0866a`](https://github.com/BoostIO/BoostNote-App/commit/1e0866a17d33aa32bbd0480d7ec44cbe3fa8c3a7) Use MarkdownCheckbox for check list ### 📊 Changes **6 files changed** (+110 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/components/atoms/CustomizedMarkdownPreviewer.tsx` (+5 -0) 📝 `src/components/atoms/MarkdownPreviewer.tsx` (+25 -4) ➕ `src/components/atoms/markdown/MarkdownCheckbox.tsx` (+50 -0) 📝 `src/components/organisms/NoteDetail/NoteDetail.tsx` (+17 -4) 📝 `src/mobile/components/organisms/NoteDetail.tsx` (+12 -3) 📝 `typings/unified.d.ts` (+1 -0) </details> ### 📄 Description Fixes #283 From https://github.com/BoostIO/BoostNote.next/pull/353 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:00 +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#744
No description provided.