Separate action items fetching from convos#2719
Merged
Merged
Conversation
Member
Author
ScreenRecording_08-02-2025.22-48-39_1.1.mp4CleanShot.2025-08-02.at.22.27.56.2.mp4 |
Collaborator
|
@mdmohsin7 can we bring back the shimmer effect to loading for action items instead of the circular loading indicator |
Member
Author
done |
Member
Author
ScreenRecording_08-05-2025.13-25-48_1.1.mp4 |
Collaborator
|
@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 |
Collaborator
this looks better with yellow dont make blue @mdmohsin7 |
Member
Author
Wrong image haha |
Member
Author
Collaborator
sorry i meant the below:
|
Member
Author
CleanShot.2025-08-15.at.20.30.24.mp4 |
Collaborator
|
lgtm @mdmohsin7 pls proceed next steps. |
eulicesl
added a commit
to eulicesl/omi-fork
that referenced
this pull request
Aug 17, 2025
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.
Glucksberg
pushed a commit
to Glucksberg/omi-local
that referenced
this pull request
Apr 28, 2026
* separate action items endpoints * use new endpoints for action items and misc * use action item provider on desktop side and misc * add action items fetching caching * cleanup * misc * caching pagination bug fix * add shimmer for action items * misc * add date filter for action items * date filtering ui * remove unnecessary material widget * action items migration script * action items ui changes * update action item schema and new apis * add action items routes and misc * misc * mirror updates from convo action items to action items collection * date fix in action items migration * clean up and manually create action item * include date filter on backend * allow creating completed action items
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


closes #2718 #2679