Search banner appear blank on mobile

now explain this:

and this:

this platform became more and more shitty, at least for mobile use.

it is already 15th Oct or am I drunk?

1 Like

Thanks @bionel for bringing this up to our attention. I have taken the liberty to move your post here to be more suitable.

I will have the Discourse team look into this and get back to you.

Thanks

Noticed that some changes occured also on the desktop version, e.g:

So definetly it is a recent Discourse update.
I don’t mind of this one, it is only a matter for me to update my Tampermonkey scripts.
But the one for mobile version is … let’s say, silly. And on mobile I don’t have the luxury to use such.

looks like, for desktop, is ember10 now.
I like to keep the history of it, was 11, after that was 9, and now is 10 :smiley:

// ==UserScript==
// @name         Hide Trending Topics in Katalon Forum
// @version      0.1
// @description as suggested by Russ_Thomas at https://forum.katalon.com/t/trending-topics-banner-does-not-render-titles-correctly/87066/5
// @match        https://forum.katalon.com/*
// @match        https://forum.katalon.com/*/*
// ==/UserScript==

(function() {
    'use strict';
    if(window !== window.top) return;
    document.querySelector("#ember11").remove();
    document.querySelector("#ember9").remove();
    document.querySelector("#ember10").remove();
})();

@albert.vu as for why I posted into the meme … well, thanks to this update, apparently I was not able to create a new post from mobile in a propper section, only that green button (Create Draft) was available (which i will never try)
Thank you for splitting it!

1 Like

as per today, on mobile looks better

still intrigued about ‘open draft’

I believe the “Open Draft” is due to you may be editing a topic/post somewhere else (on desktop maybe) and has yet to publish it :thinking:

Oh, and if you are in look for some nostalgia, particular the look and feel of our forum right before our big Platform transformation last year (followed by a whole lot of rebranding and such), then we have recently enabled a “Light” theme which you can select in your User Preference. Instructions are in the thread below :point_down:

1 Like