Skip to content
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 16 commits into from
Nov 14, 2023
Merged

v0.4.0 #100

merged 16 commits into from
Nov 14, 2023

Conversation

intri-in
Copy link
Owner

  • 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)

aa-tree and others added 16 commits October 28, 2023 17:57
- Calendar and Caldav account names are now stored locally to improve performace by limiting calls to API.
- 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.
…tton.

- Added maintenance options to Settings page
    - User can purge and refetch Events (in case something goes haywire)
@intri-in intri-in merged commit 972c262 into main Nov 14, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants