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.5.0 #161

Merged
merged 10 commits into from
Mar 30, 2024
Merged

v0.5.0 #161

merged 10 commits into from
Mar 30, 2024

Conversation

intri-in
Copy link
Owner

  • Version Bump to 0.5.0

  • Added Jotai for state management

    • Central state management for the calendar and caldav account the user has selected.
    • Rewrote entire task rendering components.
    • Prevents prop drilling, which was so bad I should be on the crew in the movie Armageddon.
  • Task Rendering Changed

    • Much smoother
    • Instant update without any loading (only mild flickering)
  • TaskEditor rewritten

  • Implemented task search in task filters.

  • Gantt View implemented with Jotai.

  • Removed god forsaken useCallbacks for now.

  • Logo updated.

  • Rewrote Addtask component

    • Uses Jotai
  • TaskEditor now uses default calendar for new tasks.

  • Ganttview fixed show tasks without no due date toggle not working

  • Event editor V2

    • Now works
    • Uses Jotai
    • Supports all fields that were supported by 0.4. version.
  • Removed some console logs

  • Fixed invalid date being parsed by TaskEditor

  • Fixed message displayed on drag and drop of event in calendar view.

  • Introduced a new setup page post login

    • All events are synced before redirecting to home page
    • Settings are synced too
  • Introduced setting to set default time and date format.

  • Added new feature: Ability to move/copy events to other calendars.

  • Added move to calendar option to Task Editor.

  • Before setting a default calendar in Event and Taskeditors, added a check to make sure it is a valid id.

  • UI Improvement to Home Page

aa-tree and others added 10 commits March 14, 2024 21:07
- Added Jotai for state management
    - Central state management for the calendar and caldav account the user has selected.
    - Rewrote entire task rendering components.
    - Prevents prop drilling, which was so bad I should be on the crew in the movie Armageddon.
- Task Rendering Changed
    - Much smoother
    - Instant update without any loading (only mild flickering)

- TaskEditor rewritten
- Gantt View implemented with Jotai.
- Fixed build warnings, and used callbacks in the new functional components.
- Logo updated.
- Rewrote Addtask component
    - Uses Jotai
- TaskEditor now uses default calendar for new tasks.
- Event editor
    - Now works
    - Uses Jotai
    - Supports all fields that were supported by 0.4. version.
- Fixed invalid date being parsed by TaskEditor
- Fixed message displayed on drag and drop of event in calendar view.
- Introduced a new setup page post login
    - All events are synced before redirecting to home page
    - Settings are synced too
- Introduced setting to set default time and date format.
- Before setting a default calendar in Event and Taskeditors, added a check to make sure it is a valid id.
- UI Improvement to Home Page
@intri-in intri-in merged commit ce15c81 into main Mar 30, 2024
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.

None yet

2 participants