mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[PR #993] [MERGED] feat: ✨ added button to delete all pending notifications #1162
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/993
Author: @HannesOberreiter
Created: 1/15/2025
Status: ✅ Merged
Merged: 1/17/2025
Merged by: @meltyshev
Base:
master← Head:feat/btn-delete-notifications📝 Commits (2)
223bd0afeat: ✨ added button to delete all pending notificationsb0f766cfix: 📝 add missing translations📊 Changes
31 files changed (+59 additions, -0 deletions)
View changed files
📝
client/src/components/Header/NotificationsStep.jsx(+15 -0)📝
client/src/components/Header/NotificationsStep.module.scss(+15 -0)📝
client/src/locales/ar-YE/core.js(+1 -0)📝
client/src/locales/bg-BG/core.js(+1 -0)📝
client/src/locales/cs-CZ/core.js(+1 -0)📝
client/src/locales/da-DK/core.js(+1 -0)📝
client/src/locales/de-DE/core.js(+1 -0)📝
client/src/locales/en-GB/core.js(+1 -0)📝
client/src/locales/en-US/core.js(+1 -0)📝
client/src/locales/es-ES/core.js(+1 -0)📝
client/src/locales/fa-IR/core.js(+1 -0)📝
client/src/locales/fr-FR/core.js(+1 -0)📝
client/src/locales/hu-HU/core.js(+1 -0)📝
client/src/locales/id-ID/core.js(+1 -0)📝
client/src/locales/it-IT/core.js(+1 -0)📝
client/src/locales/ja-JP/core.js(+1 -0)📝
client/src/locales/ko-KR/core.js(+1 -0)📝
client/src/locales/nl-NL/core.js(+1 -0)📝
client/src/locales/pl-PL/core.js(+1 -0)📝
client/src/locales/pt-BR/core.js(+1 -0)...and 11 more files
📄 Description
New button to delete all pending notifications at once. Button is only visible if there are more than one notification.
No notifications
One notification
Two notifications
Two notifications - Hover
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.