mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 13:25:49 +03:00
[PR #90] [MERGED] User login #554
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#554
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/90
Author: @ButteryCrumpet
Created: 11/13/2019
Status: ✅ Merged
Merged: 11/14/2019
Merged by: @ButteryCrumpet
Base:
master← Head:user-login📝 Commits (10+)
5643a82added Dotenv webpack pluginb39af96login flow hooka9f45feuser store11ed671initial connection to prefernces.general08c7de3login base url in envd5d4275logging in indicator7ad6abaclearer state tags42c88e9switch to saving in preferences rather than custom local storage keyae84c5dclearer name for getLoginPagea112553environment for deploys📊 Changes
16 files changed (+288 additions, -28 deletions)
View changed files
📝
.gitignore(+1 -0)📝
now.json(+9 -0)📝
package.json(+1 -1)📝
src/components/PreferencesModal/GeneralTab.tsx(+23 -4)➕
src/components/atoms/UserInfo.tsx(+17 -0)➕
src/lib/accounts/api.ts(+78 -0)➕
src/lib/accounts/index.ts(+2 -0)➕
src/lib/accounts/login.ts(+63 -0)➕
src/lib/accounts/users.ts(+34 -0)📝
src/lib/i18n/enUS.ts(+2 -0)📝
src/lib/i18n/ja.ts(+2 -0)📝
src/lib/preferences/types.ts(+3 -1)➕
src/lib/utils/platform.ts(+9 -0)➕
src/lib/utils/secret.ts(+3 -0)➕
src/lib/utils/sleep.ts(+32 -0)📝
webpack.config.ts(+9 -22)📄 Description
Implement Signing In spec
useUsershook which usesusePreferencesin the background to manage usersuseLoginhook to provide login flow behaviour🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.