mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #1091] [MERGED] Edit Request #1140
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#1140
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/1091
Author: @Davy-c
Created: 8/12/2021
Status: ✅ Merged
Merged: 8/13/2021
Merged by: @Rokt33r
Base:
master← Head:feat/view-request📝 Commits (5)
e3bfae3initial component change and translation0c20bdfpage changes7dceb7afix viewer layoutbfc34e4Fix hook deps0f4049bDiscard logs📊 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.