mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #91] [MERGED] Create storage #557
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#557
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/91
Author: @ButteryCrumpet
Created: 11/19/2019
Status: ✅ Merged
Merged: 11/20/2019
Merged by: @ButteryCrumpet
Base:
master← Head:create-storage📝 Commits (6)
915d9faimplemented api for subscriptions and cloud storages9e1defaadded cloud storage link information to Storage6e0f158StorageCreate componenet and route /app/storages1e45d6cswitch account instead of add accountd86e129LoginButton component8afce44added TODO note for db sync📊 Changes
14 files changed (+413 additions, -25 deletions)
View changed files
📝
src/components/PreferencesModal/GeneralTab.tsx(+22 -19)📝
src/components/Router.tsx(+3 -0)➕
src/components/Storage/StorageCreate.tsx(+179 -0)➕
src/components/atoms/LoginButton.tsx(+47 -0)📝
src/lib/accounts/api/login.ts(+0 -0)➕
src/lib/accounts/api/storage.ts(+56 -0)➕
src/lib/accounts/api/subscription.ts(+23 -0)➕
src/lib/accounts/api/utils.ts(+42 -0)📝
src/lib/accounts/index.ts(+2 -0)📝
src/lib/accounts/login.ts(+2 -4)📝
src/lib/accounts/users.ts(+1 -1)📝
src/lib/db/store.ts(+23 -1)📝
src/lib/db/types.ts(+2 -0)📝
src/lib/router/utils.ts(+11 -0)📄 Description
Storage creation integration
/app/storagescloudStorageLinkproperty toNoteStoragewhich is added usingdb.addCloudLink()🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.