-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Navigation by date #1606
Comments
Maybe will be easier to implement this feature via adding filter by date in search form - this will show all needed messages when search with empty keyword and ability for scroll history to needed date by clicking on message. I create separate issue about improving search interface with date field and others: https://github.com/vector-im/riot-web/issues/4752 |
Maybe this can be made part of the sticky date headers that we plan on having? |
I think we can do this now using the sticky date headers in the new design. We'd do this by clicking on the sticky header on the top of the timeline and then get a dialog to go jump to the required date. It might need a new server API, but the logic is there already as needed for the purge API. See also #3575 |
Especially for conversations that aren't active every day, it'd also be desirable to have a way to quickly jump between non-empty dates; a freeform date search would be much less useful there, as you might be looking for "the conversation that we had about two weeks ago", but not recall the exact date. For that reason, I don't think that a date search alone would be sufficient. |
Would it be possible to mimic the date chooser that is used on Discourse forums? |
Closing in favour of #7677 (same number of thumbs, more modern, more discussion) |
Created by @ richvdh:sw1v.org.
It would be useful to be able to move back and forwards in the history by day and to specific dates (for example, via a date picker)
The text was updated successfully, but these errors were encountered: