~etherpulse/podbird/bottom_edge

« back to all changes in this revision

Viewing changes to app/ui/PodcastsTab.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2016-03-17 15:10:28 UTC
  • mfrom: (137.1.6 fix-minor-episodes-page)
  • Revision ID: krnekhelesh@gmail.com-20160317151028-0c5vdx89ztd874t4
- Added "%1 items selected" title during multi-select mode to make it more clear
- Changed Podcast remove icon to unsubscribe (used by telegram)
- Added batch actions to episodes page
- Converted episodes page to use PageHeader

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
                leadingActions: ListItemActions {
229
229
                    actions: [
230
230
                        Action {
231
 
                            iconName: "delete"
 
231
                            iconName: "system-log-out"
232
232
                            onTriggered: {
233
233
                                var db = Podcasts.init();
234
234
                                db.transaction(function (tx) {