[PR #305] [MERGED] Refactor utils #720

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/305
Author: @Rokt33r
Created: 1/19/2020
Status: Merged
Merged: 1/19/2020
Merged by: @Rokt33r

Base: masterHead: refactor-utils


📝 Commits (10+)

📊 Changes

93 files changed (+603 additions, -602 deletions)

View changed files

📝 .prettierignore (+0 -1)
📝 src/components/App.tsx (+18 -9)
📝 src/components/Dialog/Dialog.tsx (+1 -1)
📝 src/components/Dialog/DialogIcon.tsx (+1 -1)
📝 src/components/Dialog/MessageBoxDialogBody.tsx (+1 -1)
📝 src/components/Dialog/PromptDialogBody.tsx (+1 -1)
📝 src/components/GlobalStyle.tsx (+2 -2)
📝 src/components/Modal/index.tsx (+1 -1)
📝 src/components/NotePage/NoteDetail/TagList.tsx (+5 -1)
📝 src/components/NotePage/NoteList/NoteItem.tsx (+1 -1)
📝 src/components/NotePage/NoteList/NoteList.tsx (+1 -1)
📝 src/components/NotePage/NotePage.tsx (+1 -1)
📝 src/components/PreferencesModal/AboutTab.tsx (+1 -1)
📝 src/components/PreferencesModal/BillingTab.tsx (+1 -1)
📝 src/components/PreferencesModal/GeneralTab.tsx (+9 -6)
📝 src/components/PreferencesModal/PreferencesModal.tsx (+4 -1)
📝 src/components/Router.tsx (+7 -3)
📝 src/components/Tutorials/TutorialsNoteItem.tsx (+1 -1)
📝 src/components/atoms/AppLink.tsx (+1 -1)
📝 src/components/atoms/HighlightText.tsx (+1 -1)

...and 73 more files

📄 Description

No description provided


🔄 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/305 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 1/19/2020 **Status:** ✅ Merged **Merged:** 1/19/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `refactor-utils` --- ### 📝 Commits (10+) - [`e198d75`](https://github.com/BoostIO/BoostNote-App/commit/e198d75c360ac8c3ce3fbcb4bc77f49921cc05df) Refactor i18n - [`54fb1d5`](https://github.com/BoostIO/BoostNote-App/commit/54fb1d5096670569aeb9a71182ebcfd2c44247de) Flatten lib/utils - [`c12095e`](https://github.com/BoostIO/BoostNote-App/commit/c12095ef739af28f52d13117cc97a58a939271a4) Move methods in secret to string - [`fb55f6d`](https://github.com/BoostIO/BoostNote-App/commit/fb55f6d02696bf77b7ab7f0b05c99a06081fb4f7) Move osName to platform - [`8fc3aca`](https://github.com/BoostIO/BoostNote-App/commit/8fc3aca20fc4b39bcccad1dd2eb416938959b9df) Move escapeRegExp to string - [`7bb6653`](https://github.com/BoostIO/BoostNote-App/commit/7bb6653dc237e625d9699927b99e2f8e6aa5cde9) Flatten toast - [`89ee0ff`](https://github.com/BoostIO/BoostNote-App/commit/89ee0ff9215e1039f51c54b7cd65d22573930176) Flatten lib/modal - [`1765dae`](https://github.com/BoostIO/BoostNote-App/commit/1765dae38da9848a638f4ee37cc51cdbc2ac2271) Flatten cson-parser - [`a2fb046`](https://github.com/BoostIO/BoostNote-App/commit/a2fb046b70cd1f6f45cd2b351b1aec87c4ab6e8d) Restructure styled - [`6dbac86`](https://github.com/BoostIO/BoostNote-App/commit/6dbac86cf20a0f434746337644b3807cacc0678f) Flatten lib/icons ### 📊 Changes **93 files changed** (+603 additions, -602 deletions) <details> <summary>View changed files</summary> 📝 `.prettierignore` (+0 -1) 📝 `src/components/App.tsx` (+18 -9) 📝 `src/components/Dialog/Dialog.tsx` (+1 -1) 📝 `src/components/Dialog/DialogIcon.tsx` (+1 -1) 📝 `src/components/Dialog/MessageBoxDialogBody.tsx` (+1 -1) 📝 `src/components/Dialog/PromptDialogBody.tsx` (+1 -1) 📝 `src/components/GlobalStyle.tsx` (+2 -2) 📝 `src/components/Modal/index.tsx` (+1 -1) 📝 `src/components/NotePage/NoteDetail/TagList.tsx` (+5 -1) 📝 `src/components/NotePage/NoteList/NoteItem.tsx` (+1 -1) 📝 `src/components/NotePage/NoteList/NoteList.tsx` (+1 -1) 📝 `src/components/NotePage/NotePage.tsx` (+1 -1) 📝 `src/components/PreferencesModal/AboutTab.tsx` (+1 -1) 📝 `src/components/PreferencesModal/BillingTab.tsx` (+1 -1) 📝 `src/components/PreferencesModal/GeneralTab.tsx` (+9 -6) 📝 `src/components/PreferencesModal/PreferencesModal.tsx` (+4 -1) 📝 `src/components/Router.tsx` (+7 -3) 📝 `src/components/Tutorials/TutorialsNoteItem.tsx` (+1 -1) 📝 `src/components/atoms/AppLink.tsx` (+1 -1) 📝 `src/components/atoms/HighlightText.tsx` (+1 -1) _...and 73 more files_ </details> ### 📄 Description _No description provided_ --- <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:54 +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#720
No description provided.