nextcloud / calendar

📆 Calendar app for Nextcloud
https://apps.nextcloud.com/apps/calendar
GNU Affero General Public License v3.0
975 stars 240 forks source link

list view should scroll to today #2632

Open jakobroehrl opened 3 years ago

jakobroehrl commented 3 years ago

The new list view shows all the events of the selected month. It would be great if it automatically scroll to today

Eg: Today is the 7. October: It shows: grafik

This would be better: grafik

Zachu commented 3 years ago

Or instead of it showing list view of the month it should show list view of upcoming events. Or events from today onward. That way it would be more usable in a "dashboard" view or otherwise just glancing at it.

Google Calendar calls it Agenda I think.

alexanderdd commented 3 years ago

related: https://github.com/nextcloud/calendar/issues/2076 and https://github.com/nextcloud/calendar/issues/2845

burnoutberni commented 3 years ago

Sorry for the spam, but I'd really like to push this issue. To me, it makes no sense that passed events are shown in the list view – it should be changed to only upcoming events. Can anybody point me to the files where to change this, I'd be glad to make a PR.

alex-decode commented 2 years ago

EDIT: I made a pull request: https://github.com/nextcloud/calendar/pull/4108

EDIT 2: ...and quite a mess

@burnoutberni, I think it might be here:

https://github.com/nextcloud/calendar/blob/92af87818d1a878f2b68d1544300d99d956384a2/src/components/AppNavigation/AppNavigationHeader/AppNavigationHeaderDatePicker.vue#L150

alexanderdd commented 2 years ago

I can confirm that this bug is still not fixed in Nextcloud 23.0.4, Calendar 3.3.0

teledyn commented 11 months ago

Confirming this is still broken in Nextcloud 26.0.3, which makes this request three years old as of a week ago last Saturday! 🎂🥳

I do hope it can be fixed.

alexanderdd commented 8 months ago

@miaulalala can you remove the label "to triage" and add "to develop"?

I just had this problem again, NC 27.1.5 calendar 4.6.4

Thatoo commented 3 months ago

Any update on this issue?