mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #2367] [CLOSED] Update TRANSLATIONS.md #3765
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#3765
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/2367
Author: @veluthoor
Created: 5/26/2022
Status: ❌ Closed
Base:
i18n← Head:patch-1📝 Commits (8)
450af98fix: overflow on log entryd045206refactor: isolate computed header calculation on effective requests (#2313)432337bchore: tests for hoppscotch-cli (#2300)184914bfeat: extension identification improvements (#2332)cfa89a6feat: UI of shortcode actions (#2347)346ac8bchore: improve ui consistency on table layoutb1a2c9efix: text overflow in table layout25fb53dUpdate TRANSLATIONS.md📊 Changes
58 files changed (+3041 additions, -456 deletions)
View changed files
📝
TRANSLATIONS.md(+1 -1)📝
packages/hoppscotch-app/components/app/Interceptor.vue(+33 -54)📝
packages/hoppscotch-app/components/http/Headers.vue(+88 -3)📝
packages/hoppscotch-app/components/http/Request.vue(+37 -25)📝
packages/hoppscotch-app/components/http/RequestOptions.vue(+1 -1)➕
packages/hoppscotch-app/components/profile/Shortcode.vue(+135 -0)📝
packages/hoppscotch-app/components/realtime/LogEntry.vue(+1 -1)📝
packages/hoppscotch-app/components/smart/EnvInput.vue(+20 -0)📝
packages/hoppscotch-app/components/smart/Radio.vue(+20 -22)📝
packages/hoppscotch-app/components/smart/RadioGroup.vue(+8 -4)➕
packages/hoppscotch-app/helpers/backend/gql/mutations/DeleteShortcode.graphql(+3 -0)➕
packages/hoppscotch-app/helpers/backend/gql/queries/GetMyShortcodes.graphql(+7 -0)➕
packages/hoppscotch-app/helpers/backend/gql/subscriptions/ShortcodeCreated.graphql(+7 -0)➕
packages/hoppscotch-app/helpers/backend/gql/subscriptions/ShortcodeDeleted.graphql(+5 -0)📝
packages/hoppscotch-app/helpers/backend/helpers.ts(+1 -1)📝
packages/hoppscotch-app/helpers/backend/mutations/Shortcode.ts(+14 -0)➕
packages/hoppscotch-app/helpers/shortcodes/Shortcode.ts(+8 -0)➕
packages/hoppscotch-app/helpers/shortcodes/ShortcodeListAdapter.ts(+149 -0)📝
packages/hoppscotch-app/helpers/strategies/ExtensionStrategy.ts(+50 -12)📝
packages/hoppscotch-app/helpers/strategies/__tests__/ExtensionStrategy-NoProxy.spec.js(+0 -7)...and 38 more files
📄 Description
Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.