fix(UX): show status indicator in moblie view (#24306)

Status pill isn't THAT useful on mobile view.

- Firstly the colours aren't that different for few states
- You might not even know what those colours mean if you haven't used it
  before.
This commit is contained in:
Ankush Menat 2024-01-13 11:11:40 +05:30 committed by GitHub
parent b3eaec4347
commit 69d6053523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -934,7 +934,7 @@ frappe.views.ListView = class ListView extends frappe.views.BaseList {
</span>
</div>
<div class="level-item visible-xs text-right">
${this.get_indicator_dot(doc)}
${this.get_indicator_html(doc)}
</div>
`;