in reply to Re: RFC: "Today I Learned" page
in thread RFC: "Today I Learned" page

They have date tags. Please read the rest of the thread.

Replies are listed 'Best First'.
Re^3: RFC: "Today I Learned" page
by Tux (Canon) on Jan 15, 2024 at 14:42 UTC

    I did, and still didn't see them. Now I do. Just have to hover way longer than expected.

    Maybe add --- Dec 2023 --- separators or somesuch.


    Enjoy, Have FUN! H.Merijn

      The list now highlights those rows (at the top) which are new since your last visit.

        (although maybe that only works on mobile browsers)

        The link:before ... content to expose an attribute is a CSS feature, not a mobile-browser feature.

        The @media shown is what restricts my solution to browsers like used on mobile devices, but using no @media or a different @media definition can make it work on desktops as well.

        While debugging the CSS, I actually didn't use the @media, so I could see it on my desktop browser (since that's where I was editing the CSS anyway) to make sure it was working, then I added in the @media and made sure it stopped showing on desktop but did still show on mobile.