🧐

  • 3 Posts
  • 8 Comments
Joined 3Y ago
cake
Cake day: Feb 17, 2021

help-circle
rss

This is only a problem if you use the Lemmy API, You should do the import by writing to the database directly


They’re not at all lumped in chunks together.

Yes, because we sort the combined list by time also


modlog having different actions in different pages.

I think you misunderstood what I meant by separate lists. That’s how they are stored internally.

Each one of them are fetched and then COMBINED to create the view you’re seeing.

ie. P1 of Modlog = P1 of Banned Actions + P1 of Post Removal Actions + … + P1 of Admin appointment Action


I’m sorry but that doesn’t seem to be the case. All pages have all kinds of mod actions. Unless I’m misunderstanding what you mean by “type of mod action”.

What i meant to say is that each type of mod action has it’s on pagination and the main modlog just squishes them together based on page number. check the last items of page 1 they are all admin appointments, there are only a handful of them and they don’t happen anymore. they appear in page 1 because they belong to page 1 of it’s type




Also, wouldn’t this concept be better implemented as an alternative interface for Lemmur instead of a whole new app?

I think that’s what she is saying essentially taking the data from Lemmy api and displaying it like a chat app

ie.

  • communities -> group chat
  • Posts and comments -> threads within group chats

features added since the last time i posted * Authentication * Theming and other configs * Navigate Nested comments * Polished UI
fedilink

I'm developing a tui for lemmy :). It's in a very early stage of development, i'm looking forward to improve my Rust skills by working on this project (this is my first rust project)
fedilink