-
Notifications
You must be signed in to change notification settings - Fork 235
Hide instances by default #823
Conversation
|
I would like to have this. @alexbiehl: Can this get merged? |
|
Is there anything still missing? |
|
Ping @harpocrates. This is ready for review. |
|
@Lysxia Thanks for rebasing! I haven't merged this sooner because I'm a bit wary of pushing through stylistic changes which aren't obvious improvements (especially after the new theme). In other words: it isn't clear to me that this is a change that most people will want. If you could encourage folks to give feedback either in a mailing list, on IRC, on Reddit, or simply as 👍/👎 on the PR, I'll happily merge. Personally, I'm neither a 👍 nor a 👎. Again, I'm really sorry for letting this live in a limbo state for so long. 😞 |
|
I see, that makes sense. I'll start a thread on haskell-café to get feedback. |
|
I'm an enthusiastic 👍 on collapsing instances by default. For example, the [1] prelude-expanded-98-screens |
|
It seems to me that this might make it more difficult to find information by searching in the page, given that Ctrl-F will typically skip hidden content. In the past, I've used Ctrl-F to get an overview of instances and datatypes when trying to figure out a library. What about adding an "expand all" button, to continue supporting this use case? |
|
Thanks everyone for the feedback! After more thinking and discussion on Haskell-café, it seems too radical to switch the default globally. Or at the very least, more experimentation is necessary. So I will close this PR for now and continue discussion on #698. |
Fixes #698.