[PR #977] [MERGED] UI: Added Intro Video #1055

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/977
Author: @ellekasai
Created: 5/31/2021
Status: Merged
Merged: 6/4/2021
Merged by: @Rokt33r

Base: masterHead: ui-pro-intro


📝 Commits (7)

📊 Changes

12 files changed (+274 additions, -15 deletions)

View changed files

cloud-static/images/img_public-private-sharing.jpg (+0 -0)
cloud-static/images/img_unlimited-cloud-doc.jpg (+0 -0)
cloud-static/images/img_version-history.jpg (+0 -0)
cloud-static/videos/pro-intro.mp4 (+0 -0)
src/cloud/components/UpgradeIntroButton.tsx (+80 -0)
📝 src/cloud/components/atoms/AnnouncementAlert.tsx (+3 -1)
📝 src/cloud/components/molecules/DocShare.tsx (+5 -3)
📝 src/cloud/components/organisms/FreeTrialPopup/index.tsx (+30 -8)
src/cloud/components/organisms/IntroPopup/index.tsx (+147 -0)
📝 src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/index.tsx (+3 -1)
📝 src/shared/components/organisms/Modal/index.tsx (+4 -0)
📝 src/shared/lib/stores/modal/types.ts (+2 -2)

📄 Description

Description

  • I added a quick intro video to the "Try the Pro Plan for free" popup.
  • I added Intro Popups to upgrade buttons (version history, reached 30 docs, and sharing options)

Screenshot & Video

Free Trial Popup

Boost-Note-An-open-sourced-markdown-editor-for-developers

https://user-images.githubusercontent.com/2410692/120196712-2005de00-c25b-11eb-8e5e-7ed3bee400c3.mp4

Upgrade Intro Popups

CleanShot 2021-06-04 at 16 24 58
CleanShot 2021-06-04 at 16 25 30
CleanShot 2021-06-04 at 16 45 13


🔄 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/977 **Author:** [@ellekasai](https://github.com/ellekasai) **Created:** 5/31/2021 **Status:** ✅ Merged **Merged:** 6/4/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `ui-pro-intro` --- ### 📝 Commits (7) - [`a5e9d63`](https://github.com/BoostIO/BoostNote-App/commit/a5e9d63d4dc9bf6492dc7dde01ad9261e574e856) Added Intro Video - [`3ada38f`](https://github.com/BoostIO/BoostNote-App/commit/3ada38f23309c04bc97b8dba3d6def8282f0f7f8) Added New Image - [`aa412d5`](https://github.com/BoostIO/BoostNote-App/commit/aa412d509904fe5e24881d5b1d36b07a158cecc9) Compressed Images - [`b60cdb3`](https://github.com/BoostIO/BoostNote-App/commit/b60cdb3c4fe4a540d9a4567876c19850b3a047f9) Added Small Modal - [`9b53f61`](https://github.com/BoostIO/BoostNote-App/commit/9b53f61f267b99ea6df8526910d50a56997029c5) Added IntroPopup - [`d92c360`](https://github.com/BoostIO/BoostNote-App/commit/d92c36024f5d336f3a34dfeaf6f31ec2c23f29b0) Added UpgradeIntroButton - [`9f8a52b`](https://github.com/BoostIO/BoostNote-App/commit/9f8a52b110823a34f0e2cb1cb572fbfb5a773cfe) Added UpgradeIntroButton ### 📊 Changes **12 files changed** (+274 additions, -15 deletions) <details> <summary>View changed files</summary> ➕ `cloud-static/images/img_public-private-sharing.jpg` (+0 -0) ➕ `cloud-static/images/img_unlimited-cloud-doc.jpg` (+0 -0) ➕ `cloud-static/images/img_version-history.jpg` (+0 -0) ➕ `cloud-static/videos/pro-intro.mp4` (+0 -0) ➕ `src/cloud/components/UpgradeIntroButton.tsx` (+80 -0) 📝 `src/cloud/components/atoms/AnnouncementAlert.tsx` (+3 -1) 📝 `src/cloud/components/molecules/DocShare.tsx` (+5 -3) 📝 `src/cloud/components/organisms/FreeTrialPopup/index.tsx` (+30 -8) ➕ `src/cloud/components/organisms/IntroPopup/index.tsx` (+147 -0) 📝 `src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/index.tsx` (+3 -1) 📝 `src/shared/components/organisms/Modal/index.tsx` (+4 -0) 📝 `src/shared/lib/stores/modal/types.ts` (+2 -2) </details> ### 📄 Description ## Description - I added a quick intro video to the "Try the Pro Plan for free" popup. - I added Intro Popups to upgrade buttons (version history, reached 30 docs, and sharing options) ## Screenshot & Video ### Free Trial Popup ![Boost-Note-An-open-sourced-markdown-editor-for-developers](https://user-images.githubusercontent.com/2410692/120196696-1aa89380-c25b-11eb-85d7-9412b6a048fe.png) https://user-images.githubusercontent.com/2410692/120196712-2005de00-c25b-11eb-8e5e-7ed3bee400c3.mp4 ### Upgrade Intro Popups ![CleanShot 2021-06-04 at 16 24 58](https://user-images.githubusercontent.com/2410692/120766842-95bcc300-c555-11eb-8250-8c42c8a7bace.png) ![CleanShot 2021-06-04 at 16 25 30](https://user-images.githubusercontent.com/2410692/120766852-981f1d00-c555-11eb-8465-2a89f8719c50.png) ![CleanShot 2021-06-04 at 16 45 13](https://user-images.githubusercontent.com/2410692/120766856-98b7b380-c555-11eb-841e-1892daa9c453.png) --- <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:27 +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#1055
No description provided.