Makepad-fr / fbjs

Tooling that automates your Facebook interactions.
https://www.npmjs.com/package/@makepad/fbjs
GNU General Public License v3.0
63 stars 24 forks source link

Add timestamp-based sort #10

Closed CL-Jeremy closed 3 years ago

CL-Jeremy commented 4 years ago

First of all, thanks a lot for creating and updating this project.

This is a WIP that currently works fine if the user switches to classic view beforehand. It's a bit fragile for now. I do think adapting to the new design won't be that hard.

The reason I'm doing this is for sorting the posts by date, since the posts are not in chronological order.

TODO: swap .textContent with .innerHTML and manually apply regex fixes for cleaning to get rid of the "... view more" etc.

P. S.: I don't understand why ab stands for author so just swapped that with a single a. Do you mean "author (in bold)"?

idilsaglam commented 4 years ago

Thanks @CL-Jeremy really appreciate your contribution,

We're actually on a sort of a rush mode on a project, will check ASAP once the rush finishes.

Happy coding 🤓

kaanyagci commented 3 years ago

Hi @CL-Jeremy, apologies for taking on this late. We'll look into it before the end of this week.

Just one thing AFAIK, the mobile site shows in chronological order and not the desktop site. For the mobile design part, you're right as we based on the mobile site. IDK if the design applies to it, but we will check this.

And as you guessed, the ab stands for bold author but swapping it is not a big problem.

kaanyagci commented 3 years ago

Closed due to inactivity