mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #109] [MERGED] Tutorials and new user flow (rewrite) #573
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#573
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/109
Author: @Davy-c
Created: 12/9/2019
Status: ✅ Merged
Merged: 12/10/2019
Merged by: @Rokt33r
Base:
master← Head:feat/new-user-flow-rewrite📝 Commits (10+)
4a009bdupdated preferences9ab0391code editor propscce99bdcustomizedCodeEditor changec5421e2md filesf41f27dtutorials tree474f633markdown declaration2e2c86etutorials note components99a5667fix navbf03bb9change name of redirect4718356remove useless href check📊 Changes
38 files changed (+1369 additions, -74 deletions)
View changed files
➕
.prettierignore(+1 -0)📝
package-lock.json(+74 -64)📝
package.json(+1 -0)📝
src/components/NotePage/NoteDetail/NoteDetail.tsx(+1 -1)📝
src/components/NotePage/NoteList/NoteItem.tsx(+1 -1)📝
src/components/NotePage/NoteList/NoteList.tsx(+3 -3)📝
src/components/PreferencesModal/GeneralTab.tsx(+23 -1)📝
src/components/Router.tsx(+7 -0)📝
src/components/SideNavigator/SideNavigator.tsx(+5 -1)➕
src/components/Tutorials/TutorialsNavigator.tsx(+134 -0)➕
src/components/Tutorials/TutorialsNoteDetail.tsx(+128 -0)➕
src/components/Tutorials/TutorialsNoteItem.tsx(+31 -0)➕
src/components/Tutorials/TutorialsNoteList.tsx(+74 -0)➕
src/components/Tutorials/TutorialsPage.tsx(+278 -0)📝
src/components/atoms/CodeEditor.tsx(+3 -1)📝
src/components/atoms/CustomizedCodeEditor.tsx(+4 -1)📝
src/lib/db/store.ts(+1 -1)📝
src/lib/i18n/enUS.ts(+1 -0)📝
src/lib/i18n/ja.ts(+1 -0)📝
src/lib/preferences/store.ts(+1 -0)...and 18 more files
📄 Description
Rewriting of tutorials and new user flow.
Gif1 - SideNav, folding...
Gif2 - GoUp, GoDown, Router.push, Split View, Preview view
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.