mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 06:25:55 +03:00
[PR #110] [CLOSED] Add ability to control dismiss behavior of notification #305
Labels
No labels
bug
enhancement
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Bark#305
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/Finb/Bark/pull/110
Author: @RoadToDream
Created: 9/3/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
5165605dark mode support for notificationa9a6d02add ability to control dismiss behavior of notificationed253d9added project📊 Changes
11 files changed (+240 additions, -8 deletions)
View changed files
📝
Bark.xcodeproj/project.pbxproj(+14 -0)➕
Bark/Assets.xcassets/notification_copy_color.colorset/Contents.json(+98 -0)📝
Bark/Base.lproj/LaunchScreen.storyboard(+7 -5)📝
Bark/en.lproj/Localizable.strings(+3 -0)📝
Bark/zh-Hans.lproj/Localizable.strings(+3 -0)➕
Common/NotificationDismissSettingManager.swift(+26 -0)📝
Controller/MessageSettingsViewController.swift(+6 -0)📝
Controller/MessageSettingsViewModel.swift(+18 -1)➕
View/NotificationSettingCell.swift(+41 -0)➕
View/NotificationSettingCellViewModel.swift(+17 -0)📝
notificationContentExtension/NotificationViewController.swift(+7 -2)📄 Description
This commit add ability to control dismiss behavior notification after copy message.
Hi Finb,
Thank you for bringing this app to us, which greatly helps my entire workflow, thank you.
Not sure if this patch matches your vision towards Bark, but at least it provides additional control to users.
Best
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.