darrylsyms / fretwise-app-private

0 stars 0 forks source link

Topic Replies order is opposite to what you would expect. #14

Closed darrylsyms closed 2 years ago

darrylsyms commented 2 years ago

There's a problem with the dates/order of topic replies inside the TopicSingleScreen. Here is a comparison between my app with no custom code, and the default BB Demo:

Bug report

Is there a magic setting that I'm missing? Ideally there should be a hook that allows Devs to change the order of Topic replies from Asc > Dec or Dec > Asc

EDIT: The original TopicItemHeader date can be corrected by simply changing {formatDateFunc(item.lastActive)} to {formatDateFunc(item.date)} inside this hook. Though it can be changed with custom code, I would strongly recommend this change in the source code! Still awaiting a bug-fix/hook for the order of topic replies.

darrylsyms commented 2 years ago

Fixed in 1.6.x