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

Allow bulk task creation on paste #2273

Merged

Commits on May 21, 2023

  1. add text to task converter

    Signed-off-by: Stefan Forstenlechner <[email protected]>
    t-h-e committed May 21, 2023
    Configuration menu
    Copy the full SHA
    6552e2a View commit details
    Browse the repository at this point in the history
  2. Allow bulk task creation on paste

    nextcloud#1894
    Signed-off-by: Stefan Forstenlechner <[email protected]>
    t-h-e committed May 21, 2023
    Configuration menu
    Copy the full SHA
    0b67c40 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Fix eslint issues

    remove unused css
    remove non-useful comment
    
    Signed-off-by: Stefan Forstenlechner <[email protected]>
    t-h-e committed May 22, 2023
    Configuration menu
    Copy the full SHA
    e4d7bd0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Use 'summary' instead of 'title'

    stop paste event propagation the Vue way
    
    Signed-off-by: Stefan Forstenlechner <[email protected]>
    t-h-e committed May 23, 2023
    Configuration menu
    Copy the full SHA
    8c3f25c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. avoid creating tasks on enter when CreateMultipleTasksDialog is open

    Signed-off-by: Stefan Forstenlechner <[email protected]>
    t-h-e committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    f55280a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. simply focus create button instead of preventing events

    Signed-off-by: Stefan Forstenlechner <[email protected]>
    t-h-e committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8589733 View commit details
    Browse the repository at this point in the history
  2. fix cancel/closed behaviour

    Signed-off-by: Stefan Forstenlechner <[email protected]>
    t-h-e committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    55438da View commit details
    Browse the repository at this point in the history