mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #2267] [MERGED] refactor : migrate components to script setup on ts #3694
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#3694
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/2267
Author: @nivedin
Created: 4/14/2022
Status: ✅ Merged
Merged: 4/17/2022
Merged by: @liyasthomas
Base:
main← Head:refactor/migrate-components-setup-ts📝 Commits (8)
bdef274refactor: migrate buttons to script setup on ts89b8cderefactor: migrate env components to script setup on ts9aed9b6fix: reference sharing when requests are opened from the sidebarb66c167ci: deploy to prod from actionsfca5afechore: type updationad145d6chore: update2f9390arefactor: update typese947f19Merge branch 'main' into refactor/migrate-components-setup-ts📊 Changes
5 files changed (+325 additions, -392 deletions)
View changed files
📝
packages/hoppscotch-app/components/button/Primary.vue(+36 -75)📝
packages/hoppscotch-app/components/button/Secondary.vue(+34 -66)📝
packages/hoppscotch-app/components/environments/Details.vue(+144 -136)📝
packages/hoppscotch-app/components/environments/Environment.vue(+51 -53)📝
packages/hoppscotch-app/components/environments/index.vue(+60 -62)📄 Description
Description
Migrate button and environment components to script setup with typescript.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.