PurpleSoftSrl / azure_devops_app

Azure DevOps Mobile App
https://www.azdevops.app
MIT License
83 stars 8 forks source link

Persist filters to local storage #22

Closed sstasi95 closed 9 months ago

sstasi95 commented 9 months ago

This PR adds support for filters that are persisted across app restarts by saving them to the device's local storage. The filters of all app sections (commits, pipelines, work items and pull requests) are now persisted.

The FiltersService class is added to save and retrieve the filters to and from the storage, by using the StorageService class.

Close #11