[PR #795] [MERGED] Merging cloud workspace #908

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/795
Author: @Rokt33r
Created: 2/17/2021
Status: Merged
Merged: 2/19/2021
Merged by: @Rokt33r

Base: masterHead: merging-cloud-workspace


📝 Commits (10+)

  • c8a1cec Implement webpack config for cloud workspace
  • 8793d83 Add addHostListenerOnce method to preload script for cloud workspace
  • 2eee415 Replace query with search
  • 51a79d8 Renew cloud workspace access token handling
  • e77ba43 Fix styled-components types
  • 55b81f5 Implement basic routing
  • e3c9d44 Discard legacy routing
  • e558da7 Add cloud/lib/stores/electron
  • fa2d08d Add scripts
  • 876c71d Refactor getInitialProps parameters

📊 Changes

705 files changed (+58421 additions, -1770 deletions)

View changed files

📝 .gitignore (+1 -0)
.nowignore (+0 -5)
cloud-static/editor.css (+395 -0)
cloud-static/favicon.ico (+0 -0)
cloud-static/images/apple-icon-180x180.png (+0 -0)
cloud-static/images/doc.png (+0 -0)
cloud-static/images/google-play-store-badge.svg (+112 -0)
cloud-static/images/img_centralize.png (+0 -0)
cloud-static/images/img_coauthoring.png (+0 -0)
cloud-static/images/img_coauthoring_2.png (+0 -0)
cloud-static/images/img_customblock.png (+0 -0)
cloud-static/images/img_devtool.png (+0 -0)
cloud-static/images/img_diagrams.png (+0 -0)
cloud-static/images/img_embed.png (+0 -0)
cloud-static/images/img_embedding.png (+0 -0)
cloud-static/images/img_features.png (+0 -0)
cloud-static/images/img_folders.png (+0 -0)
cloud-static/images/img_formula.png (+0 -0)
cloud-static/images/img_hero.png (+0 -0)
cloud-static/images/img_import.png (+0 -0)

...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/795 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 2/17/2021 **Status:** ✅ Merged **Merged:** 2/19/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `merging-cloud-workspace` --- ### 📝 Commits (10+) - [`c8a1cec`](https://github.com/BoostIO/BoostNote-App/commit/c8a1cec124221cac37a739d05b05afce6a0d201a) Implement webpack config for cloud workspace - [`8793d83`](https://github.com/BoostIO/BoostNote-App/commit/8793d835c352c65fd4e292cece1a6d9d59393c00) Add addHostListenerOnce method to preload script for cloud workspace - [`2eee415`](https://github.com/BoostIO/BoostNote-App/commit/2eee41570cb590428dacb67da71fd1d2ba46d558) Replace query with search - [`51a79d8`](https://github.com/BoostIO/BoostNote-App/commit/51a79d842e86c32129ef72b24faf22331d71b95f) Renew cloud workspace access token handling - [`e77ba43`](https://github.com/BoostIO/BoostNote-App/commit/e77ba431a83f643951508c29930b3f33b0681878) Fix styled-components types - [`55b81f5`](https://github.com/BoostIO/BoostNote-App/commit/55b81f5df6f221e25db4b8f141a9e5472c25ea5d) Implement basic routing - [`e3c9d44`](https://github.com/BoostIO/BoostNote-App/commit/e3c9d449dce2defff939724096569efffbd28273) Discard legacy routing - [`e558da7`](https://github.com/BoostIO/BoostNote-App/commit/e558da734d07e7d0ecd004aa402b6b3291ce89b5) Add cloud/lib/stores/electron - [`fa2d08d`](https://github.com/BoostIO/BoostNote-App/commit/fa2d08d7187cb92612ad3c450110321b7bf3df82) Add scripts - [`876c71d`](https://github.com/BoostIO/BoostNote-App/commit/876c71d25684299ea008f7b8c9589c5b95262091) Refactor getInitialProps parameters ### 📊 Changes **705 files changed** (+58421 additions, -1770 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) ➖ `.nowignore` (+0 -5) ➕ `cloud-static/editor.css` (+395 -0) ➕ `cloud-static/favicon.ico` (+0 -0) ➕ `cloud-static/images/apple-icon-180x180.png` (+0 -0) ➕ `cloud-static/images/doc.png` (+0 -0) ➕ `cloud-static/images/google-play-store-badge.svg` (+112 -0) ➕ `cloud-static/images/img_centralize.png` (+0 -0) ➕ `cloud-static/images/img_coauthoring.png` (+0 -0) ➕ `cloud-static/images/img_coauthoring_2.png` (+0 -0) ➕ `cloud-static/images/img_customblock.png` (+0 -0) ➕ `cloud-static/images/img_devtool.png` (+0 -0) ➕ `cloud-static/images/img_diagrams.png` (+0 -0) ➕ `cloud-static/images/img_embed.png` (+0 -0) ➕ `cloud-static/images/img_embedding.png` (+0 -0) ➕ `cloud-static/images/img_features.png` (+0 -0) ➕ `cloud-static/images/img_folders.png` (+0 -0) ➕ `cloud-static/images/img_formula.png` (+0 -0) ➕ `cloud-static/images/img_hero.png` (+0 -0) ➕ `cloud-static/images/img_import.png` (+0 -0) _...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:23:45 +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#908
No description provided.