tr1ckyf0x-studio / wakeonlan-ios

GNU General Public License v3.0
15 stars 0 forks source link

Sort host list #58

Closed NikitaShvadlenko closed 1 year ago

NikitaShvadlenko commented 1 year ago

Added a button to sort host list as per issue#50. ( https://github.com/tr1ckyf0x/wakeonlan-ios/issues/50 ) I am not expecting this change to be added since there are better solutions, such as dragging items within the table view and updating the position within CoreData. I would still appreciate a review. The goal was to add a sorting option without making any changes in the data model. Should you decide to add the sort button in the app, I am happy to make any requested changes to the code and add the feature of saving sort order to UserDefaults. Thank you for a review :)

tr1ckyf0x commented 1 year ago

Manual reordering will be implemented soon