mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4077] [MERGED] feat(sh-admin): introducing last active status to users table and individual user's page in dashboard #4653
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4653
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4077
Author: @joeljstephen
Created: 5/20/2024
Status: ✅ Merged
Merged: 6/26/2024
Merged by: @jamesgeorge007
Base:
next← Head:feat/dashboard-last-logged-on📝 Commits (9)
782fa4cfeat: new lastLoggedOn property added to graphql queries25477d0feat: new i18n strings for last logged on7e8c97afeat: introduced last logged on to users table and individual users pagef6c0dc7refactor: renamed headers to created on and last active80378barefactor: replaced lastLoggedOn with lastActiveOn6f77344refactor: removed lastLoggedOn from graphql queries217f1aarefactor: handle null case for useTimeAgo6d04954refactor: added fallback string for last active on4da3ccfchore: resolve conflicts📊 Changes
6 files changed (+23 additions, -19 deletions)
View changed files
📝
packages/hoppscotch-sh-admin/locales/en.json(+2 -0)📝
packages/hoppscotch-sh-admin/src/components.d.ts(+0 -10)📝
packages/hoppscotch-sh-admin/src/components/users/Details.vue(+9 -1)📝
packages/hoppscotch-sh-admin/src/helpers/backend/gql/queries/UserInfo.graphql(+1 -0)📝
packages/hoppscotch-sh-admin/src/helpers/backend/gql/queries/UsersListV2.graphql(+1 -0)📝
packages/hoppscotch-sh-admin/src/pages/users/index.vue(+10 -8)📄 Description
Ticket
Description
This PR introduces last active on property to the users table and in the individual user's page in the admin dashboard
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.