mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4244] [MERGED] chore: add ai renames at more places #4723
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#4723
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/4244
Author: @amk-dev
Created: 8/7/2024
Status: ✅ Merged
Merged: 8/7/2024
Merged by: @jamesgeorge007
Base:
patch← Head:feat/ai-rename-at-more-places📝 Commits (3)
dcc5184chore: add ai rename at more request rename places537aec5chore: add AI request rename while creating a GQL request0c012fcchore: resolve pre-existing type error📊 Changes
9 files changed (+221 additions, -144 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/collections/AddRequest.vue(+33 -7)📝
packages/hoppscotch-common/src/components/collections/EditRequest.vue(+8 -58)📝
packages/hoppscotch-common/src/components/collections/SaveRequest.vue(+43 -8)📝
packages/hoppscotch-common/src/components/collections/graphql/AddRequest.vue(+34 -8)📝
packages/hoppscotch-common/src/components/collections/graphql/EditRequest.vue(+14 -63)📝
packages/hoppscotch-common/src/components/collections/graphql/index.vue(+5 -0)📝
packages/hoppscotch-common/src/components/collections/index.vue(+5 -0)➕
packages/hoppscotch-common/src/composables/ai-experiments.ts(+78 -0)📝
packages/hoppscotch-common/src/helpers/import-export/import/insomnia.ts(+1 -0)📄 Description
What's changed
useRequestNameGenerationto remove duplication among multiple components having the rename logic🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.