[PR #40] [MERGED] 2024.5.1-beta.1 #11

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

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/40
Author: @gschier
Created: 6/5/2024
Status: Merged
Merged: 6/5/2024
Merged by: @gschier

Base: betaHead: master


📝 Commits (10+)

  • a9db149 Import content-type from Postman multi-part form
  • 9a53641 Better invalid URL errors
  • c3f0351 Fix font size
  • 36728d1 Tweak Moonlight theme
  • b47ec01 uses custom component on Windows 8f3bdb5 Fix autocomplete for environment editor names b39335d Don't call is_fullscreen so much fe86251 Fix dropdown icon color 3f72996 Tweak settings labels f01d1e7 Don't always change request method. Closes #29 📊 Changes 10 files changed (+117 additions, -241 deletions) View changed files .tauriignore (+0 -1) 📝 package-lock.json (+44 -44) 📝 package.json (+1 -1) 📝 src-tauri/Cargo.lock (+55 -68) 📝 src-tauri/Cargo.toml (+11 -18) 📝 src-tauri/grpc/Cargo.toml (+2 -2) 📝 src-tauri/src/lib.rs (+0 -7) src-tauri/src/tauri_plugin_windows_window.rs (+0 -97) 📝 src-tauri/tauri.conf.json (+3 -3) 📝 src-web/components/Portal.tsx (+1 -0) 📄 Description Fix Linux and Windows launch errors 🔄 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/40 **Author:** [@gschier](https://github.com/gschier) **Created:** 6/5/2024 **Status:** ✅ Merged **Merged:** 6/5/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `beta` ← **Head:** `master` --- ### 📝 Commits (10+) - [`a9db149`](https://github.com/mountain-loop/yaak/commit/a9db14994fad89aa34ea3dff6474c532b2d30b91) Import content-type from Postman multi-part form - [`9a53641`](https://github.com/mountain-loop/yaak/commit/9a5364187c91f4a6a483d5da0dc6b721db50389f) Better invalid URL errors - [`c3f0351`](https://github.com/mountain-loop/yaak/commit/c3f03514458ba401c423bf57e2781025d8a513f2) Fix font size - [`36728d1`](https://github.com/mountain-loop/yaak/commit/36728d1d1f8a325c1b417b373fe261b84528667f) Tweak Moonlight theme - [`b47ec01`](https://github.com/mountain-loop/yaak/commit/b47ec01f9ccc2d6b7e01e4fa2c896ae17a02fb71) <Select> uses custom component on Windows - [`8f3bdb5`](https://github.com/mountain-loop/yaak/commit/8f3bdb5039ac8fd354ff9aa8471b723b384d6df3) Fix autocomplete for environment editor names - [`b39335d`](https://github.com/mountain-loop/yaak/commit/b39335dc4fd25b2d1a66e04dac72a7067c5e55b9) Don't call is_fullscreen so much - [`fe86251`](https://github.com/mountain-loop/yaak/commit/fe862517fb7a23e9e3fa581bd56dad23f8308847) Fix dropdown icon color - [`3f72996`](https://github.com/mountain-loop/yaak/commit/3f72996e64af19ca283fb807cbf9834f0a9aef38) Tweak settings labels - [`f01d1e7`](https://github.com/mountain-loop/yaak/commit/f01d1e704b2a55e0a202fcf636c4eb6a682e8ab1) Don't always change request method. Closes #29 ### 📊 Changes **10 files changed** (+117 additions, -241 deletions) <details> <summary>View changed files</summary> ➖ `.tauriignore` (+0 -1) 📝 `package-lock.json` (+44 -44) 📝 `package.json` (+1 -1) 📝 `src-tauri/Cargo.lock` (+55 -68) 📝 `src-tauri/Cargo.toml` (+11 -18) 📝 `src-tauri/grpc/Cargo.toml` (+2 -2) 📝 `src-tauri/src/lib.rs` (+0 -7) ➖ `src-tauri/src/tauri_plugin_windows_window.rs` (+0 -97) 📝 `src-tauri/tauri.conf.json` (+3 -3) 📝 `src-web/components/Portal.tsx` (+1 -0) </details> ### 📄 Description Fix Linux and Windows launch errors --- <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:18:53 +01:00
adam closed this issue 2025-12-29 07:18:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#11