sojinantony01 / react-cron-generator

Simple react component to generate cron expressions
MIT License
86 stars 63 forks source link

Combining weekly/hourly tabs #64

Open limetheman opened 3 months ago

limetheman commented 3 months ago

Hi, I love your product so far, and have a feature request! Currently I am working on a project that includes mutating cron schedules on a specific weekly/hourly basis, is there any way you would be able to have a feature that combines multiple options into one for more customization or show me how? For example (7 0-4,7-23 ? MON-THU ) Monday-thursday everyday at the 7th min past the hour, except 5 and 6.

sojinantony01 commented 3 months ago

Hi @limetheman, Thanks For using the package. Right now library is not supporting combined usage of multiple tabs. I will try that soon

limetheman commented 3 months ago

Also if you could add "type" : "module" on top of your package.json, that would help a bunch

limetheman commented 3 months ago

^ I'm getting a syntax error from 'import { jsxs , jsx } from react/jsx-runtime' and adding this line on top of your package.json fixes this error for me