Quick access to bookmarks and messages on user menu

Really like the new design! With the new bookmarks tab maybe it’s worth having some sort of indicator for the author of the post or some other identifying info? Maybe before it in plain text in a similar way to how names in other notifications/messages look? Would help when you have a bunch of bookmarks from the same topic.

「いいね!」 7

Yea that makes sense! I have pushed an update for this, thanks!

I am actually preparing a PR to fold this into core right now. After it’s included in core, I imagine it shouldn’t be too hard to have another theme component that adds custom links there!

「いいね!」 12

It works just fine (made an update). Very comfortably!
Many thanks to everyone! :+1:

「いいね!」 3

This is now in core as of the update I made this morning, so the theme component must be removed to avoid duplicate tabs and weirdness showing up in the menu. Once removed and browser hard refresh all is well. Nice work - this is a fabulous improvement to discourse.

12%20AM

「いいね!」 9

Thanks @Stranik @tobiaseigen! The PR was only just merged around the time you updated!

Thanks for the heads-up! I am going to deprecate the theme component with an update (i.e. wipe it out + some console messages).

I originally thought about keeping it so instances on stable can also try out the feature, but I realized it depends on some other new changes in core, so it essentially only works on tests-passed.

「いいね!」 8

I’m really excited this is finally merged! :heart:

That would be a waste :sob:

That theme component is a fantastic example of how to wire things up correctly in the context of themes.

Since we just released a new beta, you can use that to nullify the component based on Discourse version via the maximum_discourse_version. Check this out Adding Metadata to a Theme

「いいね!」 11

Wow TIL thanks! Tried this out locally and it is so cool!

「いいね!」 10

Wow! This is and looks amazing! Well done.

「いいね!」 3

Amazing work, Kyle! :clap:


I noticed a minor issue here, it looks like the Messages and Assigned tabs are having trouble rendering every row with single / double quotes. I’m seeing this on Firefox, Windows if that helps.

Messages

image

Assigned

image

Bookmarks & Notifications
These two tabs can render quotes just fine :ok_hand:

Any ideas?

「いいね!」 7

Nice catch! I just submitted a PR to fix this in core (another will follow shortly for assignment).

https://github.com/discourse/discourse/pull/8095

Special characters are escaped before being rendered, however, fancy_title is already escaped. Escaping it again would print the HTML entity as-is, e.g. " instead of the desired " .

「いいね!」 10

Should the group inboxes also be under the PM tab? I keep expecting them to be there.

「いいね!」 3

That would not be my expectation, no.

To clarify, I would expect that tab to just be messages directed specifically to me.

「いいね!」 3

Yeah I guess that’s a logical distinction… the disconnect for me might be that all the messages are under the envelope icon on my profile, but not in my notification menu (the sidebar under messages on profiles does split them out, so the UI is just different overall).

「いいね!」 7

12 posts were split to a new topic: Improving the layout of the user menu tab

There’s a new, minor issue with the assign quick access tab. The text is jet black instead of the usual blue color:

image

「いいね!」 7

Took a quick look and opened a PR to fix this:

https://github.com/discourse/discourse/pull/8526

「いいね!」 11

This has been complete for quite a while :heart_eyes_cat:

「いいね!」 1