[PR #111] [MERGED] Sync ux #576

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

📋 Pull Request Information

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

Base: masterHead: sync-ux


📝 Commits (5)

  • 955b274 updated sync functions to correctly refresh storage
  • b81c0bc Updated sync use in StorageEdit component
  • 69a606b added sync button to SideNavigation
  • 81c435e Added last sync time to StorageEdit page
  • 17bf301 use unshift

📊 Changes

5 files changed (+98 additions, -49 deletions)

View changed files

📝 src/components/SideNavigator/SideNavigator.tsx (+36 -9)
📝 src/components/SideNavigator/SideNavigatorItem.tsx (+3 -1)
📝 src/components/Storage/StorageEdit.tsx (+15 -9)
📝 src/lib/db/store.ts (+43 -30)
📝 src/lib/db/types.ts (+1 -0)

📄 Description

  • Sync button on SideNavigation
  • Last synced at on Storage page
  • re-prepares storage on sync to reflect changes

note-app-sync-button
note-app-synced-at


🔄 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/111 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 12/11/2019 **Status:** ✅ Merged **Merged:** 12/11/2019 **Merged by:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Base:** `master` ← **Head:** `sync-ux` --- ### 📝 Commits (5) - [`955b274`](https://github.com/BoostIO/BoostNote-App/commit/955b27476378f91de68c952e34129397b3b08ca2) updated sync functions to correctly refresh storage - [`b81c0bc`](https://github.com/BoostIO/BoostNote-App/commit/b81c0bcba477ed1b97c049ab0baed363477f3ff8) Updated sync use in StorageEdit component - [`69a606b`](https://github.com/BoostIO/BoostNote-App/commit/69a606b085aff40c218f2f3e92d7adeac19f29fc) added sync button to SideNavigation - [`81c435e`](https://github.com/BoostIO/BoostNote-App/commit/81c435ee213b55cae3130036fbd7643253c6464f) Added last sync time to StorageEdit page - [`17bf301`](https://github.com/BoostIO/BoostNote-App/commit/17bf301c52e828d77827a6d1f1695afc53f74a42) use unshift ### 📊 Changes **5 files changed** (+98 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `src/components/SideNavigator/SideNavigator.tsx` (+36 -9) 📝 `src/components/SideNavigator/SideNavigatorItem.tsx` (+3 -1) 📝 `src/components/Storage/StorageEdit.tsx` (+15 -9) 📝 `src/lib/db/store.ts` (+43 -30) 📝 `src/lib/db/types.ts` (+1 -0) </details> ### 📄 Description - Sync button on SideNavigation - Last synced at on Storage page - re-prepares storage on sync to reflect changes ![note-app-sync-button](https://user-images.githubusercontent.com/19530989/70591371-496f1c00-1c19-11ea-8f4c-9488eec30660.png) ![note-app-synced-at](https://user-images.githubusercontent.com/19530989/70591372-4a07b280-1c19-11ea-88cd-a5d4839d6d4a.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:14 +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#576
No description provided.