mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #118] [MERGED] Fix new user flow #582
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#582
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix/onboard-newuserflow📝 Commits (10+)
2f09f05fix tutorials tree45418e9redirect to create storage page1522e6acontext menu to hide tutorialsf67e34achange padding of no storageed92c70text color for no storagedf0678ftmp0ccc394fix lint commandafff84bfirst lint fixes22f3d22Modal Provider and download app modal1568b48redirect to first storage on /app📊 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.