mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4706] [MERGED] feat(common): introducing history ui provider service to hoppscotch-common #4908
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#4908
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/4706
Author: @joeljstephen
Created: 1/28/2025
Status: ✅ Merged
Merged: 1/29/2025
Merged by: @jamesgeorge007
Base:
next← Head:feat/history-service📝 Commits (6)
2c9f5eefeat: introducing history ui provider service to common repo3f9ae05refactor: isolated personal lhistory logic to separate component97eb5dechore: minor improvements3e3459afeat; new test file for history ui providerce27fcdfix: prevent history from appearing empty on shared workspaces65e4b80feat: new i18n strings for activity logs📊 Changes
8 files changed (+474 additions, -370 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+30 -0)➕
packages/hoppscotch-common/src/components/history/Personal.vue(+349 -0)📝
packages/hoppscotch-common/src/components/history/index.vue(+29 -360)📝
packages/hoppscotch-common/src/components/http/Sidebar.vue(+1 -1)📝
packages/hoppscotch-common/src/components/workspace/Current.vue(+12 -9)📝
packages/hoppscotch-common/src/platform/ui.ts(+10 -0)➕
packages/hoppscotch-common/src/services/__tests__/history-ui-provider.service.spec.ts(+25 -0)➕
packages/hoppscotch-common/src/services/history-ui-provider.service.ts(+18 -0)📄 Description
Description
This PR introduces a new
history-ui-providerservice which can be used to inject custom history related components such as Activity Logs into thehoppscotch-commonrepo.Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.