mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #379] [MERGED] Fix cloud storage #738
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#738
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/379
Author: @Rokt33r
Created: 3/24/2020
Status: ✅ Merged
Merged: 3/24/2020
Merged by: @Rokt33r
Base:
master← Head:fix-cloud-storage📝 Commits (10+)
47a9061Restructure NotePagec275c7aMove StorageCreatPage and StorageEditPage to pages77e7428Discard wrong implementation of cloud storage init281797dStop removing cloud storageaf46ae1Adjust font-weightc198d3cAdd PageContainerc3fb34cAdd Spinnercc0bce1Add form components179930eSeperate storage create form3ec2e7dClean up StorageCreatePage📊 Changes
216 files changed (+8207 additions, -7068 deletions)
View changed files
📝
android/app/build.gradle(+5 -1)➕
android/app/google-services.json(+40 -0)📝
android/app/src/main/AndroidManifest.xml(+1 -0)📝
android/build.gradle(+1 -0)📝
ios/.gitignore(+1 -0)📝
ios/BoostNote/BoostNote.xcodeproj/project.pbxproj(+159 -0)📝
ios/BoostNote/BoostNote.xcodeproj/xcuserdata/junyoung.xcuserdatad/xcschemes/xcschememanagement.plist(+1 -1)➕
ios/BoostNote/BoostNote.xcworkspace/contents.xcworkspacedata(+10 -0)➕
ios/BoostNote/BoostNote.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist(+8 -0)📝
ios/BoostNote/BoostNote/AppDelegate.swift(+3 -0)➕
ios/BoostNote/BoostNote/GoogleService-Info.plist(+36 -0)➕
ios/BoostNote/Podfile(+21 -0)➕
ios/BoostNote/Podfile.lock(+101 -0)➕
mobile-dev.html(+13 -0)📝
package-lock.json(+3769 -5405)📝
package.json(+4 -4)📝
src/components/App.tsx(+12 -25)📝
src/components/GlobalStyle.tsx(+10 -0)📝
src/components/Modal/contents/DownloadOurAppModal.tsx(+25 -7)📝
src/components/Modal/contents/styled.ts(+2 -2)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.