[PR #1551] [CLOSED] Refactor/align endpoints #1438

Closed
opened 2026-03-03 00:26:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1551
Author: @ButteryCrumpet
Created: 4/15/2022
Status: Closed

Base: masterHead: refactor/align-endpoints


📝 Commits (3)

  • 983b87d use new endpoint url
  • 3bd2a9e avoid crash if thread contributors array is empty
  • e50fe65 auto formatting

📊 Changes

19 files changed (+284 additions, -295 deletions)

View changed files

📝 src/cloud/api/pages/oauth.ts (+1 -1)
📝 src/cloud/api/search/index.ts (+2 -2)
📝 src/cloud/api/teams/docs/import.ts (+5 -7)
📝 src/cloud/api/teams/docs/index.ts (+16 -25)
📝 src/cloud/api/teams/docs/revisions.ts (+2 -2)
📝 src/cloud/api/teams/docs/tags.ts (+2 -2)
📝 src/cloud/api/teams/folders/index.ts (+10 -13)
📝 src/cloud/api/teams/invites/index.ts (+9 -12)
📝 src/cloud/api/teams/sources/index.ts (+6 -9)
📝 src/cloud/api/teams/views/index.ts (+11 -1)
📝 src/cloud/api/teams/workspaces/index.ts (+8 -11)
📝 src/cloud/api/uploads/index.ts (+1 -1)
📝 src/cloud/api/users/appfeedback.ts (+1 -1)
📝 src/cloud/api/users/index.ts (+3 -3)
📝 src/cloud/api/users/onboarding.ts (+1 -1)
📝 src/cloud/api/users/settings.ts (+1 -1)
📝 src/cloud/components/Comments/ThreadItem.tsx (+13 -10)
📝 src/cloud/lib/hooks/sidebar/useCloudSidebarTree.tsx (+188 -191)
📝 src/cloud/lib/stores/pageStore/store.tsx (+4 -2)

📄 Description

No description provided


🔄 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/1551 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 4/15/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `refactor/align-endpoints` --- ### 📝 Commits (3) - [`983b87d`](https://github.com/BoostIO/BoostNote-App/commit/983b87d276af1439daccf66673cd61a53a0de3d8) use new endpoint url - [`3bd2a9e`](https://github.com/BoostIO/BoostNote-App/commit/3bd2a9eb16567cf53234a9a4a2a7c4e77015dbbf) avoid crash if thread contributors array is empty - [`e50fe65`](https://github.com/BoostIO/BoostNote-App/commit/e50fe6597ba3fa948bd9f4954dcefad1f182b070) auto formatting ### 📊 Changes **19 files changed** (+284 additions, -295 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/api/pages/oauth.ts` (+1 -1) 📝 `src/cloud/api/search/index.ts` (+2 -2) 📝 `src/cloud/api/teams/docs/import.ts` (+5 -7) 📝 `src/cloud/api/teams/docs/index.ts` (+16 -25) 📝 `src/cloud/api/teams/docs/revisions.ts` (+2 -2) 📝 `src/cloud/api/teams/docs/tags.ts` (+2 -2) 📝 `src/cloud/api/teams/folders/index.ts` (+10 -13) 📝 `src/cloud/api/teams/invites/index.ts` (+9 -12) 📝 `src/cloud/api/teams/sources/index.ts` (+6 -9) 📝 `src/cloud/api/teams/views/index.ts` (+11 -1) 📝 `src/cloud/api/teams/workspaces/index.ts` (+8 -11) 📝 `src/cloud/api/uploads/index.ts` (+1 -1) 📝 `src/cloud/api/users/appfeedback.ts` (+1 -1) 📝 `src/cloud/api/users/index.ts` (+3 -3) 📝 `src/cloud/api/users/onboarding.ts` (+1 -1) 📝 `src/cloud/api/users/settings.ts` (+1 -1) 📝 `src/cloud/components/Comments/ThreadItem.tsx` (+13 -10) 📝 `src/cloud/lib/hooks/sidebar/useCloudSidebarTree.tsx` (+188 -191) 📝 `src/cloud/lib/stores/pageStore/store.tsx` (+4 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:26:18 +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#1438
No description provided.