[PR #148] [MERGED] Cleanup #83

Closed
opened 2025-12-29 07:19:15 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: cleanup


📝 Commits (1)

  • ec99901 Fixed 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/148 **Author:** [@gschier](https://github.com/gschier) **Created:** 12/21/2024 **Status:** ✅ Merged **Merged:** 12/21/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `cleanup` --- ### 📝 Commits (1) - [`ec99901`](https://github.com/mountain-loop/yaak/commit/ec999015ab9b14c6f7f8df909bb2db4bcaef9dee) Fixed the circular imports and things ### 📊 Changes **83 files changed** (+511 additions, -551 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description Cleanup from #147 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:19:15 +01:00
adam closed this issue 2025-12-29 07:19:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#83