BookStack/resources/views/pages
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
..
_breadcrumbs.blade.php Finished migrated from icon-font to SVG 2018-02-17 19:49:00 +00:00
copy.blade.php Added ability to copy a page 2018-04-14 18:00:16 +01:00
delete.blade.php Removed old ng tags, Fixed header spacing 2018-05-28 10:33:38 +01:00
detailed-listing.blade.php Updated page view styles to align with 2017 update 2017-08-26 15:41:33 +01:00
edit.blade.php Upgrade tinymce version 2017-09-20 20:26:34 +01:00
export.blade.php Repaired other uses of entity-meta view 2018-04-30 15:12:10 +01:00
form-toolbox.blade.php Fixes issue with having to click the delete icon for attachment twice. 2018-06-17 14:21:31 +05:30
form.blade.php Finished migrated from icon-font to SVG 2018-02-17 19:49:00 +00:00
guest-create.blade.php Removed old ng tags, Fixed header spacing 2018-05-28 10:33:38 +01:00
list-item.blade.php Started migration to SVG icons 2018-02-17 13:30:52 +00:00
move.blade.php Added destination permission checking to entity move 2018-04-14 18:47:13 +01:00
page-display.blade.php Removed old ng tags, Fixed header spacing 2018-05-28 10:33:38 +01:00
pdf.blade.php Updated DOMPDF to latest version 2017-02-25 14:59:56 +00:00
restrictions.blade.php Removed old ng tags, Fixed header spacing 2018-05-28 10:33:38 +01:00
revision.blade.php Removed old ng tags, Fixed header spacing 2018-05-28 10:33:38 +01:00
revisions.blade.php Removed old ng tags, Fixed header spacing 2018-05-28 10:33:38 +01:00
show.blade.php Made comments section more subtle 2018-05-27 20:20:13 +01:00
sidebar-tree-list.blade.php Updated page view styles to align with 2017 update 2017-08-26 15:41:33 +01:00