-
Notifications
You must be signed in to change notification settings - Fork 6
fix: New actions lists #1756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
fix: New actions lists #1756
Conversation
Found 2 unused code occurences Expand
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
MailCore/Cache/Actions/Action+List.swift:447
- Renaming from 'activeMultiselect' to 'activeMultiSelect' improves consistency; please verify that all references have been updated accordingly.
static let activeMultiSelect = Action(
Mail/Views/Thread List/ThreadListCellContextMenu.swift:156
- [nitpick] Consider renaming 'controlGroupStyleCompactStyle' to a more concise name like 'controlGroupCompactStyle' for improved clarity.
struct controlGroupStyleCompactStyle: ViewModifier {
b5e7b7e
to
3eb27e7
Compare
d8c94e7
to
3b53c5a
Compare
4e6a36b
to
97b161a
Compare
cd8440a
to
eee6a7e
Compare
eee6a7e
to
237dc66
Compare
affe3e8
to
ab42e4e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mail/Views/Bottom sheets/Actions/ActionsPanelViewModifier.swift
Outdated
Show resolved
Hide resolved
45cb24d
to
1be724c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8bcf223
to
71ccb21
Compare
dd8b520
to
71ccb21
Compare
feb6811
to
2136128
Compare
|
This pull request includes significant changes and consolidating the action handling and view modifiers. The most important changes include the introduction of a new
ActionAlertsViewModifier
and a refactorization of the selections of actions process, consolidation of action lists, and updates to various view modifiers to use the new structures.These changes aim to streamline the action handling process, reduce code duplication, and improve maintainability.