Please bring old desktop UI back
I thought I finally found a perfect, simple task list. High density of information on the desktop screen was essential, together with great mobile interface.
Now new 'tiles' design completely changed this, made my simple todo list unusable. I can fit 8 cards on my screen. Additional information on card is useless to me.
At least give us an option to use the old condensed list format please !
-
x d commented
three dost > Layout > change to compact
-
Maciej Mikrut commented
I have found a temporary solution that works for me, although its not perfect. (thanks to amazing AI tool called chatGPT, i just asked the question !!)
Anyway, this works in google Chrome, but it is not for the faint hearted:
1. open chrome developers console
2. enter follwing code:// hide breadcrubs, I dont use it - change display to none
document.querySelectorAll('.TaskItem__breadcrumbs').forEach(function(element) {
element.style.display = 'none';
});// change padding
const taskItemThemeCards = document.querySelectorAll('.TaskItem--themeCard');taskItemThemeCards.forEach(card => { card.style.padding = '0'; });
// change var(--section-pane-width) to 0
const variableName = '--section-pane-width';// Select the element where the variable is defined
const rootElement = document.querySelector('html');// Get the current value of the variable
//const currentValue = rootElement.style.getPropertyValue(variableName);// Assign a new value to the variable
rootElement.style.setProperty(variableName, '500'); -
Roman F commented
I fully agree! It is not convenient to see only 8 cells on the screen, it is convenient to see the to-do list line by line.
-
Fritz Hurst commented
It has made Any.do useless for me. Only 8 items out of my 30 showing up...
Please revert until you give us the ability to hide.
For others with the same issue - I am able to switch to the Personal/Work List view. They haven't screwed that one up. YET!
-
Jack Hauen commented
Agreed. The new UI is horrible. Also, bring back the ability to set a time when entering a reminder on desktop. I now have to set a reminder, then click it again to set a time. I'll have to find a different app if this isn't fixed.