[PR #892] [MERGED] wip #977

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/892
Author: @Davy-c
Created: 3/29/2021
Status: Merged
Merged: 4/21/2021
Merged by: @Rokt33r

Base: masterHead: feat/v2


📝 Commits (10+)

📊 Changes

264 files changed (+14890 additions, -4586 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 src/cloud/api/search/index.ts (+12 -0)
📝 src/cloud/api/teams/docs/index.ts (+2 -3)
📝 src/cloud/api/teams/folders/index.ts (+3 -3)
📝 src/cloud/api/teams/resources/index.ts (+1 -1)
📝 src/cloud/api/teams/workspaces/index.ts (+3 -3)
📝 src/cloud/components/App.tsx (+3 -3)
src/cloud/components/Application.tsx (+1326 -0)
📝 src/cloud/components/GlobalStyle.tsx (+0 -1)
📝 src/cloud/components/Router.tsx (+54 -28)
📝 src/cloud/components/UpgradeButton.tsx (+1 -1)
src/cloud/components/atoms/Divider.tsx (+0 -56)
📝 src/cloud/components/atoms/EmojiIcon.tsx (+7 -3)
📝 src/cloud/components/atoms/Link/TagLink.tsx (+19 -2)
📝 src/cloud/components/atoms/Link/WorkspaceLink.tsx (+5 -1)
📝 src/cloud/components/atoms/MarkdownView/styles.ts (+1 -1)
📝 src/cloud/components/atoms/ServiceConnect.tsx (+1 -1)
📝 src/cloud/components/atoms/Spinner.tsx (+1 -1)
src/cloud/components/layouts/AppLayout.tsx (+0 -703)
src/cloud/components/layouts/RightLayoutWithTopBar.tsx (+0 -72)

...and 80 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/892 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 3/29/2021 **Status:** ✅ Merged **Merged:** 4/21/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `feat/v2` --- ### 📝 Commits (10+) - [`4209346`](https://github.com/BoostIO/BoostNote-App/commit/420934609a4039185659509c95f73642d0f7f483) v2 - initial - [`7b6db6e`](https://github.com/BoostIO/BoostNote-App/commit/7b6db6e2b047fc71aa06a92c9f462c94a0473748) fix styled tsc - [`6fa6c45`](https://github.com/BoostIO/BoostNote-App/commit/6fa6c45229ed3ce857148060ad0d04e62013ad4b) fix theme - [`45b66ad`](https://github.com/BoostIO/BoostNote-App/commit/45b66ad55585cddd2ad662e0e8c099f13117057b) sidebar nav tmp - [`9b88e38`](https://github.com/BoostIO/BoostNote-App/commit/9b88e38bdb1916e12b4269dc6ae98ab919646aef) fix - [`adc4945`](https://github.com/BoostIO/BoostNote-App/commit/adc49450a0897825366b668928b87c75dd9ba9ae) remove shared for now - [`66eb5bd`](https://github.com/BoostIO/BoostNote-App/commit/66eb5bd34d71405666af9b503c8091584bdaba89) tmp context - [`aa5f2b9`](https://github.com/BoostIO/BoostNote-App/commit/aa5f2b9cbb437f19d67052e53427a2320256e373) remove unused file - [`a7cdc12`](https://github.com/BoostIO/BoostNote-App/commit/a7cdc12aab7ca13c7041b461d48da41088ed75be) initial wp - [`1208d7c`](https://github.com/BoostIO/BoostNote-App/commit/1208d7c06e6665e6a9b080414ef3a4977e5b252d) fix bem ### 📊 Changes **264 files changed** (+14890 additions, -4586 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `src/cloud/api/search/index.ts` (+12 -0) 📝 `src/cloud/api/teams/docs/index.ts` (+2 -3) 📝 `src/cloud/api/teams/folders/index.ts` (+3 -3) 📝 `src/cloud/api/teams/resources/index.ts` (+1 -1) 📝 `src/cloud/api/teams/workspaces/index.ts` (+3 -3) 📝 `src/cloud/components/App.tsx` (+3 -3) ➕ `src/cloud/components/Application.tsx` (+1326 -0) 📝 `src/cloud/components/GlobalStyle.tsx` (+0 -1) 📝 `src/cloud/components/Router.tsx` (+54 -28) 📝 `src/cloud/components/UpgradeButton.tsx` (+1 -1) ➖ `src/cloud/components/atoms/Divider.tsx` (+0 -56) 📝 `src/cloud/components/atoms/EmojiIcon.tsx` (+7 -3) 📝 `src/cloud/components/atoms/Link/TagLink.tsx` (+19 -2) 📝 `src/cloud/components/atoms/Link/WorkspaceLink.tsx` (+5 -1) 📝 `src/cloud/components/atoms/MarkdownView/styles.ts` (+1 -1) 📝 `src/cloud/components/atoms/ServiceConnect.tsx` (+1 -1) 📝 `src/cloud/components/atoms/Spinner.tsx` (+1 -1) ➖ `src/cloud/components/layouts/AppLayout.tsx` (+0 -703) ➖ `src/cloud/components/layouts/RightLayoutWithTopBar.tsx` (+0 -72) _...and 80 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:24: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#977
No description provided.