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

fix(Todoist): Project with sections to get project name #2151

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 17, 2023

  1. Fix failure to get project name with segments

    Projects with segments cannot get the project name.
    As a side note, if the project name is not registered in Toggl and the segment name matches the project name in Toggl, it will be recognized as the project name.
    This commit is for the list only, and the task detail screen will be fixed separately.
    tomcat0090 authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    5c069e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Change project existence functions to native

    Thanks for the review @glensc.
    tomcat0090 authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    704c4a6 View commit details
    Browse the repository at this point in the history