Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 603 Bytes

2021-07-15-fix-empty-states-in-modules.md

File metadata and controls

12 lines (12 loc) · 603 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Fix empty states in modules
issue: NEXT-16010
author: Raoul Kramer
author_email: r.kramer@shopware.com 
author_github: @djpogo
---

Administration

  • Fixed styling/visuals of empty module states
  • Changed filename empty-states/customer-empty-state.svg, was empty-states/costumer-empty-state.svg
  • Changed default property values title, subline, color and icon from '' to null in sw-empty-state component
  • Changed internal of computed properties moduleColor(), moduleDescription() and moduleIcon() from return this.… || this.$… to return this.… ?? this.$…