[PR #967] [MERGED] Desktop/promo toolbar #1046

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/967
Author: @Davy-c
Created: 5/25/2021
Status: Merged
Merged: 5/26/2021
Merged by: @Davy-c

Base: masterHead: desktop/promo-toolbar


📝 Commits (3)

  • 3030af6 subscriptions to desktop app
  • 32b0048 add electron update feedback
  • 1dcfdaa sse in app for teams and subs

📊 Changes

15 files changed (+245 additions, -42 deletions)

View changed files

📝 src/cloud/components/Application.tsx (+15 -0)
📝 src/cloud/components/organisms/EventSource.tsx (+23 -3)
📝 src/cloud/components/organisms/Subscription/SubscriptionManagement.tsx (+29 -2)
📝 src/cloud/components/organisms/settings/UpgradeTab.tsx (+6 -1)
📝 src/cloud/lib/stores/electron.ts (+4 -0)
📝 src/cloud/lib/subscription.ts (+1 -2)
📝 src/cloud/lib/utils/events.ts (+3 -0)
📝 src/components/App.tsx (+57 -0)
📝 src/components/atoms/BoostHubWebview.tsx (+12 -0)
📝 src/components/organisms/AppNavigator.tsx (+44 -21)
📝 src/components/organisms/BoostHubSignInForm.tsx (+1 -0)
📝 src/components/pages/BoostHubTeamsShowPage.tsx (+9 -0)
📝 src/lib/boosthub.tsx (+18 -13)
📝 src/lib/events.ts (+20 -0)
📝 src/lib/generalStatus.ts (+3 -0)

📄 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/967 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 5/25/2021 **Status:** ✅ Merged **Merged:** 5/26/2021 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `master` ← **Head:** `desktop/promo-toolbar` --- ### 📝 Commits (3) - [`3030af6`](https://github.com/BoostIO/BoostNote-App/commit/3030af6930f6e927a5fe347d65dc1e653481e34b) subscriptions to desktop app - [`32b0048`](https://github.com/BoostIO/BoostNote-App/commit/32b004831ec11021400f4eb3ebd1b05ec51ee480) add electron update feedback - [`1dcfdaa`](https://github.com/BoostIO/BoostNote-App/commit/1dcfdaa88091d1417fcc86277359c5fd97fcdd12) sse in app for teams and subs ### 📊 Changes **15 files changed** (+245 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/components/Application.tsx` (+15 -0) 📝 `src/cloud/components/organisms/EventSource.tsx` (+23 -3) 📝 `src/cloud/components/organisms/Subscription/SubscriptionManagement.tsx` (+29 -2) 📝 `src/cloud/components/organisms/settings/UpgradeTab.tsx` (+6 -1) 📝 `src/cloud/lib/stores/electron.ts` (+4 -0) 📝 `src/cloud/lib/subscription.ts` (+1 -2) 📝 `src/cloud/lib/utils/events.ts` (+3 -0) 📝 `src/components/App.tsx` (+57 -0) 📝 `src/components/atoms/BoostHubWebview.tsx` (+12 -0) 📝 `src/components/organisms/AppNavigator.tsx` (+44 -21) 📝 `src/components/organisms/BoostHubSignInForm.tsx` (+1 -0) 📝 `src/components/pages/BoostHubTeamsShowPage.tsx` (+9 -0) 📝 `src/lib/boosthub.tsx` (+18 -13) 📝 `src/lib/events.ts` (+20 -0) 📝 `src/lib/generalStatus.ts` (+3 -0) </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:24 +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#1046
No description provided.