[PR #61] [MERGED] much more cleaner & nicer UI #1435

Closed
opened 2026-03-03 19:07:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/61
Author: @Wind-Explorer
Created: 7/18/2022
Status: Merged
Merged: 7/19/2022
Merged by: @Depal1

Base: developHead: feature/better-ui


📝 Commits (10+)

  • 3ed10a6 Repositioned search bar position
  • 9327b77 Squashed height of two buttons
  • 62e11a2 Removed 2 dividers for cleaner UI
  • 01de656 Moved show-notices button to the left
  • a1881fb Modified button for guide on disabling SIP
  • 7a582d6 Tuned the padding of search bar
  • 382a83b Tweaked SIP setup page for better layout
  • 333f5d6 Tuned another aspect of the SIP setup page
  • 05a3bb9 Following Roeegh's plan for SIP button
  • 7909b9c Adjusted text in SIP setup

📊 Changes

6 files changed (+43 additions, -55 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 PlayCover/View/AppsView.swift (+2 -8)
📝 PlayCover/View/MainView.swift (+16 -26)
📝 PlayCover/View/PlayCoverApp.swift (+6 -1)
📝 PlayCover/View/SetupView.swift (+17 -19)
📝 PlayCover/View/Style.swift (+1 -1)

📄 Description

截屏2022-07-19 上午7 22 41 截屏2022-07-19 上午7 22 46 截屏2022-07-18 下午8 32 51 截屏2022-07-18 下午8 33 10 截屏2022-07-18 下午8 33 35 截屏2022-07-18 下午8 49 54

merge it nowwww ;-;

note: this does break quite a few localisations that I plan to or someone else can fix in a separate PR.


🔄 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/PlayCover/PlayCover/pull/61 **Author:** [@Wind-Explorer](https://github.com/Wind-Explorer) **Created:** 7/18/2022 **Status:** ✅ Merged **Merged:** 7/19/2022 **Merged by:** [@Depal1](https://github.com/Depal1) **Base:** `develop` ← **Head:** `feature/better-ui` --- ### 📝 Commits (10+) - [`3ed10a6`](https://github.com/PlayCover/PlayCover/commit/3ed10a65bd40fd00f1c89f42df12c58422be6384) Repositioned search bar position - [`9327b77`](https://github.com/PlayCover/PlayCover/commit/9327b775e8689bb5d0065bc642a005f9adeed569) Squashed height of two buttons - [`62e11a2`](https://github.com/PlayCover/PlayCover/commit/62e11a25f9bd43f56eace7cc55e83dc7dfc8206a) Removed 2 dividers for cleaner UI - [`01de656`](https://github.com/PlayCover/PlayCover/commit/01de656f583a96e1efc33a25c3b1a28967fa2333) Moved show-notices button to the left - [`a1881fb`](https://github.com/PlayCover/PlayCover/commit/a1881fb508ab3b3ac1b1c4acd6581da4247596f4) Modified button for guide on disabling SIP - [`7a582d6`](https://github.com/PlayCover/PlayCover/commit/7a582d631a833b6aba707fdfd95ef42d4df436d2) Tuned the padding of search bar - [`382a83b`](https://github.com/PlayCover/PlayCover/commit/382a83b33e1a7a7fdbe33aeb173cd94d3c2ac050) Tweaked SIP setup page for better layout - [`333f5d6`](https://github.com/PlayCover/PlayCover/commit/333f5d651bdc26aed6bb74c9a58b06dd334455b7) Tuned another aspect of the SIP setup page - [`05a3bb9`](https://github.com/PlayCover/PlayCover/commit/05a3bb9e8e729c5ac93d75739628690c040d7ebe) Following Roeegh's plan for SIP button - [`7909b9c`](https://github.com/PlayCover/PlayCover/commit/7909b9c0f60853be7f6602beac55c95bd9163cc7) Adjusted text in SIP setup ### 📊 Changes **6 files changed** (+43 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `PlayCover/View/AppsView.swift` (+2 -8) 📝 `PlayCover/View/MainView.swift` (+16 -26) 📝 `PlayCover/View/PlayCoverApp.swift` (+6 -1) 📝 `PlayCover/View/SetupView.swift` (+17 -19) 📝 `PlayCover/View/Style.swift` (+1 -1) </details> ### 📄 Description <img width="802" alt="截屏2022-07-19 上午7 22 41" src="https://user-images.githubusercontent.com/66894537/179633090-ad57b669-8006-449d-bc80-a39a17555c7c.png"> <img width="802" alt="截屏2022-07-19 上午7 22 46" src="https://user-images.githubusercontent.com/66894537/179633100-0f885efc-19ae-4812-b650-8dd532d10acf.png"> <img width="249" alt="截屏2022-07-18 下午8 32 51" src="https://user-images.githubusercontent.com/66894537/179512123-411584eb-42cc-47d2-a35b-efb0f78fd87f.png"> <img width="406" alt="截屏2022-07-18 下午8 33 10" src="https://user-images.githubusercontent.com/66894537/179512132-c47068a8-8c86-4ab1-ab55-c8f432aa6424.png"> <img width="463" alt="截屏2022-07-18 下午8 33 35" src="https://user-images.githubusercontent.com/66894537/179512140-e171cdcf-e7d8-46d4-bee9-26a668852f9d.png"> <img width="473" alt="截屏2022-07-18 下午8 49 54" src="https://user-images.githubusercontent.com/66894537/179514887-d9ec03ba-feff-44cd-981b-5aefdb712d71.png"> merge it nowwww ;-; note: this does break quite a few localisations that I plan to or someone else can fix in a separate PR. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:07:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PlayCover#1435
No description provided.