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

Add date separator in timeline #489

Closed
bwindels opened this issue Sep 7, 2021 · 0 comments · Fixed by #938
Closed

Add date separator in timeline #489

bwindels opened this issue Sep 7, 2021 · 0 comments · Fixed by #938
Labels
feature New feature or request fun hacking

Comments

@bwindels
Copy link
Contributor

bwindels commented Sep 7, 2021

It'll be a bit tricky, but we should really do the proper thing and have date separator be represented by their own tile in TilesCollection, rather than a flag on other tiles (which would be messy to implement in the view).

Tiles could signal that a tile should be inserted when setting the sibling, OR, that the tile itself should be removed. This way, a DateTile can be inserted where we go from one day to another, and the DateTile can remove itself if it stops having siblings of different dates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request fun hacking
Projects
None yet
1 participant