Notifications
Clear all
6 Forums 829 Topics 3,280 Posts 7 Online 3,047 Members

Sort button on Mobile interface

2 Posts
2 Users
0 Reactions
143 Views
Posts: 1
Topic starter
(@huypt)
Member
Joined: 4 years ago

Hello, can I ask for a sort button (base on ticket numbers, ticket status, clients, agents...) on Mobile interface. Since by default view, the interface doesn't sort the tickets based on any fields and we have more than 50 tickets per day so I find it hard to take a quick look on all tickets on mobile interface. On PC, I used to sort every ticket based on ticket number first, then I'll check one by one in order just to make sure I don't miss any tickets.

Is it possible to do it by myself on CSS custom menu on should I wait for another release. Please help. Thanks a lot.


Topic Tags
1 Reply
Posts: 1185
Admin
(@stevland)
Member
Joined: 10 years ago

Hi @huypt,

Please add the following to Admin Panel > Theme Options > Custom CSS:

@media screen and (max-width: 550px) {
.action-button.muted[data-dropdown="#sort-dropdown"] {
display: inline-block;
font-size: 0;
}
.action-button i.icon-caret-down {
display: none !important;
}
i.icon-sort-by-attributes-alt {
margin: 0 -6px 0 0;
}
}


Reply
Share: