[PR #489] [CLOSED] Add simple counter on column header #1149

Closed
opened 2025-10-09 19:09:49 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/489
Author: @Zwixx
Created: 8/10/2023
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • e5c8271 Added .jsx and .js file to lf-Exception
  • 35214ac Added counter of Cards on each column
  • ae598ac Merge branch 'plankanban:master' into master
  • a3128ba Merge branch 'plankanban:master' into master
  • cd0db93 Merge branch 'plankanban:master' into master

📊 Changes

2 files changed (+6 additions, -1 deletions)

View changed files

📝 .gitattributes (+2 -0)
📝 client/src/components/List/List.jsx (+4 -1)

📄 Description

The following things are done to the Project:

  • Added a simple counter to the column, to get the count of cards.
  • Added .js and .jsx to .gitattributes, that's git don't convert lf to crlf on Windows and so development on Windows is possible.

🔄 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/489 **Author:** [@Zwixx](https://github.com/Zwixx) **Created:** 8/10/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`e5c8271`](https://github.com/plankanban/planka/commit/e5c8271eecebff0407d4911be8ddda1e20999f25) Added .jsx and .js file to lf-Exception - [`35214ac`](https://github.com/plankanban/planka/commit/35214acdb16598747d1406306a4c2f95ec45a39e) Added counter of Cards on each column - [`ae598ac`](https://github.com/plankanban/planka/commit/ae598ac6c3e244ff4fa876aa09813a058d978676) Merge branch 'plankanban:master' into master - [`a3128ba`](https://github.com/plankanban/planka/commit/a3128ba8b27bcf143dfdef70043037f69434bca0) Merge branch 'plankanban:master' into master - [`cd0db93`](https://github.com/plankanban/planka/commit/cd0db936a5a88304db8c5105eef67e1e6301ee82) Merge branch 'plankanban:master' into master ### 📊 Changes **2 files changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitattributes` (+2 -0) 📝 `client/src/components/List/List.jsx` (+4 -1) </details> ### 📄 Description The following things are done to the Project: * Added a simple counter to the column, to get the count of cards. * Added .js and .jsx to .gitattributes, that's git don't convert lf to crlf on Windows and so development on Windows is possible. --- <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 2025-10-09 19:09:49 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1149