Hi, This is because of speed optimisations performed by Qt, the GUI library we use. Rather than loading the entire database before showing the card browser, Qt only loads the first entries in the database, and then incrementally loads more from the database as you scroll down.
Instead of scrolling all the way down to reach the latest cards, you can sort the table by clicking on the "creation date" column header (clicking again switches the sort order). However, this is not done by default because of speed reasons (BTW, there's a dialog explaining why the database is not sorted by default the first time you sort a database that way). This being said, not saving the sort order of the browser was a decision made 10 years ago, and processing power has increased since :-) For a next release, I'm considering to at least at the option to save the sort order. Thanks for the feedback! Peter On Fri, Mar 4, 2022 at 11:34 AM [email protected] < [email protected]> wrote: > To describe what my acutal problem is I did a small screen capturing video > because otherwise its to compliaced to explain what my problem is exactly. > (about 2 Miniuts) > > The video is here: https://youtu.be/DisTp67Lalw > > Its unlistet so only how has the link can see the video. > > Best regards > > Daniel > > -- > You received this message because you are subscribed to the Google Groups > "mnemosyne-proj-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/mnemosyne-proj-users/e0daeebd-bc82-469f-9104-b3aef871e166n%40googlegroups.com > <https://groups.google.com/d/msgid/mnemosyne-proj-users/e0daeebd-bc82-469f-9104-b3aef871e166n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/CAMdxoPFh4FasocwAXkwqiaryVArVogMmoLf5eu0yiYZc-3JP_A%40mail.gmail.com.
