mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 14:35:53 +03:00
[PR #111] [CLOSED] Add ability to control dismiss behavior after copy message #307
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#307
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/111
Author: @RoadToDream
Created: 9/3/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
5165605dark mode support for notificationa9a6d02add ability to control dismiss behavior of notificationed253d9added projectf0e7b62fix incorrect value in MessageSettingsViewModeld45379eMerge branch 'Finb:master' into master📊 Changes
10 files changed (+141 additions, -7 deletions)
View changed files
📝
Bark.xcodeproj/project.pbxproj(+14 -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(+6 -1)📄 Description
This commit add ability to control dismiss behavior 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.