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

Fix relative timestamp and alignment in deleted items list #727

Merged
merged 1 commit into from
Nov 22, 2018

Conversation

juliusknorr
Copy link
Member

Fixes #684

image

Signed-off-by: Julius Härtl <jus@bitgrid.net>
<li class='board-detail__deleted-list__item' ng-repeat="deletedCard in cardservice.deleted">
<span class="icon icon-deck"></span>
<span class="title">{{deletedCard.title}} ({{stackservice.tryAllThenDeleted(deletedCard.stackId).title}})</span>
<span class="live-relative-timestamp" data-timestamp="{{ deletedCard.deletedAt*1000 }}">{{deletedCard.deletedAt | relativeDateFilter }}</span>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the live-relative-timestamp functionality new?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is a class the Nextcloud server uses to update the relative timestamp regularly.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was there any mistake with the previous implementation except for not using this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All fine. 😉

@juliusknorr juliusknorr merged commit 3374f6c into master Nov 22, 2018
@juliusknorr juliusknorr deleted the bugfix/684/deleted-items branch November 22, 2018 19:00
@juliusknorr juliusknorr added this to the 🐛 Next minor (0.5.1) milestone Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant