Tom Moor
Tom Moor
Perhaps ideally there would be a separate model here like `DocumentHistory` that would combine revisions and events, leave events as the audit trail it was supposed to be. Something for...
Unfortunately this won't work well as anything in the `attrs` is synced between editors including other users. Whether the code block is collapsed or not should only affect the current...
I can't reproduce this issue on cloud or local development, does it happen for all images on all pages? I also notice that the entire sidebar and some of the...
Next time it happens take a look in the network requests and see if there are failed requests for the images.
Nothing I do will reproduce this. One thing of note is that the images should not be reloading at all and don't in my tests – perhaps something is preventing...
There is no need to introduce any new realtime libraries or events, everything is already hooked up to receive realtime comments. The logic can be entirely contained in `app/scenes/Document/components/Comments.tsx`
The problem is that renaming the document mutates `collection.documents`, which in turn causes every sidebar item to rerender. It might be possible to keep the individual leafs of the object...
It sounds like it might be dependent on the work here: https://github.com/outline/outline/pull/7745 … that I really should review 😅
Definitely plan to tackle this in the next few releases
You can also resize from the left handle, although it might feel unnatural to do so.