raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.24k stars 2.94k forks source link

[Cron] ... Two months side by side #14437

Open collinbell opened 1 week ago

collinbell commented 1 week ago

Extension

https://www.raycast.com/astrit/cron

Description

It would be nice if you could put months next to each other left to right as an option (see two months at once).

Who will benefit from this feature?

People who want less clicking; faster information.

Anything else?

No response

raycastbot commented 1 week ago

Thank you for opening this issue!

🔔 @astrit @ridemountainpig you might want to have a look.

💡 Author and Contributors commands The author and contributors of `astrit/cron` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot close as not planned` Closes the issue as not planned. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.
ridemountainpig commented 1 week ago

I think putting a two month calendar in one view will make it too compact.

astrit commented 6 days ago

@collinbell

The way how the Calendar works is using the Grid and the prop columns which states

Column count for the grid's sections. Minimum value is 1, maximum value is 8.

So we can't have more than that or horizontal scroll and you need for months side by side at least 14 columns which as of now is not possible using the Grid.

✌️