mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-12 04:10:34 +01:00
[PR #44] [MERGED] Open workspace pref #17
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/44
Author: @gschier
Created: 6/7/2024
Status: ✅ Merged
Merged: 6/7/2024
Merged by: @gschier
Base:
master← Head:open-workspace-pref📝 Commits (3)
c07691bPreference to always open workspace the same waya920799Fix dep698f99fSort deps📊 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.