[PR #715] [MERGED] fix: limit membership list #1081

Closed
opened 2026-02-04 21:48:47 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/715
Author: @Malloti
Created: 4/15/2024
Status: Merged
Merged: 4/22/2024
Merged by: @meltyshev

Base: masterHead: fix_members_list


📝 Commits (2)

  • 5103b17 fix: limit membership list
  • ae88a6d fix: remove unused translation

📊 Changes

4 files changed (+138 additions, -1 deletions)

View changed files

📝 client/src/components/Memberships/Memberships.jsx (+29 -1)
client/src/components/Memberships/MembershipsStep.jsx (+107 -0)
📝 client/src/locales/en/core.js (+1 -0)
📝 client/src/locales/pt/core.js (+1 -0)

📄 Description

Since PR #638 is currently out of updates, I worked on a solution for issue #617.

image
image
image


🔄 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/plankanban/planka/pull/715 **Author:** [@Malloti](https://github.com/Malloti) **Created:** 4/15/2024 **Status:** ✅ Merged **Merged:** 4/22/2024 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `fix_members_list` --- ### 📝 Commits (2) - [`5103b17`](https://github.com/plankanban/planka/commit/5103b1734a3b5ed736cd143532485507c060ca31) fix: limit membership list - [`ae88a6d`](https://github.com/plankanban/planka/commit/ae88a6d3a365a8ead077bdabefe195a7f474e5df) fix: remove unused translation ### 📊 Changes **4 files changed** (+138 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/src/components/Memberships/Memberships.jsx` (+29 -1) ➕ `client/src/components/Memberships/MembershipsStep.jsx` (+107 -0) 📝 `client/src/locales/en/core.js` (+1 -0) 📝 `client/src/locales/pt/core.js` (+1 -0) </details> ### 📄 Description Since PR #638 is currently out of updates, I worked on a solution for issue #617. ![image](https://github.com/plankanban/planka/assets/65376487/4f2e3eda-29d6-434d-aae4-c4e86495df53) ![image](https://github.com/plankanban/planka/assets/65376487/00d2e6d1-d413-4f8c-b614-2044ee89fe60) ![image](https://github.com/plankanban/planka/assets/65376487/f6d5a8ae-5265-4ac4-9d4a-46e8335de937) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:48:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1081