[PR #1091] [MERGED] Edit Request #1140

Closed
opened 2026-03-03 00:24:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1091
Author: @Davy-c
Created: 8/12/2021
Status: Merged
Merged: 8/13/2021
Merged by: @Rokt33r

Base: masterHead: feat/view-request


📝 Commits (5)

📊 Changes

16 files changed (+237 additions, -12 deletions)

View changed files

src/cloud/api/editRequests/index.ts (+45 -0)
src/cloud/api/pages/teams/requests.ts (+23 -0)
📝 src/cloud/components/Application.tsx (+7 -2)
📝 src/cloud/components/Router.tsx (+7 -0)
📝 src/cloud/components/atoms/Link/TeamLink.tsx (+1 -0)
📝 src/cloud/components/molecules/InviteCTAButton.tsx (+75 -7)
📝 src/cloud/components/organisms/DocPage/View.tsx (+1 -2)
📝 src/cloud/interfaces/analytics/mixpanel.ts (+2 -0)
src/cloud/interfaces/db/editRequest.ts (+14 -0)
📝 src/cloud/lib/i18n/enUS.ts (+2 -0)
📝 src/cloud/lib/i18n/fr.ts (+2 -0)
📝 src/cloud/lib/i18n/ja.ts (+2 -0)
📝 src/cloud/lib/i18n/types.ts (+2 -0)
📝 src/cloud/lib/i18n/zhCN.ts (+2 -0)
src/cloud/pages/[teamId]/requests/deny.tsx (+51 -0)
📝 src/mobile/components/pages/DocViewPage.tsx (+1 -1)

📄 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/1091 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 8/12/2021 **Status:** ✅ Merged **Merged:** 8/13/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `feat/view-request` --- ### 📝 Commits (5) - [`e3bfae3`](https://github.com/BoostIO/BoostNote-App/commit/e3bfae3df01274bf3c27b570efc6b6ef2430d44d) initial component change and translation - [`0c20bdf`](https://github.com/BoostIO/BoostNote-App/commit/0c20bdf2db37b4d48c2dd88f633882ff220ea043) page changes - [`7dceb7a`](https://github.com/BoostIO/BoostNote-App/commit/7dceb7a3acf039c076ac2492ae5383c06a1e1d5b) fix viewer layout - [`bfc34e4`](https://github.com/BoostIO/BoostNote-App/commit/bfc34e4f9d9371d142fae2ffce65fb9b03ff3d24) Fix hook deps - [`0f4049b`](https://github.com/BoostIO/BoostNote-App/commit/0f4049b90a6cb1841e565717fcb6e5d62a55bab9) Discard logs ### 📊 Changes **16 files changed** (+237 additions, -12 deletions) <details> <summary>View changed files</summary> ➕ `src/cloud/api/editRequests/index.ts` (+45 -0) ➕ `src/cloud/api/pages/teams/requests.ts` (+23 -0) 📝 `src/cloud/components/Application.tsx` (+7 -2) 📝 `src/cloud/components/Router.tsx` (+7 -0) 📝 `src/cloud/components/atoms/Link/TeamLink.tsx` (+1 -0) 📝 `src/cloud/components/molecules/InviteCTAButton.tsx` (+75 -7) 📝 `src/cloud/components/organisms/DocPage/View.tsx` (+1 -2) 📝 `src/cloud/interfaces/analytics/mixpanel.ts` (+2 -0) ➕ `src/cloud/interfaces/db/editRequest.ts` (+14 -0) 📝 `src/cloud/lib/i18n/enUS.ts` (+2 -0) 📝 `src/cloud/lib/i18n/fr.ts` (+2 -0) 📝 `src/cloud/lib/i18n/ja.ts` (+2 -0) 📝 `src/cloud/lib/i18n/types.ts` (+2 -0) 📝 `src/cloud/lib/i18n/zhCN.ts` (+2 -0) ➕ `src/cloud/pages/[teamId]/requests/deny.tsx` (+51 -0) 📝 `src/mobile/components/pages/DocViewPage.tsx` (+1 -1) </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:24:49 +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#1140
No description provided.