mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #148] [MERGED] Cleanup #83
Reference in New Issue
Block a user
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/mountain-loop/yaak/pull/148
Author: @gschier
Created: 12/21/2024
Status: ✅ Merged
Merged: 12/21/2024
Merged by: @gschier
Base:
master← Head:cleanup📝 Commits (1)
ec99901Fixed the circular imports and things📊 Changes
83 files changed (+511 additions, -551 deletions)
View changed files
📝
.eslintrc.cjs(+2 -0)📝
package-lock.json(+11 -42)📝
src-web/components/CommandPalette.tsx(+8 -7)📝
src-web/components/CookieDropdown.tsx(+1 -1)📝
src-web/components/DialogContext.tsx(+3 -78)➕
src-web/components/Dialogs.tsx(+75 -0)📝
src-web/components/EnvironmentActionsDropdown.tsx(+1 -1)📝
src-web/components/GraphQLEditor.tsx(+6 -4)📝
src-web/components/GrpcEditor.tsx(+3 -3)📝
src-web/components/HeaderSize.tsx(+5 -6)📝
src-web/components/LicenseBadge.tsx(+1 -1)📝
src-web/components/MarkdownEditor.tsx(+1 -1)📝
src-web/components/MoveToWorkspaceDialog.tsx(+6 -6)📝
src-web/components/RecentRequestsDropdown.tsx(+6 -6)📝
src-web/components/RedirectToLatestWorkspace.tsx(+7 -8)📝
src-web/components/RequestContextMenu.tsx(+1 -1)📝
src-web/components/RequestPane.tsx(+24 -21)📝
src-web/components/RouteError.tsx(+4 -4)📝
src-web/components/Settings/Settings.tsx(+5 -11)📝
src-web/components/Settings/SettingsAppearance.tsx(+1 -1)...and 63 more files
📄 Description
Cleanup from #147
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.