BookStack/resources/js/components
Dan Brown 3e738b1471
CM6: Fixed a range of issues during browser testing
- Fixed some keybindings not running as expected, due to some editor
  defaults overriding or further actions taking place since the action
  would not indicate it's been dealt with (by returning boolean).
- Fixed spacing/border-radius being used on codeblocks on non-intended
  areas like the MD editor.
- Fixed lack of BG on default light theme, visible on full screen md
  editor.
- Fixed error thrown when the user does not have access to change the
  current editor (Likely non-cm related existing issue)
2023-04-18 14:21:22 +01:00
..
add-remove-rows.js Started refactor and alignment of component system 2022-11-14 23:19:02 +00:00
ajax-delete-row.js Started refactor and alignment of component system 2022-11-14 23:19:02 +00:00
ajax-form.js Started refactor and alignment of component system 2022-11-14 23:19:02 +00:00
attachments-list.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
attachments.js Updated generic tab styles and js to force accessible usage 2023-01-28 12:50:51 +00:00
auto-submit.js Started refactor and alignment of component system 2022-11-14 23:19:02 +00:00
auto-suggest.js Started refactor and alignment of component system 2022-11-14 23:19:02 +00:00
back-to-top.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
book-sort.js Added prevention of nested chapters on sort 2023-01-27 17:39:51 +00:00
chapter-contents.js Updated a batch of JS components 2022-11-15 11:24:31 +00:00
code-editor.js CM6: Updated for popup editor, added new interface 2023-04-17 13:24:29 +01:00
code-highlighter.js Updated a batch of JS components 2022-11-15 11:24:31 +00:00
code-textarea.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
collapsible.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
component.js Started refactor and alignment of component system 2022-11-14 23:19:02 +00:00
confirm-dialog.js Replaced el.components mapping with component service weakmap 2022-11-16 15:46:41 +00:00
custom-checkbox.js Updated another set of components 2022-11-15 12:44:57 +00:00
details-highlighter.js Updated a batch of JS components 2022-11-15 11:24:31 +00:00
dropdown-search.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
dropdown.js Merge branch 'search_preview' into development 2022-11-23 00:10:21 +00:00
dropzone.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
editor-toolbox.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
entity-permissions.js Updated another set of components 2022-11-15 12:44:57 +00:00
entity-search.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
entity-selector-popup.js Replaced el.components mapping with component service weakmap 2022-11-16 15:46:41 +00:00
entity-selector.js Made book-sort changes based on screen reader testing 2023-01-27 17:06:39 +00:00
event-emit-select.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
expand-toggle.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
global-search.js Updated global search component to new format 2022-11-23 00:12:41 +00:00
header-mobile-toggle.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
image-manager.js Updated generic tab styles and js to force accessible usage 2023-01-28 12:50:51 +00:00
image-picker.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
index.js Update JS to show live changes and set light color values 2023-01-28 17:11:15 +00:00
list-sort-control.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
markdown-editor.js Addressed existing cm6 todos 2023-04-14 14:08:40 +01:00
new-user-password.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
notification.js Updated a batch of JS components 2022-11-15 11:24:31 +00:00
optional-input.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
page-comments.js Updated a batch of JS components 2022-11-15 11:24:31 +00:00
page-display.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
page-editor.js CM6: Fixed a range of issues during browser testing 2023-04-18 14:21:22 +01:00
page-picker.js Updated another set of components 2022-11-15 12:44:57 +00:00
permissions-table.js Updated another set of components 2022-11-15 12:44:57 +00:00
pointer.js Addressed existing cm6 todos 2023-04-14 14:08:40 +01:00
popup.js Updated another set of components 2022-11-15 12:44:57 +00:00
setting-app-color-scheme.js Update JS to show live changes and set light color values 2023-01-28 17:11:15 +00:00
setting-color-picker.js Update JS to show live changes and set light color values 2023-01-28 17:11:15 +00:00
setting-homepage-control.js Updated another set of components 2022-11-15 12:44:57 +00:00
shelf-sort.js Added shelf book item sort action functionality 2023-02-17 15:53:24 +00:00
shortcut-input.js Updated a batch of JS components 2022-11-15 11:24:31 +00:00
shortcuts.js Updated a batch of JS components 2022-11-15 11:24:31 +00:00
sortable-list.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
submit-on-change.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
tabs.js Update JS to show live changes and set light color values 2023-01-28 17:11:15 +00:00
tag-manager.js Tweak tag list to add new row on input instead of change 2023-01-26 16:10:47 +00:00
template-manager.js Finished updating remainder of JS components to new system 2022-11-16 13:06:08 +00:00
toggle-switch.js Updated another set of components 2022-11-15 12:44:57 +00:00
tri-layout.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
user-select.js Replaced el.components mapping with component service weakmap 2022-11-16 15:46:41 +00:00
webhook-events.js Updated a whole load more js components 2022-11-15 16:04:46 +00:00
wysiwyg-editor.js Changed autosave handling for better editor performance 2023-02-23 12:30:27 +00:00