2811 Show how many lines are going to edit #572

Merged
joan merged 12 commits from 2811-entry_latest_buys into dev 2021-03-23 11:44:35 +00:00
1 changed files with 13 additions and 2 deletions
Showing only changes of commit 69550dc380 - Show all commits

View File

@ -165,9 +165,20 @@
<vn-dialog class="edit"
vn-id="edit"
on-accept="$ctrl.onEditAccept()"
on-close="$ctrl.editedColumn = null"
message="Edit buy(s)">
on-close="$ctrl.editedColumn = null">
<tpl-body>
<vn-horizontal>
Ghost marked this conversation as resolved Outdated

You don't need a vn-horizontal here. Also all three spans don't need most the styles applied to them.

You don't need a vn-horizontal here. Also all three spans don't need most the styles applied to them.
Editar
Ghost marked this conversation as resolved Outdated
Outdated
Review

Recorda no ficar paraules en espanyol. Sempre fica les traduccions.
Intenta evitar també ficar estils directament en el html

Recorda no ficar paraules en espanyol. Sempre fica les traduccions. Intenta evitar també ficar estils directament en el html
Outdated
Review

Val això se ma passat, ara eu corregisc

Val això se ma passat, ara eu corregisc
<span
style='
flex: 0.15;
margin-left: 10px;
font-size: 24px;
color: orangered;
font-weight: bold;'>
{{::$ctrl.totalChecked}}
</span> compra(s)
</vn-horizontal>
<vn-horizontal>
<vn-autocomplete
vn-two