mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[PR #1060] [MERGED] Sidebar toggle position oversight #1809
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1809
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/PlayCover/PlayCover/pull/1060
Author: @404oops
Created: 7/28/2023
Status: ✅ Merged
Merged: 9/25/2023
Merged by: @JoseMoreville
Base:
develop← Head:patch-1📝 Commits (1)
ef90a42Update MainView.swift📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
PlayCover/Views/MainView.swift(+1 -1)📄 Description
I saw a major design oversight regarding the sidebar button.
https://github.com/PlayCover/PlayCover/assets/51266541/f6db7c05-7218-41ba-9113-de200a06894b
The Sidebar button is positioned to
.navigationwhich doesn't really make sense since the user needs to chase it if they misclick.I removed the position so that it sticks to default (left side)
https://github.com/PlayCover/PlayCover/assets/51266541/348e45e3-8004-4393-9ef7-195c69303cc7
The code for this entry can be found here as "proof" that it works
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.