BookStack/resources/views/pages/parts
Dan Brown 031c67ba58
Reduced the memory usage, db queries and cache hits loading revisions
Updated revision listing to only fetch required fields, massively
reducing memory usage by not loading content.
This also updates user avatar handling to effectively cache the avatar
url within request to avoid re-searching from cache, which may improve
performance of others areas of the application.
This also upates handling of the revisions list view to extract table
row to its own view to break things down a bit.

For #3633
2022-08-10 17:50:35 +01:00
..
code-editor.blade.php Added language list favourites sorting, updated styles 2022-07-25 19:13:25 +01:00
editor-toolbar.blade.php Improved the display of dropdown menus 2022-05-13 17:12:45 +01:00
editor-toolbox.blade.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
editor-translations.blade.php Made WYSIWYG editor translatable 2022-02-06 21:17:08 +00:00
form.blade.php Merge pull request #3387 from BookStackApp/editor_switching 2022-04-24 14:03:03 +01:00
image-manager-form.blade.php Improved loading for images with failed thumbnails 2022-01-10 18:13:48 +00:00
image-manager-list.blade.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
image-manager.blade.php Aligned other popup windows 2022-06-20 23:02:06 +01:00
list-item.blade.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
markdown-editor.blade.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
page-display.blade.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
pointer.blade.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
revision-table-row.blade.php Reduced the memory usage, db queries and cache hits loading revisions 2022-08-10 17:50:35 +01:00
template-manager-list.blade.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
template-manager.blade.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
wysiwyg-editor.blade.php Updated cache busting for tinymce library import 2022-08-02 11:17:02 +01:00