Umbraco.CMS.Backoffice icon indicating copy to clipboard operation
Umbraco.CMS.Backoffice copied to clipboard

Issue 16511, add time for when user last logged in, in the grid user card

Open EmanuelGustafzon opened this issue 6 months ago • 10 comments

Description

I used the Date object and added user.lastLoggedinDate to get the local date and time, then i formatted the time and added it to the DOM.

Link to the issue

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)
  • [x] Chore (minor updates related to the tooling or maintenance of the repository, does not impact compiled assets)

Motivation and context

It makes you being able to see what time users was last logged in.

How to test?

I did not write test for this one, if you want me to please provide me some guidance

Checklist

  • [x] If my change requires a change to the documentation, I have updated the documentation in this pull request.
  • [x] I have read the CONTRIBUTING document.
  • [ ] I have added tests to cover my changes.

EmanuelGustafzon avatar Aug 10 '24 16:08 EmanuelGustafzon