[PR #65] [MERGED] Features/message box dialog #538

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/65
Author: @Rokt33r
Created: 1/30/2019
Status: Merged
Merged: 1/30/2019
Merged by: @Rokt33r

Base: masterHead: features/message-box-dialog


📝 Commits (8)

  • f59ff43 Set specific dialog type so ts can distinguish union type
  • 2bbe1f0 Rename PromptDialog to PromptDialogBody
  • 1f1dcb7 Rename MessageBoxDialogData props
  • 98b7ab8 Implement MessageBoxDialog
  • a7af5aa Show message box dialog when deleting a folder
  • b1ba000 Rename dialog data
  • 7d49667 Make prompt button label configurable
  • ef92467 Rename setOptions method to setData

📊 Changes

6 files changed (+146 additions, -36 deletions)

View changed files

📝 src/main/components/Dialog/Dialog.tsx (+15 -13)
src/main/components/Dialog/MessageBoxDialogBody.tsx (+72 -0)
📝 src/main/components/Dialog/PromptDialogBody.tsx (+16 -14)
📝 src/main/components/SideNavigator/StorageItem/FolderItem.tsx (+14 -1)
📝 src/main/lib/dialog/DialogStore.tsx (+17 -4)
📝 src/main/lib/dialog/interfaces.ts (+12 -4)

📄 Description

messagebox-dialog


🔄 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/65 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 1/30/2019 **Status:** ✅ Merged **Merged:** 1/30/2019 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `features/message-box-dialog` --- ### 📝 Commits (8) - [`f59ff43`](https://github.com/BoostIO/BoostNote-App/commit/f59ff43abecab0b5181ae9156265051e4239d084) Set specific dialog type so ts can distinguish union type - [`2bbe1f0`](https://github.com/BoostIO/BoostNote-App/commit/2bbe1f0db608a1dc6cecc0306aca13cd41e31213) Rename PromptDialog to PromptDialogBody - [`1f1dcb7`](https://github.com/BoostIO/BoostNote-App/commit/1f1dcb7bb3ec44134e8277247173d1de77f40260) Rename MessageBoxDialogData props - [`98b7ab8`](https://github.com/BoostIO/BoostNote-App/commit/98b7ab8481c5df90cd87ef5160a02ef3803bd9a3) Implement MessageBoxDialog - [`a7af5aa`](https://github.com/BoostIO/BoostNote-App/commit/a7af5aa8ab759c3ab9ca65fa0d7d5e32143f185c) Show message box dialog when deleting a folder - [`b1ba000`](https://github.com/BoostIO/BoostNote-App/commit/b1ba000d36de8a66cb38cc93d36fb265badff3bc) Rename dialog data - [`7d49667`](https://github.com/BoostIO/BoostNote-App/commit/7d49667ba0206be2e9ef25b5f4856282904ab18b) Make prompt button label configurable - [`ef92467`](https://github.com/BoostIO/BoostNote-App/commit/ef92467ec4e1ac98474a1676dfe3020da64b3c80) Rename setOptions method to setData ### 📊 Changes **6 files changed** (+146 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `src/main/components/Dialog/Dialog.tsx` (+15 -13) ➕ `src/main/components/Dialog/MessageBoxDialogBody.tsx` (+72 -0) 📝 `src/main/components/Dialog/PromptDialogBody.tsx` (+16 -14) 📝 `src/main/components/SideNavigator/StorageItem/FolderItem.tsx` (+14 -1) 📝 `src/main/lib/dialog/DialogStore.tsx` (+17 -4) 📝 `src/main/lib/dialog/interfaces.ts` (+12 -4) </details> ### 📄 Description ![messagebox-dialog](https://user-images.githubusercontent.com/5865853/51966024-bc165380-24ae-11e9-92d2-a01ae12f37ae.gif) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:22:03 +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#538
No description provided.