[PR #118] [MERGED] Fix new user flow #582

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/118
Author: @Davy-c
Created: 12/11/2019
Status: Merged
Merged: 12/12/2019
Merged by: @Davy-c

Base: masterHead: fix/onboard-newuserflow


📝 Commits (10+)

📊 Changes

32 files changed (+726 additions, -300 deletions)

View changed files

📝 package-lock.json (+6 -22)
📝 package.json (+1 -1)
resources/Desktop.svg (+44 -0)
resources/Mobile.svg (+79 -0)
📝 src/components/App.tsx (+2 -0)
src/components/Modal/contents/DownloadOurAppModal.tsx (+38 -0)
src/components/Modal/contents/styled.ts (+79 -0)
src/components/Modal/index.tsx (+90 -0)
src/components/Modal/styled.ts (+68 -0)
📝 src/components/Router.tsx (+1 -0)
📝 src/components/SideNavigator/SideNavigator.tsx (+6 -1)
📝 src/components/Tutorials/TutorialsNavigator.tsx (+95 -64)
📝 src/components/Tutorials/TutorialsPage.tsx (+87 -104)
📝 src/index.tsx (+2 -0)
📝 src/lib/download.ts (+1 -1)
src/lib/modal/index.tsx (+2 -0)
src/lib/modal/store.ts (+29 -0)
src/lib/modal/types.ts (+14 -0)
📝 src/lib/preferences/store.ts (+1 -0)
📝 src/lib/preferences/types.ts (+1 -0)

...and 12 more files

📄 Description

  • Modals store
  • DownloadAppModal
  • Lint error Fixes
  • Styled edit for nav
  • Tutorials' tree fixed
  • Hide tutorials on context menu
Screen Shot 2019-12-11 at 19 37 20

🔄 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/118 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 12/11/2019 **Status:** ✅ Merged **Merged:** 12/12/2019 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `master` ← **Head:** `fix/onboard-newuserflow` --- ### 📝 Commits (10+) - [`2f09f05`](https://github.com/BoostIO/BoostNote-App/commit/2f09f05cf097cab261e5ce888b01eaa9a4bf9190) fix tutorials tree - [`45418e9`](https://github.com/BoostIO/BoostNote-App/commit/45418e90ed10194e65a5b902c0a073bfb6e3516a) redirect to create storage page - [`1522e6a`](https://github.com/BoostIO/BoostNote-App/commit/1522e6a3f3da234f9eb956f817f6cfd2911e2451) context menu to hide tutorials - [`f67e34a`](https://github.com/BoostIO/BoostNote-App/commit/f67e34ad40551404a4d3b1f10450fd2023c562f1) change padding of no storage - [`ed92c70`](https://github.com/BoostIO/BoostNote-App/commit/ed92c70d1339b507d98112bfb0f5cdc4047d1c71) text color for no storage - [`df0678f`](https://github.com/BoostIO/BoostNote-App/commit/df0678f4edaec8467e84f2d1d4b5f0fb3cebdafc) tmp - [`0ccc394`](https://github.com/BoostIO/BoostNote-App/commit/0ccc394fc0fba20f2462db728a68f92c204af735) fix lint command - [`afff84b`](https://github.com/BoostIO/BoostNote-App/commit/afff84b63fca0fa7eb91f3377cbd7622c13e01f3) first lint fixes - [`22f3d22`](https://github.com/BoostIO/BoostNote-App/commit/22f3d2234c4e62b15d02f757a08f00f258e8b03c) Modal Provider and download app modal - [`1568b48`](https://github.com/BoostIO/BoostNote-App/commit/1568b487c172dce08b591bae8a135bd18952ac32) redirect to first storage on /app ### 📊 Changes **32 files changed** (+726 additions, -300 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+6 -22) 📝 `package.json` (+1 -1) ➕ `resources/Desktop.svg` (+44 -0) ➕ `resources/Mobile.svg` (+79 -0) 📝 `src/components/App.tsx` (+2 -0) ➕ `src/components/Modal/contents/DownloadOurAppModal.tsx` (+38 -0) ➕ `src/components/Modal/contents/styled.ts` (+79 -0) ➕ `src/components/Modal/index.tsx` (+90 -0) ➕ `src/components/Modal/styled.ts` (+68 -0) 📝 `src/components/Router.tsx` (+1 -0) 📝 `src/components/SideNavigator/SideNavigator.tsx` (+6 -1) 📝 `src/components/Tutorials/TutorialsNavigator.tsx` (+95 -64) 📝 `src/components/Tutorials/TutorialsPage.tsx` (+87 -104) 📝 `src/index.tsx` (+2 -0) 📝 `src/lib/download.ts` (+1 -1) ➕ `src/lib/modal/index.tsx` (+2 -0) ➕ `src/lib/modal/store.ts` (+29 -0) ➕ `src/lib/modal/types.ts` (+14 -0) 📝 `src/lib/preferences/store.ts` (+1 -0) 📝 `src/lib/preferences/types.ts` (+1 -0) _...and 12 more files_ </details> ### 📄 Description - Modals store - DownloadAppModal - Lint error Fixes - Styled edit for nav - Tutorials' tree fixed - Hide tutorials on context menu <img width="1665" alt="Screen Shot 2019-12-11 at 19 37 20" src="https://user-images.githubusercontent.com/45586198/70614329-ac7aa600-1c4d-11ea-843b-1bef0f6010d8.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:22:15 +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#582
No description provided.