mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #3503] [MERGED] feat: platform definition added for additional settings components #4412
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#4412
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/3503
Author: @anwarulislam
Created: 11/7/2023
Status: ✅ Merged
Merged: 11/29/2023
Merged by: @AndrewBastin
Base:
release/2023.12.0← Head:feat/additional-settings-defination📝 Commits (5)
28ec1a0feat: platform defination added for additional settings4239938chore: tests components added for reviewer4987874chore: update profile sections definition97285d3chore: update settings sections definition9645b63chore: change profile sections order📊 Changes
4 files changed (+31 additions, -2 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+1 -0)📝
packages/hoppscotch-common/src/pages/profile.vue(+11 -2)📝
packages/hoppscotch-common/src/pages/settings.vue(+9 -0)📝
packages/hoppscotch-common/src/platform/ui.ts(+10 -0)📄 Description
Closes HFE-239
Description
This PR adds platform definition for additional settings sections. So that different platforms can add additional settings by passing vue components inside an array.
To render additional components/sections in the profile page.
main.tsfileui?: UIPlatformDefoptions. eg:Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.