Ralkage

Ralkage would you be able to separate the latest discussion widget links into their individual routes?

Apologizes for the ignorance, but could you clarify what you mean by this?

Ralkage Seems as if when I click even on the username it just brings me to the discussion rather than the profile (on mobile anyways)

I think I was able to fix this in the release I made earlier today, and it's working fine on Chrome on Android. Is this still an issue if you clear cache on https://forum.youthneuro.org?

Ralkage jumping to the last post of the discussion,

Yeah this is definitely missing, I'll set that particular link up to go to the most recent post vs just to the discussion (although worth noting that the behavior I have now is how the default Tags grid handles it too, but going to last post is definitely better)

    DursunCan Can you update the plugin or share external CSS codes?

    Is this happening on hover? If so I'll be able to fix that shortly (I have a suspicion as to whats causing it), if not, I might need more info. Could you send a link to your website?

      askvortsov I'll set that particular link up to go to the most recent post vs just to the discussion (although worth noting that the behavior I have now is how the default Tags grid handles it too, but going to last post is definitely better)

      This is gonna have to wait until my proposed fix to the tags extension gets merged. I don't want to return contents/info about hidden discussions to the public forum.

      askvortsov A few more missing caught my attention. The title of the discussion does not appear on the main label. Username is not visible in the sub-tag. Colors are not compatible with night mode and day mode. Note; I do not use colors on the tags.

      night mode:

      day mode:

        DursunCan A few more missing caught my attention. The title of the discussion does not appear on the main label. Username is not visible in the sub-tag.

        Huh sorry about that, I was testing with dark mod eon in settings, and it seems like night mode behaves differently, I'll get that all fixed soon.

        DursunCan Colors are not compatible with night mode and day mode.

        I'm assuming the issue is the off-white background for child tags. If so, I'll see what I can do (I can definitely make it compatible with dark mode, but will need to see how night mode works under the surface). If that's not the issue, please let me know more about the incompatibility

          askvortsov night mode just needs some TLC, it's not really 100% up-to-par with the actual Dark Mode theme that's in Flarum's core by default 😉

          V0.2.0

          • Added full support for Night Mode (please note that day mode when appearance is set to light in admin settings will not work due to an issue in Night Mode)
          • Added a dark background for child tags when in dark mode / night mode
          • Added a setting to display child tag icons without a circular background (in this case those icons will be the tag color) @jordanjay29

            I notice that when using this in conjunction with Byōbu, that the category shows the associated private message tag as having 0 Discussions | 0 Posts even when there are, in fact, discussions and posts in that private message bin. I'm not sure whether this would be a fix needed in Byōbu or in this extension. Are you able to reproduce this or might it be an issue on my end?

              UaMV Should be fixed now, can you try upgrading to v0.2.3? Also, as an FYI, the lastPostedDiscussion is a bit buggy, but that's an upstream issue with tags, and will need to be fixed there (I've already made a PR).

                It appears that categories do not currently have any notice that they contain new posts unread by the user. Is this correct? If so, and if Flarum allows, it'd be great to see this considered/added as an enhancement.

                askvortsov Also, thanks for this fix. Working great on my end.

                  UaMV It appears that categories do not currently have any notice that they contain new posts unread by the user. Is this correct? If so, and if Flarum allows, it'd be great to see this considered/added as an enhancement.

                  I think that could be cool! Do you have any thoughts/ideas as to how the interface could look?

                  • UaMV replied to this.

                    askvortsov Something like this might be enough to help distinguish.

                    Highlighting Category New Posts

                    The All Discussion page adds notification of new posts to the right of each discussion, so I expect that is where people would most likely look for new discussions posted in a category. This might call for a different icon. Not sure. Then, to help that bar stand out, you could simply adjust the box-shadow to darken it and lift it from the page a bit. Optionally, you could add an inset box-shadow with a border of the same color as the bar to set it apart a bit more – might make it too busy, though.

                    Could possibly add the word New or Unread under the icon and number to better define what that means.

                      UaMV Hmm I like this! One concern is the count though: If there's millions of unread posts, it would be database resource-heavy to calculate that for each tag. It would also take up a lot more space than this design proposes.

                      One idea I had was adding a shaded dot next to the discussion count, post count, and most recent discussion title to signify that it's unread (it'd be a binary (exists unread vs no unread) as opposed to a count though. What would you think about that?

                        I like the border indicator UaMV, that looks innovative.

                        The traditional method would just be changing the icon itself to fade/brighten or change appearance to indicate something new.

                        I'm also fine with just a binary indicator and not a count.

                        • UaMV replied to this.