[PR #828] [MERGED] Fix/analytics #934

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

📋 Pull Request Information

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

Base: masterHead: fix/analytics


📝 Commits (8)

📊 Changes

10 files changed (+248 additions, -149 deletions)

View changed files

src/cloud/components/UpgradeButton.tsx (+106 -0)
📝 src/cloud/components/atoms/AnnouncementAlert.tsx (+7 -20)
📝 src/cloud/components/atoms/ErrorBlock.tsx (+29 -13)
📝 src/cloud/components/molecules/Banner/SubLimitReachedBanner.tsx (+8 -2)
📝 src/cloud/components/molecules/DocShare.tsx (+17 -25)
📝 src/cloud/components/molecules/LayoutSelect.tsx (+3 -5)
📝 src/cloud/components/organisms/Modal/contents/Doc/RevisionsModal/index.tsx (+4 -1)
📝 src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/index.tsx (+41 -49)
📝 src/cloud/interfaces/analytics/mixpanel.ts (+33 -1)
src/cloud/lib/analytics/mixpanelFront.ts (+0 -33)

📄 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/828 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 3/6/2021 **Status:** ✅ Merged **Merged:** 3/6/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `fix/analytics` --- ### 📝 Commits (8) - [`ba3a17a`](https://github.com/BoostIO/BoostNote-App/commit/ba3a17acc3af6ff03f3cbb7c7a26af402f764af2) fix error block with ky error - [`5cf04f5`](https://github.com/BoostIO/BoostNote-App/commit/5cf04f5623acb6fedb35c794cddf7903285c0169) fix margin error block in revision modal - [`2dcc12d`](https://github.com/BoostIO/BoostNote-App/commit/2dcc12d8df99ef4875b18aae91df59fcb32191ef) unify upgrade button - [`9ddcad4`](https://github.com/BoostIO/BoostNote-App/commit/9ddcad49e6777cf422410248c582003ce2d594ca) fix doc layout edit - [`7b12b8e`](https://github.com/BoostIO/BoostNote-App/commit/7b12b8e7fb0ca095af348b6d64bab966672d91f5) revision event - [`da2d432`](https://github.com/BoostIO/BoostNote-App/commit/da2d432bf41e43848b76174f7f171e92f3cf5e6c) add events - [`1640ef3`](https://github.com/BoostIO/BoostNote-App/commit/1640ef31dd0f7638ca26b87fc3b2f4cc0eb7fb93) reflect interfaces - [`b572a25`](https://github.com/BoostIO/BoostNote-App/commit/b572a25067dc904a1e49538744b9074ebd18f9d7) reflect profile interface ### 📊 Changes **10 files changed** (+248 additions, -149 deletions) <details> <summary>View changed files</summary> ➕ `src/cloud/components/UpgradeButton.tsx` (+106 -0) 📝 `src/cloud/components/atoms/AnnouncementAlert.tsx` (+7 -20) 📝 `src/cloud/components/atoms/ErrorBlock.tsx` (+29 -13) 📝 `src/cloud/components/molecules/Banner/SubLimitReachedBanner.tsx` (+8 -2) 📝 `src/cloud/components/molecules/DocShare.tsx` (+17 -25) 📝 `src/cloud/components/molecules/LayoutSelect.tsx` (+3 -5) 📝 `src/cloud/components/organisms/Modal/contents/Doc/RevisionsModal/index.tsx` (+4 -1) 📝 `src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/index.tsx` (+41 -49) 📝 `src/cloud/interfaces/analytics/mixpanel.ts` (+33 -1) ➖ `src/cloud/lib/analytics/mixpanelFront.ts` (+0 -33) </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:52 +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#934
No description provided.