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

Widget pagination feature request #30

Open
bushrang3r opened this issue Nov 18, 2018 · 13 comments
Open

Widget pagination feature request #30

bushrang3r opened this issue Nov 18, 2018 · 13 comments

Comments

@bushrang3r
Copy link

I would love to have paging buttons on the widget to be able to see future and past months.

@mvmike
Copy link
Owner

mvmike commented Nov 26, 2018

Meant the widget to be static, in fact created it since most of the f-droid / play store alternatives were paginated

@mvmike mvmike closed this as completed Nov 26, 2018
@mvdan
Copy link
Contributor

mvdan commented Nov 26, 2018

There's also no end to what actions could be implemented. Pagination? Seeing an event's details? Switching to weekly/daily views? All of these are implemented in actual Calendar apps, which is what you get when you click the widget.

@bushrang3r
Copy link
Author

Ah yes, understood. Yes, I guess tapping the widget does give you the same thing essentially, by opening the calendar app.
Thanks for a great widget 🥇

@532910
Copy link
Contributor

532910 commented Mar 15, 2019

Meant the widget to be static, in fact created it since most of the f-droid / play store alternatives were paginated

I always thought that the main feature of min-cal-widget comes from it's name: the most compact size.
All other widgets on f-droid / play store look extremely ugly on the same size as on min-cal-widget keeps extremely beautiful.

Could you explain what is bad with pagination?

Moreover, pagination could be reached via left-right swipe, without buttons.

@532910
Copy link
Contributor

532910 commented Mar 15, 2019

There's also no end to what actions could be implemented. Pagination? Seeing an event's details? Switching to weekly/daily views? All of these are implemented in actual Calendar apps, which is what you get when you click the widget.

It's not true. While pagination has no impact on size, event's details and other views has significant size impact, making it bloated-cal-widget.

@mvmike mvmike changed the title Feature request Widget pagination feature request Mar 15, 2019
@mvmike
Copy link
Owner

mvmike commented Mar 15, 2019

@532910 completely agree with everything you said.

Even though it's a feature i won't use, could consider doing pagination through swiping and make it configurable, but will require a bit of work since event instances should be fetch depending not only on the current date and also aligned with what's shown in the homescreen

@mvmike mvmike reopened this Mar 15, 2019
@mvmike
Copy link
Owner

mvmike commented Mar 21, 2019

After further investigation, seems that widgets can only receive taps and not gestures, so not sure what to do with this issue. IMHO, I'd avoid adding buttons to change months at any cost

@532910
Copy link
Contributor

532910 commented Mar 21, 2019

  1. https://github.com/plusonelabs/calendar-widget is a scrollable widged for example. Or it's just a long content with small viewport, non-paginated?

  2. There is a stackview widget type, but I wasn't able to find how it looks like.

@mvmike
Copy link
Owner

mvmike commented Mar 21, 2019

  1. it's just long content that can be scrolled, there isn't any gesture intent
  2. it's something like this

@532910
Copy link
Contributor

532910 commented Mar 29, 2019

OK. Looks like my idea is impossible. What about two small buttons before and after month name. I don't this they shout affect widget size.

image
image

Even for extremy small size, when only two weekday lettert fits there is a space for two <> buttons:
image
image

@532910
Copy link
Contributor

532910 commented Oct 4, 2021

@mvmike
Copy link
Owner

mvmike commented Oct 5, 2021

There is no complexity in adding buttons (this could have been done before regardless of the new material you design, as it happens with the configuration one) but with the gestures

@OmlineEditor
Copy link

let's add buttons to change the month only if the widget is larger than a certain size, if the widget is small then the buttons do not appear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants