[PR #612] [MERGED] Add app list sort option #1105

Closed
opened 2026-03-03 15:38:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LiveContainer/LiveContainer/pull/612
Author: @boa-z
Created: 6/22/2025
Status: Merged
Merged: 6/26/2025
Merged by: @hugeBlack

Base: mainHead: app-list-view-sort


📝 Commits (3)

📊 Changes

6 files changed (+520 additions, -37 deletions)

View changed files

📝 LiveContainerSwiftUI/LCAppListView.swift (+85 -33)
LiveContainerSwiftUI/LCAppSortManager.swift (+161 -0)
LiveContainerSwiftUI/LCCustomSortView.swift (+153 -0)
📝 LiveContainerSwiftUI/LiveContainerSwiftUIApp.swift (+5 -2)
📝 LiveContainerSwiftUI/Shared.swift (+50 -2)
📝 Resources/Localizable.xcstrings (+66 -0)

📄 Description

Implements app list sorting functionality to address issue #600, providing users with flexible options to organize their app collection.

  • Multiple Sort Options: Supports alphabetical (A-Z), reverse alphabetical (Z-A), and custom sorting
  • Custom Sort Management: New LCCustomSortView interface with drag-and-drop reordering capability

🔄 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/LiveContainer/LiveContainer/pull/612 **Author:** [@boa-z](https://github.com/boa-z) **Created:** 6/22/2025 **Status:** ✅ Merged **Merged:** 6/26/2025 **Merged by:** [@hugeBlack](https://github.com/hugeBlack) **Base:** `main` ← **Head:** `app-list-view-sort` --- ### 📝 Commits (3) - [`8ae0b91`](https://github.com/LiveContainer/LiveContainer/commit/8ae0b911af5735250256e2746f703ea094dd8af4) Add app list sort option #600 - [`0e2762e`](https://github.com/LiveContainer/LiveContainer/commit/0e2762e9599fee77ce90ada5e8284a209e5893a7) update - [`b204bf1`](https://github.com/LiveContainer/LiveContainer/commit/b204bf19db1e7c65704934dba57b538ad939529f) rewrite app list view sort implementation ### 📊 Changes **6 files changed** (+520 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `LiveContainerSwiftUI/LCAppListView.swift` (+85 -33) ➕ `LiveContainerSwiftUI/LCAppSortManager.swift` (+161 -0) ➕ `LiveContainerSwiftUI/LCCustomSortView.swift` (+153 -0) 📝 `LiveContainerSwiftUI/LiveContainerSwiftUIApp.swift` (+5 -2) 📝 `LiveContainerSwiftUI/Shared.swift` (+50 -2) 📝 `Resources/Localizable.xcstrings` (+66 -0) </details> ### 📄 Description Implements app list sorting functionality to address issue #600, providing users with flexible options to organize their app collection. - **Multiple Sort Options**: Supports alphabetical (A-Z), reverse alphabetical (Z-A), and custom sorting - **Custom Sort Management**: New `LCCustomSortView` interface with drag-and-drop reordering capability --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:38:34 +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/LiveContainer#1105
No description provided.