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

[DND][Pomodoro] Fix command launch sequence #15558

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LitoMore
Copy link
Contributor

@LitoMore LitoMore commented Nov 27, 2024

Description

Fixes #15460 (comment)

DND

  • Add support for callback launch
  • Add dndStatus to callback payload
  • Update documentation

Pomodoro

The previous view will be interrupted by some launchCommand and deeplinks. So I used the callbackLaunchCommand instead.

I've also marked the confetti feature as deprecated since it will always interrupt the dialog.

  • Fix command launch sequence
  • Regenerate package-lock.json file
  • Move crossExtensions field to upper place
  • Mark the Confetti feature as deprecated

More

The open raycast://extensions/raycast/raycast/confetti will always interrupt the current Raycast dialog even when I use the launchType=background. This is a bit annoying when calling from the extension.

What I expect is that as long as it is in the background, it will not affect the currently running extension.

Checklist

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.

1 participant