mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4548] [MERGED] feat(sh-admin): introducing user guidance and error management helpers in admin dashboard #4848
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#4848
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/4548
Author: @joeljstephen
Created: 11/18/2024
Status: ✅ Merged
Merged: 11/22/2024
Merged by: @jamesgeorge007
Base:
next← Head:feat/dashboard-error-management📝 Commits (9)
82b432erefactor: updated fallback component and main to handle backend network error8d074bdfix: resolved issue where logging out shows splash screen instead of login screeneddee2crefactor: updated icon for header documentation button26cc4c9feat: added new helpers in data sharing, smtp configs and pending invite sections98862b2refactor: updated documentation links and subtitles to various helpers across the dashboard15af622chore: improvements across various changes made in different components9b92612chore: code improvementse9c94edrefactor: better subtitles for different sections5890d45fix: missing i18n titles📊 Changes
12 files changed (+209 additions, -106 deletions)
View changed files
📝
packages/hoppscotch-sh-admin/locales/en.json(+8 -1)📝
packages/hoppscotch-sh-admin/src/components.d.ts(+2 -0)📝
packages/hoppscotch-sh-admin/src/components/app/Header.vue(+11 -0)📝
packages/hoppscotch-sh-admin/src/components/settings/AuthProvider.vue(+10 -1)📝
packages/hoppscotch-sh-admin/src/components/settings/DataSharing.vue(+20 -6)📝
packages/hoppscotch-sh-admin/src/components/settings/SmtpConfiguration.vue(+17 -6)📝
packages/hoppscotch-sh-admin/src/components/tokens/Overview.vue(+12 -3)📝
packages/hoppscotch-sh-admin/src/components/users/InviteModal.vue(+29 -12)📝
packages/hoppscotch-sh-admin/src/helpers/errors.ts(+9 -1)📝
packages/hoppscotch-sh-admin/src/main.ts(+50 -41)📝
packages/hoppscotch-sh-admin/src/pages/_.vue(+33 -32)📝
packages/hoppscotch-sh-admin/src/pages/users/invited.vue(+8 -3)📄 Description
Ticket
Description
This PR enhances the error management and user guidance experience in the admin dashboard. It introduces multiple error management helpers to improve navigation and issue resolution. The improvements include an error splash screen when the dashboard is unable to connect to the backend, contextual helper bubbles in various sections, and relevant subtitles to describe features that may be unclear to users.
Objectives
Implement an error splash screen on dashboard startup if the frontend is unable to connect to the backend
Add helper bubbles in the following sections of the dashboard:
Display informative subtitles in the following sections:
Screenshots
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.