mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[PR #708] [CLOSED] feat: Add Filter by Keyword #1074
Reference in New Issue
Block a user
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/plankanban/planka/pull/708
Author: @Malloti
Created: 4/12/2024
Status: ❌ Closed
Base:
master← Head:feat_complex_filter📝 Commits (2)
ab11dc9feat: Add filter by Keyword8f6afa9Merge branch 'master' of github.com:Malloti/planka into feat_complex_filter📊 Changes
18 files changed (+375 additions, -112 deletions)
View changed files
📝
client/src/actions/boards.js(+9 -0)📝
client/src/components/BoardActions/BoardActions.jsx(+6 -0)📝
client/src/components/BoardActions/Filters.jsx(+41 -71)📝
client/src/components/BoardActions/Filters.module.scss(+0 -41)➕
client/src/components/FiltersStep/FiltersStep.jsx(+192 -0)➕
client/src/components/FiltersStep/FiltersStep.module.scss(+50 -0)➕
client/src/components/FiltersStep/index.js(+3 -0)📝
client/src/constants/ActionTypes.js(+1 -0)📝
client/src/constants/EntryActionTypes.js(+1 -0)📝
client/src/containers/BoardActionsContainer.js(+3 -0)📝
client/src/entry-actions/boards.js(+8 -0)📝
client/src/locales/en/core.js(+5 -0)📝
client/src/locales/pt/core.js(+5 -0)📝
client/src/models/Board.js(+9 -0)📝
client/src/models/List.js(+7 -0)📝
client/src/sagas/core/services/boards.js(+12 -0)📝
client/src/sagas/core/watchers/boards.js(+4 -0)📝
client/src/selectors/boards.js(+19 -0)📄 Description
This PR do some changes:
Example video:
https://github.com/plankanban/planka/assets/65376487/921a8126-dba3-41a8-a27f-490424b0ac83
Related issues: #53, #706
Fix Closed PR: #707
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.