Commit Graph
18 Commits
Author SHA1 Message Date
Drew Weymouth f7e5e1e9a4 update searchdialog for fyne.Do 2025-02-08 08:35:34 -03:00
Drew Weymouth d48337c83b and some more 2024-07-21 11:13:27 -07:00
Drew Weymouth 59d979ba80 Include radio stations in Quick Search 2024-07-01 08:04:10 -07:00
Drew Weymouth b7af1e716c use radio icon for image placeholder for radio stations 2024-06-01 17:42:40 -07:00
Drew Weymouth 1d96b7097c don't show separators between list rows 2024-05-27 17:20:45 -07:00
Drew Weymouth 38a7983b6f tweak padding in search dialogs 2024-05-26 13:30:59 -07:00
Drew Weymouth 819f42dac0 onboard to new custom padded box layouts 2024-05-24 16:57:49 -07:00
Drew Weymouth 448421e556 simplify init of searchdialog 2024-05-24 07:53:34 -07:00
Drew Weymouth 44f7eebad1 customize placeholder text and fix update bug 2024-05-23 16:32:07 -07:00
Drew Weymouth 21feca3265 remove Query from mediaprovider.SearchResult 2024-05-23 15:56:56 -07:00
Drew Weymouth d43b4a4c8f unexport SearchEntry 2024-05-23 15:50:19 -07:00
Drew Weymouth b040df3a18 Refactor: move update logic back to base type 2024-05-23 15:45:42 -07:00
natilou 090874591a go fmt 2024-05-18 16:07:50 -03:00
natilou d939c7f85f add 'Skip duplicates' option 2024-05-18 16:03:21 -03:00
natilou 1b53695589 add a list with all the playlists and then filter by the search text 2024-05-18 12:04:18 -03:00
natilou 9a587eee98 chore: Improve 'Add to playlists' dialog 2024-05-18 12:04:18 -03:00
natilou 6e6f377621 Add comment clarification about SearchDialog 2024-05-05 13:32:46 -03:00
natilou 4eefa4d1fb chore: Implement SearchDialog component
Currently, this component is used by QuickSearch dialog. And then, it will be
used by the "Add to playlist" dialog.

I added some setters and getters to the QuickSearch dialog to abstract the interaction
between QuickSearch and SearchDialog from the Controller.

After this PR, I will implement the 'Add to playlist' dialog to incorporate the SearchDialog.
2024-05-05 12:54:35 -03:00