ferdium / ferdium-recipes

Recipes encapsulate your favourite apps into Ferdium for unified notifications handling and more
MIT License
79 stars 184 forks source link

Add several recipes #519

Closed SpecialAro closed 5 months ago

SpecialAro commented 5 months ago

Pre-flight Checklist

Please ensure you've completed all of the following.

Description of Change

This PR adds 16 new recipes (fixing several recipe requests on the Ferdium-App issue board).

The added recipes are as follows:

SpecialAro commented 5 months ago

Build failing possibly because I force-pushed a commit (it shouldn't fail though...) - it is complaining about not version bump on alibaba-chat (which is impossible - the version bump action runs successfuly).

Let's wait a few for a new runner to re-trigger the build again to see if it fixes (probably has to do with cache on the runner side).

In the meantime, if anyone cares to try and package locally, you would see that everything is fine: image

SpecialAro commented 5 months ago

Wow, thanks for another one of these recipe implementation sweeps!

You're welcome 😁

The only thing that concerns me: we will close all these issues but most of these recipes don't have any notification functionality, so they don't do anything useful?

That is true, yes... I only implemented notification sounds to those requests where users explicitly said it was a feature.. nevertheless I think that we can tackle those issues as they come or even gradually see what recipes have notifications and implement it pro-actively.

mcmxcdev commented 5 months ago

That is true, yes... I only implemented notification sounds to those requests where users explicitly said it was a feature.. nevertheless I think that we can tackle those issues as they come or even gradually see what recipes have notifications and implement it pro-actively.

We can also rely on users adding in functionality for recipes as we go.

NocturnalNick commented 5 months ago

@SpecialAro Is login to Notion Calendar working? I can't figure out a way to log in, am I missing something

SpecialAro commented 5 months ago

@NocturnalNick it seems it is not working properly (login with Google is always a PITA). I'll try to find a workaround

NocturnalNick commented 5 months ago

@NocturnalNick it seems it is not working properly (login with Google is always a PITA). I'll try to find a workaround @SpecialAro A million thanks for trying and even more if successful! Just wish I could auth with the authenticator app and a QR code or something.

SpecialAro commented 5 months ago

@NocturnalNick I just pushed a PR to fix this. It should be fixed in the latest nightly 😁