mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[PR #612] [MERGED] Add app list sort option #1105
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#1105
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/LiveContainer/LiveContainer/pull/612
Author: @boa-z
Created: 6/22/2025
Status: ✅ Merged
Merged: 6/26/2025
Merged by: @hugeBlack
Base:
main← Head:app-list-view-sort📝 Commits (3)
8ae0b91Add app list sort option #6000e2762eupdateb204bf1rewrite app list view sort implementation📊 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.
LCCustomSortViewinterface with drag-and-drop reordering capability🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.