-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Separate action items fetching from convos #2719
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
Conversation
ScreenRecording_08-02-2025.22-48-39_1.1.mp4CleanShot.2025-08-02.at.22.27.56.2.mp4 |
|
@mdmohsin7 can we bring back the shimmer effect to loading for action items instead of the circular loading indicator |
done |
ScreenRecording_08-05-2025.13-25-48_1.1.mp4 |
|
@mdmohsin7 did u add the due date to action items, thats the most important, no need to add any other features lol dont waste time |
this looks better with yellow dont make blue @mdmohsin7 |
Wrong image haha |
sorry i meant the below:
|
CleanShot.2025-08-15.at.20.30.24.mp4 |
|
lgtm @mdmohsin7 pls proceed next steps. |
This commit merges the Apple Calendar/Notes export features with the changes from PR BasedHardware#2719. Key changes: - Added export dropdown to ActionItemTileWidget with Calendar, Notes, and Reminders options - Implemented AppleCalendarService for EventKit Calendar integration on iOS - Implemented AppleNotesService for Apple Notes export on iOS - Added ActionItemIntegration enum for managing export destinations - Extended SharedPreferences to store user's chosen export destination - Updated AppDelegate.swift to handle new native method channels The implementation allows users to export action items directly to: - Apple Reminders (existing) - Apple Calendar (new) - Apple Notes (new) Users can select their preferred export destination via a dropdown menu that remembers their choice across sessions.


closes #2718 #2679