Le jeudi, mai 27, 2021 11:05 PM, Albert Astals Cid <aa...@kde.org> a écrit :
> El dijous, 27 de maig de 2021, a les 12:20:20 (CEST), Bart De Vries va > escriure: > > > Hello everyone! > > I would like to move kasts to kdereview. > > https://invent.kde.org/plasma-mobile/kasts > > https://invent.kde.org/plasma-mobile/kclock > > Kasts is a podcast app for Plasma Mobile. It was started as a fork of > > Alligator, the Plasma Mobile feed reader. It currently features a play > > queue, play position resume/persistence, MPRIS2 support, and suspend > > inhibition. > > The left bar is super confusing on the desktop, the 4 first elements are > "toggles" but Settings and About are not, so if you do About, Settings, > About, Settings, About, Settings, About, Settings, Download. > > You don't end up in Download, you're still in Settings, and what's worse, now > you have to press back like 10 times to remove all those About and Settings > pages that are on the stack. > > Import podcast defaulting to Planet KDE is a bit weird? > > text: (!isQueue && entry.queueStatus ? "· " : "") + > entry.updated.toLocaleDateString(Qt.locale(), Locale.NarrowFormat) + > (entry.enclosure ? ( entry.enclosure.size !== 0 ? " · " + > Math.floor(entry.enclosure.size / (1024 * 1024)) + "MB" : "") : "" ) > > is a huge text puzzle that needs to be an i18nc call (or many if needed) so > translators can rearrange things in the order that make sense in their > language + translate MB That should probably use KFormat instead because it already handles the i18n stuff and will also use the correct size units for bigger/smaller downloads size. > Cheers, > Albert > > > Kind regards, > > Bart De Vries