[PR #44] [MERGED] Open workspace pref #17

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

📋 Pull Request Information

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

Base: masterHead: open-workspace-pref


📝 Commits (3)

📊 Changes

11 files changed (+186 additions, -74 deletions)

View changed files

📝 src-tauri/.sqlx/query-05dca7fe15ab1bf03952e94498ef3130e16f752da72782783696eb2cca4736d5.json (+9 -3)
📝 src-tauri/.sqlx/query-6b5edf45a6799cd7f87c23a3c7f818ad110d58c601f694a619d9345ae9e8e11d.json (+3 -3)
📝 src-tauri/Cargo.toml (+9 -9)
src-tauri/migrations/20240607151115_open-workspace-setting.sql (+1 -0)
📝 src-tauri/src/models.rs (+7 -3)
src-web/components/OpenWorkspaceDialog.tsx (+64 -0)
📝 src-web/components/Settings/SettingsGeneral.tsx (+27 -0)
📝 src-web/components/WorkspaceActionsDropdown.tsx (+14 -55)
📝 src-web/components/core/Dialog.tsx (+1 -1)
src-web/hooks/useOpenWorkspace.ts (+50 -0)
📝 src-web/lib/models.ts (+1 -0)

📄 Description

Ability to remember workspace window opening selection.

CleanShot 2024-06-07 at 08 41 11@2x


🔄 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/44 **Author:** [@gschier](https://github.com/gschier) **Created:** 6/7/2024 **Status:** ✅ Merged **Merged:** 6/7/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `open-workspace-pref` --- ### 📝 Commits (3) - [`c07691b`](https://github.com/mountain-loop/yaak/commit/c07691b25ad5a67b19ca056bbfb0251142be2f71) Preference to always open workspace the same way - [`a920799`](https://github.com/mountain-loop/yaak/commit/a92079991a090bb775603d13bf185c8892f054a4) Fix dep - [`698f99f`](https://github.com/mountain-loop/yaak/commit/698f99f1ce7e194f1aabccf94cec5338972c8b01) Sort deps ### 📊 Changes **11 files changed** (+186 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `src-tauri/.sqlx/query-05dca7fe15ab1bf03952e94498ef3130e16f752da72782783696eb2cca4736d5.json` (+9 -3) 📝 `src-tauri/.sqlx/query-6b5edf45a6799cd7f87c23a3c7f818ad110d58c601f694a619d9345ae9e8e11d.json` (+3 -3) 📝 `src-tauri/Cargo.toml` (+9 -9) ➕ `src-tauri/migrations/20240607151115_open-workspace-setting.sql` (+1 -0) 📝 `src-tauri/src/models.rs` (+7 -3) ➕ `src-web/components/OpenWorkspaceDialog.tsx` (+64 -0) 📝 `src-web/components/Settings/SettingsGeneral.tsx` (+27 -0) 📝 `src-web/components/WorkspaceActionsDropdown.tsx` (+14 -55) 📝 `src-web/components/core/Dialog.tsx` (+1 -1) ➕ `src-web/hooks/useOpenWorkspace.ts` (+50 -0) 📝 `src-web/lib/models.ts` (+1 -0) </details> ### 📄 Description Ability to remember workspace window opening selection. ![CleanShot 2024-06-07 at 08 41 11@2x](https://github.com/yaakapp/app/assets/587576/fc0f4325-0dd6-4a3c-b2c7-f965317337ca) --- <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:55 +01:00
adam closed this issue 2025-12-29 07:18:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#17