[PR #92] [MERGED] implement edit storage page #555

Closed
opened 2026-03-03 00:22:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/92
Author: @ButteryCrumpet
Created: 11/21/2019
Status: Merged
Merged: 11/21/2019
Merged by: @ButteryCrumpet

Base: masterHead: edit-storage


📝 Commits (1)

  • 1d87805 implement edit storage page

📊 Changes

10 files changed (+326 additions, -128 deletions)

View changed files

📝 src/components/Router.tsx (+10 -1)
src/components/Storage/CloudStorageSelector.tsx (+100 -0)
📝 src/components/Storage/StorageCreate.tsx (+14 -106)
src/components/Storage/StorageEdit.tsx (+96 -0)
src/components/Storage/index.ts (+3 -0)
📝 src/lib/accounts/users.ts (+39 -0)
📝 src/lib/db/store.ts (+31 -19)
📝 src/lib/db/types.ts (+4 -2)
📝 src/lib/router/utils.ts (+13 -0)
📝 src/lib/utils/predicates.ts (+16 -0)

📄 Description

Implement edit storage page

  • Ability to link and unlink storage
  • Extracted cloud storage selection into separate component shared across StorageCreate and StorageEdit componenets.
  • Add name information for linked cloud storage on local storage information
    • required implementing an optional predicate
  • Local storage name saves using a debounce
  • Cloud storage name now always shows on create but defaults to local storage
  • Cloud user info is cached

note-app-storages-edit1
note-app-storages-edit2
note-app-storages-edit3


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/92 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 11/21/2019 **Status:** ✅ Merged **Merged:** 11/21/2019 **Merged by:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Base:** `master` ← **Head:** `edit-storage` --- ### 📝 Commits (1) - [`1d87805`](https://github.com/BoostIO/BoostNote-App/commit/1d87805163ec6b9340a93bf9696d170df4ff19ae) implement edit storage page ### 📊 Changes **10 files changed** (+326 additions, -128 deletions) <details> <summary>View changed files</summary> 📝 `src/components/Router.tsx` (+10 -1) ➕ `src/components/Storage/CloudStorageSelector.tsx` (+100 -0) 📝 `src/components/Storage/StorageCreate.tsx` (+14 -106) ➕ `src/components/Storage/StorageEdit.tsx` (+96 -0) ➕ `src/components/Storage/index.ts` (+3 -0) 📝 `src/lib/accounts/users.ts` (+39 -0) 📝 `src/lib/db/store.ts` (+31 -19) 📝 `src/lib/db/types.ts` (+4 -2) 📝 `src/lib/router/utils.ts` (+13 -0) 📝 `src/lib/utils/predicates.ts` (+16 -0) </details> ### 📄 Description Implement edit storage page - Ability to link and unlink storage - Extracted cloud storage selection into separate component shared across `StorageCreate` and `StorageEdit` componenets. - Add `name` information for linked cloud storage on local storage information - required implementing an `optional` predicate - Local storage name saves using a debounce - Cloud storage name now always shows on create but defaults to local storage - Cloud user info is cached ![note-app-storages-edit1](https://user-images.githubusercontent.com/19530989/69294879-90877400-0c4e-11ea-8a1f-e4fb16804e57.png) ![note-app-storages-edit2](https://user-images.githubusercontent.com/19530989/69294883-90877400-0c4e-11ea-8546-4a4980b3620f.png) ![note-app-storages-edit3](https://user-images.githubusercontent.com/19530989/69294887-90877400-0c4e-11ea-9aa4-f7e9dde4d1ca.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:22:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#555
No description provided.