BookStack/resources/js/markdown
Dan Brown b2d48d9a7f
Images: Rolled out image memory handling to image actions
- Moved thumnbail loading out of repo into ImageResizer.
- Updated gallery and editor image handling to show errors where
  possible to indicate memory issues for resizing/thumbs.
- Updated gallery to load image data in a per-image basis via edit form
  for more resiliant thumb/data fetching. Data was previously provided
  via gallery listing, which could be affected by failing generation
  of other images.
- Updated image manager double click handling to be more pleasant and
  not flash away the edit form.
- Updated editor handlers to use main URL when thumbs fail to load.
2023-10-01 13:05:18 +01:00
..
actions.js Images: Rolled out image memory handling to image actions 2023-10-01 13:05:18 +01:00
codemirror.js ESLINT: Addressed remaining detected issues 2023-04-19 15:20:04 +01:00
common-events.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
display.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
editor.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
markdown.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
settings.js ESLINT: Addressed remaining detected issues 2023-04-19 15:20:04 +01:00
shortcuts.js ESLINT: Addressed remaining detected issues 2023-04-19 15:20:04 +01:00