Closed Spreeuw closed 2 years ago
@Spreeuw I merged #80 first which seems to conflict with the changes in your PR. Please try to resolve them so that I can continue merging. Thanks!
@webzunft done!
@Spreeuw thanks. Github is still showing me a warning that the rebase is not possible due to conflicts. Are you seeing it as well?
You don't need to rebase, you should just be able to merge as-is (you can do a Squash & Merge if you want to condense history). There are no merge conflicts on my end:
PR #78 introduced the
is-persisted
class to all sections, this PR adds a filter to disable that like so:To allow for more fine-grained control, I've also added the section slug to the filter arguments, so that it can be disabled for a specific section. Here's an example that sets the subscriptions section to open by default, and makes sure it's not persisted (in other words, so that even if the user collapses it, it will be open again in the next window):