BookStack/resources/views
Abijeet 7d81a95156 Fixes issue with having to click the delete icon for attachment twice.
Fixes #884

This is happening because -

Due to the limitations of modern JavaScript (and the abandonment of Object.observe), Vue cannot detect property addition or deletion. Since Vue performs the getter/setter conversion process during instance initialization, a property must be present in the data object in order for Vue to convert it and make it reactive.

Source: https://vuejs.org/v2/guide/reactivity.html

Also added padding to the icons in the attachment section.

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
2018-06-17 14:21:31 +05:30
..
auth
books Removed old ng tags, Fixed header spacing 2018-05-28 10:33:38 +01:00
chapters Removed old ng tags, Fixed header spacing 2018-05-28 10:33:38 +01:00
comments Removed old ng tags, Fixed header spacing 2018-05-28 10:33:38 +01:00
common Removed old ng tags, Fixed header spacing 2018-05-28 10:33:38 +01:00
components Reverted work on revisions 2018-05-20 16:41:14 +01:00
errors
form
pages Fixes issue with having to click the delete icon for attachment twice. 2018-06-17 14:21:31 +05:30
partials Removed old ng tags, Fixed header spacing 2018-05-28 10:33:38 +01:00
search Fixed incorrect tag from removing ng tags 2018-05-28 11:06:11 +01:00
settings Removed old ng tags, Fixed header spacing 2018-05-28 10:33:38 +01:00
users Removed old ng tags, Fixed header spacing 2018-05-28 10:33:38 +01:00
vendor/notifications
base.blade.php Removed old ng tags, Fixed header spacing 2018-05-28 10:33:38 +01:00
public.blade.php
sidebar-layout.blade.php Made comments section more subtle 2018-05-27 20:20:13 +01:00
simple-layout.blade.php