-
Notifications
You must be signed in to change notification settings - Fork 8
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
v0.4.0 #100
Merged
Merged
v0.4.0 #100
Conversation
This file contains 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
Owner
intri-in
commented
Nov 14, 2023
- Calendar and Caldav account names are now stored locally to improve performace by limiting calls to API.
- TaskEditor now reads and edits from local Dexie store rather than from server.
- Numerous other changes.
- Label manager - Update label cache now clears labels before adding.
- GenericLists.js now gets labels from Dexie and not the server
- AddTasks.js now gets tasks from Dexie, not the server.
- CalendarViews now work with Dexie and read from Dexie.
- add_temp.js moved back to API V1
- Fixed Events being shown in todo list view.
- Improved how EventEditor works
- Request is sent to the Caldav server, and user is not made to wait for the result.
- Changes to modify and add API calls in v2
- Changed how Dexie stores calendars_id (as a string, not a number)
- TaskEditor now sends the changes to CalDAV and dismissed. Result is shown later. Behaviour is consistent with EventEditor.
- Fixed update of Label cache. Labels of "done" tasks are not shown.
- Moved most of setting variables to localStorage, instead of Cookies.
- ParentTaskSearch.js now searches Dexie for parent tasks, rather than the API.
- Fixed few bugs in MyDay view (duplicate tasks appearing)
- Home (/) now displays user calendars and labels from Dexie, rather than the server.
- Other minor changes.
- Fixed Delete Caldav modal not being dismissed on clicking Delete button.
- Added maintenance options to Settings page
- User can purge and refetch Events (in case something goes haywire)
- Calendar and Caldav account names are now stored locally to improve performace by limiting calls to API.
Local storagefor calendar names
…rom server. - Numerous other changes.
- GenericLists.js now gets labels from Dexie and not the server - AddTasks.js now gets tasks from Dexie, not the server. - CalendarViews now work with Dexie and read from Dexie.
… shown later. Behaviour is consistent with EventEditor. - Fixed update of Label cache. Labels of "done" tasks are not shown. - Moved most of setting variables to localStorage, instead of Cookies. - ParentTaskSearch.js now searches Dexie for parent tasks, rather than the API.
…than the server. - Other minor changes.
…tton. - Added maintenance options to Settings page - User can purge and refetch Events (in case something goes haywire)
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.