[PR #4077] [MERGED] feat(sh-admin): introducing last active status to users table and individual user's page in dashboard #4653

Closed
opened 2026-03-17 02:10:12 +03:00 by kerem · 0 comments
Owner

📋 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: nextHead: feat/dashboard-last-logged-on


📝 Commits (9)

  • 782fa4c feat: new lastLoggedOn property added to graphql queries
  • 25477d0 feat: new i18n strings for last logged on
  • 7e8c97a feat: introduced last logged on to users table and individual users page
  • f6c0dc7 refactor: renamed headers to created on and last active
  • 80378ba refactor: replaced lastLoggedOn with lastActiveOn
  • 6f77344 refactor: removed lastLoggedOn from graphql queries
  • 217f1aa refactor: handle null case for useTimeAgo
  • 6d04954 refactor: added fallback string for last active on
  • 4da3ccf chore: 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

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/4077 **Author:** [@joeljstephen](https://github.com/joeljstephen) **Created:** 5/20/2024 **Status:** ✅ Merged **Merged:** 6/26/2024 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `feat/dashboard-last-logged-on` --- ### 📝 Commits (9) - [`782fa4c`](https://github.com/hoppscotch/hoppscotch/commit/782fa4c06fab288a5b77b407eac7c0964fb1e4d0) feat: new lastLoggedOn property added to graphql queries - [`25477d0`](https://github.com/hoppscotch/hoppscotch/commit/25477d06a236c547dcc14b4eaab89b2beaa78a60) feat: new i18n strings for last logged on - [`7e8c97a`](https://github.com/hoppscotch/hoppscotch/commit/7e8c97aa389983c308d4817b59ffc48401c1bd25) feat: introduced last logged on to users table and individual users page - [`f6c0dc7`](https://github.com/hoppscotch/hoppscotch/commit/f6c0dc77d9d716dc8a99115063882b5918251176) refactor: renamed headers to created on and last active - [`80378ba`](https://github.com/hoppscotch/hoppscotch/commit/80378ba4a93c9e2822e62952dbb2ab66ebb5a67a) refactor: replaced lastLoggedOn with lastActiveOn - [`6f77344`](https://github.com/hoppscotch/hoppscotch/commit/6f77344a41bc988bf91289cf07c0c10e6fc43ffa) refactor: removed lastLoggedOn from graphql queries - [`217f1aa`](https://github.com/hoppscotch/hoppscotch/commit/217f1aaf68a097ff0d4ae17162efcca9ab49995f) refactor: handle null case for useTimeAgo - [`6d04954`](https://github.com/hoppscotch/hoppscotch/commit/6d049540a8a09bffa99aaf4bedf51d8024a169f9) refactor: added fallback string for last active on - [`4da3ccf`](https://github.com/hoppscotch/hoppscotch/commit/4da3ccffae116034954ea7d385c3db51932afb00) chore: resolve conflicts ### 📊 Changes **6 files changed** (+23 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description ### Ticket - Closes HFE-513 - Depends on - #4074 - #4121 ### Description This PR introduces last active on property to the users table and in the individual user's page in the admin dashboard ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:10:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4653
No description provided.