I like the new colour scheme (although it will take some getting used to). However, there are a couple of issues I have encountered.
When under the categories tab of the home page in Snap! Style, Sam's Simple, or Graceful themes, there is a giant search bar. This search bar doesn't even exist in the other styles - can it be removed or at least shrunk? Thanks!
I kind of agree that the huge "welcome back" banner and search bar use up valuable vertical space on the screen, but since it's not there in all styles we don't all have to have the same preference about this. But maybe someone should write a "how to change your theme" tutorial that also explains how the themes differ.
Oops I was wrong. Maybe we should have a no-banner theme? Or isn't that under control of the theme?
When the update happened, it was just normal as usual. Later I got a large search bar at the top of the main page, but now it's replaced with a big "welcome back" banner.
I personally don't mind the "welcome back" banner, but not the search bar (if it was a feature I use often, then maybe I'd like it, but it's not).
By the way, something has changed in the Chrome, so that my MacOS abbreviation S! ➞ Snap<i>!</i> no longer works if I type a space or punctuation character after the bang. I have to type a tab for it to expand. This just changed, so I thought it was because of the new forum software, but it still works as expected in Safari. OTOH there's a "relaunch to update" button in my Chrome window, so I don't think there has been a sudden change in Chrome. I guess something is different in the forum, but it's a something that affects only Chrome?
To the extent that a huge goal of this forum is to help people who aren't sure how to do something in Snap!, I think a big search bar makes sense—or, at least, I get why this is a setting in discourse. We can probably turn it off, but honestly, I like it and showing the username mirrors the homepage of the community site.
We could try to hack up some themes / customizations, but I don't really have the time to go through all the options and support+testing things might require. (I mean, I find Discourse's light/dark mode toggle horrendous, but it's whatever...)
The welcome banner is staying for at least a while, maybe it could be a per-user setting if discourse changes that in the future. (Search experience isn't a setting that can be disabled -- it's either the current/default mode as an icon or a large menubar field.)
Weird about the Discourse Dark theme bug. I thought I fixed this once, but maybe the change didn't save. Should be good now? I think this theme should be removed, but it seems some folks like it... (Though, I think the standard Snap! Style theme now supports dark mode, so that might be a workable replacement for folks.)
Now that you put it that way, I agree with you. It can prompt people to search for their issue before creating a post about it in case it had already been solved before. Though, due to snap adding new stuff some older solutions to problems may not be the current best solution anymore.
I have an idea of how the top notch should be, just make it a :after pseudo element of the header, and have it inherit the background color. Basically just do this.
The great thing about this method, is that it's just css, no extra html, the background color inherits from the header, so it'll work for every theme, and there's no z-index issues, as it's on the same z-index as the header.
Edit: looking into is a bit more, I see why you didn't do this, you can't do this with the way you chose to make the trapezoid, with the border. Though this could still work, just use a clip-path, and polygon().