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?
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?
Thanks @anon46315158 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 ![]()
// ==UserScript==
// @name Hide Trending Topics in Katalon Forum
// @version 0.1
// @description as suggested by Russ_Thomas at http://forum.katalon.com/t/trending-topics-banner-does-not-render-titles-correctly/87066/5
// @match http://forum.katalon.com/*
// @match http://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!
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 ![]()
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 ![]()